This is a migrated thread and some comments may be shown as answers.

slow performance

4 Answers 226 Views
Menu
This is a migrated thread and some comments may be shown as answers.
kizza
Top achievements
Rank 1
kizza asked on 13 May 2008, 11:30 AM
Hi,

I have a RadMenu in a masterpage
and a radgrid with 2k rows in a different page.

Scrolling is really slow when viewing the grid, when disabling EnableEmbeddedSkins in RadMenu everything works fine, but offcourse the menu is not skinned.

What should i do to make this work?

Cheers!

4 Answers, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 13 May 2008, 11:48 AM
Hi kizza,

This side effect might be related to WebResource caching - when your website is in debug mode (<compilation debug="true" /> in web.config) files streamed by WebResource.axd are not cached by the browser.

Here is a nice blog post on that matter: 
http://ocegtech.blogspot.com/2006/06/aspnet-20-webresourceaxd-and-browser.html

In a word everything should be ok once the site is not in debug mode (<compilation debug="false" />).

In additon, have in mind that the VS internal web server (a.k.a Cassini) does not use browser's cache.

Let me know whether this helps.

Best wishes,
Paul
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
kizza
Top achievements
Rank 1
answered on 13 May 2008, 12:23 PM
Hi, debug is already on false.

BTW, i only have this problem in IE7 but not in FF. Maybe this helps.
0
Atanas Korchev
Telerik team
answered on 15 May 2008, 02:07 PM
Hi kizza,

Does the problem appear with other skins?Disabling the skin prevents RadMenu from including the corresponding skin CSS file. However it is not clear why that CSS file may cause the performance issue. Is there any live url where we can observe this behavior? This would greatly help us troubleshoot the problem. If this is not possible you can open a support ticket and send us a sample project which replicates the performance issue. Thanks.

Looking forward to your reply,
Albert
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Thomas Yost
Top achievements
Rank 1
answered on 21 Oct 2008, 08:17 PM
I had a problem when I had a subitem on a menu where IE would hang for about 5 seconds and consume one CPU.

I determined that it was my SpyBot add-in.
Tags
Menu
Asked by
kizza
Top achievements
Rank 1
Answers by
Paul
Telerik team
kizza
Top achievements
Rank 1
Atanas Korchev
Telerik team
Thomas Yost
Top achievements
Rank 1
Share this question
or