How to speed up WPF programs?

后端 未结 8 714
清酒与你
清酒与你 2020-12-12 10:04

I love programming with and for Windows Presentation Framework. Mostly I write browser-like apps using WPF and XAML.

But what really annoys me is the slowness of WPF

相关标签:
8条回答
  • 2020-12-12 10:57

    I can not add comments, that's why I post a new answer to this: I've found this video from the pdc09 that gives some ideas about how to profile wpf apps and because it helped me lot, I want to share the link:

    Advanced WPF Application Performance Tuning and Analysis

    0 讨论(0)
  • 2020-12-12 11:02

    avoiding animations also helps a lot sometimes. if you have to use animations, decrease the framerate, this will improve "Feeled" performance

    0 讨论(0)
提交回复
热议问题