4 Answers, 1 is accepted
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.
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.
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
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.
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.
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.