Quantcast
Channel: Ribbon for WPF - Recent Posts
Viewing all articles
Browse latest Browse all 1458

Re: Performance issue loading window with ribbon

$
0
0

Hi,

I profiled my application for load/startup using VS2010 profiler and observed it is showing following results. I'm using 64 bit OS

1. 19.2 % - ActiproSoftware.Windows.Controls.Ribbon.RibbonWindow.OnSourceInitialized
2. 10 % - ActiproSoftware.Windows.Controls.Ribbon.RibbonWindow.MeasureOverride
3. 14.44 % - ActiproSoftware.Windows.Controls.Ribbon.Themes.RibbonClassicDictionary..ctor()

There are few more Actipro related fucntions but above one are most time consuming.

The total time usage after adding remaining function makes the figure close to 50%.

Thus 50% of time of my application load is being taken up by Actipro. I have few othe third party and WPF controls as well but they are not taking as much time.

Could you please let me know your views / suggestions on this?


Viewing all articles
Browse latest Browse all 1458

Trending Articles