|
http://blogs.msdn.com/seema/archive/2007/08/09/silverlight-a-few-thoughts-on-minimizing-cpu-usage.aspx The first two suggestions will have the most drastic improvement on the performance of your Silverlight application, and can affect CPU usage, framerate, and application responsiveness. 1. IsWindowless=false is faster Do not turn on isWindowless unless your design requires overlay of other HTML content on top of Silverlight content. 2. Opaque Background is faster Do not set a transparent channel...
|