Rank: Advanced Member Groups: Member
Joined: 12/26/2008 Posts: 45
|
Hi. I assess the performance of the system and this is result:
36,45% a - 609,4 ms - 13 calls - EO.Web.BaseNavigator.a(EventArgs) 19,63% b - 328,1 ms - 13 calls - EO.Web.Internal.h2.b() 16,82% a - 281,3 ms - 13 calls - EO.Web.BaseNavigator.a(Boolean)
Why so long time work? How i can optimize this?
Thanks.
p.s. It's code - empty treeview (2 instance on different controls) and other initialization of EO controls.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Do you use an external CSS file or use CssText to set menu style? You can try to use an external CSS file to define all the menu styles and then set each ElementStyle's CssClass instead of CssText property. That should improve the performance.
Thanks!
|