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

slow loading

4 Answers 148 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Moji
Top achievements
Rank 1
Moji asked on 26 Oct 2008, 12:02 PM
Hi,

I have a RadMenu that uses skin property.

My problem is, every time the page is refreshed, the page is loaded completely and then (after 2 seconds) rad menu is loaded.

What should i do to make menu more faster?

Best regards,

4 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 27 Oct 2008, 11:53 AM
Hi Moji,

I have found the following help document links which explains how to optimize the performance of RadControls.
http://www.telerik.com/help/aspnet-ajax/grdviewstatereductiontechniques.html
Optimizing output, page load time and the overall performance of RadControls for ASP.NET AJAX

Shinu.
0
Moji
Top achievements
Rank 1
answered on 27 Oct 2008, 12:45 PM
Hi Shinu,

Thank for your post. I read tehse document links and do all of tips like EnableViewState=False ,......., but arn't useful.

I realized new thing, when I browse page with FireFox 3 all thing is OK, but when I use IE7 the problem occured.

Best Regards.
0
Paul
Telerik team
answered on 27 Oct 2008, 01:37 PM
Hello Moji,

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.

Regards,
Paul
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Moji
Top achievements
Rank 1
answered on 28 Oct 2008, 06:09 AM
Hello Paul,

Thank for your post. I read OCEG blog and I set (<compilation debug="false" />). but does not useful.

I realy have a question, why in FireFox3 every thing is OK, but in IE7 isn't?

Best Regards.


Tags
Menu
Asked by
Moji
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Moji
Top achievements
Rank 1
Paul
Telerik team
Share this question
or