Reputation: 2730
As performance is very important for Windows Phone 7 application development I am starting this question so that we can collect here some helpful performance tips.
General:
Performance Considerations in Applications for Windows Phone
Articles:
Performance Tips when creating WP7 apps
Performance of Windows Phone 7 Applications
Performance Considerations for Windows Phone 7 Games
Videos:
Optimizing Performance for Silverlight Windows Phone 7 Applications
Windows Phone 7 Jump Start (Session 17 of 19): Optimizing for Performance
Silverlight Firestarter 2010 - Performance Tips for Silverlight Windows Phone 7
Samples:
Creating High Performing Silverlight Applications for Windows Phone Samples
Upvotes: 21
Views: 2019
Reputation: 508
I found this some days ago WP7 best practices - Performance
Its mostly commented links to articles (some of them mentioned before) and sources (like Jeff Wilcox Performance Progress Bar).
And remember: Listboxes are like kryptonite to WP7 performance =)
Upvotes: -1
Reputation: 746
The #1 performance enhancer I've found for my apps, especially for animations that use the UI thread, is to manually set BitmapCache for all UIElements. This significantly improves all animation.
Upvotes: 1
Reputation: 15004
General
Silverlight
XNA
Upvotes: 1