Lars Solberg
Top achievements
Rank 1
Lars Solberg
asked on 04 Sep 2008, 04:04 PM
$0I'm using fiddler to help monitor the performance of our website and more often than not i'll see the page downloading the 'telerik.web.ui.webresource.axd' file thats anywhere between 400 and 900k. I have debug mode set to false and compression in IIS turned on. Any ideas on how I can speed this up or reduce the webresource requests/size?$0$0$0$0$0Thanks in advance$0
5 Answers, 1 is accepted
0
Kevin Babcock
Top achievements
Rank 1
answered on 04 Sep 2008, 09:20 PM
Hello Lars,
If you haven't checked out Todd Anglin's Optimization Tips series on his blog, TelerikWatch, I highly suggest you give them a look. You might find some of the posts useful. In particular, take a look at the tips which discuss HttpCompression and the RadManagers.
I hope this helps.
Sincerely,
Kevin Babcock
If you haven't checked out Todd Anglin's Optimization Tips series on his blog, TelerikWatch, I highly suggest you give them a look. You might find some of the posts useful. In particular, take a look at the tips which discuss HttpCompression and the RadManagers.
I hope this helps.
Sincerely,
Kevin Babcock
0
Lars Solberg
Top achievements
Rank 1
answered on 04 Sep 2008, 09:27 PM
Thanks for the quick response. I've gone through all these resources before and the project is optimized already. Is there anyway to preload the resources when the session begins?
Thanks again
Thanks again
0
Hello Lars,
Other useful hints about how to optimize the performance of our controls as much as possible can be found on this page:
http://www.telerik.com/products/aspnet-ajax/top-performance.aspx
They are grouped on a per-control basis and I suggest you utilize them as well in order to speed up the overall loading time.
Best regards,
Stephen
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Other useful hints about how to optimize the performance of our controls as much as possible can be found on this page:
http://www.telerik.com/products/aspnet-ajax/top-performance.aspx
They are grouped on a per-control basis and I suggest you utilize them as well in order to speed up the overall loading time.
Best regards,
Stephen
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Lars Solberg
Top achievements
Rank 1
answered on 05 Sep 2008, 07:43 PM
Thanks for the resources, I've implemented a couple of the tips and its working better already. From what i can tell, the webresource file is loading the embedded skins. Is there anyway to do a one time load of all these files?
Thanks again
Thanks again
0
Hello Lars,
Basically, the style definitions from the embedded skins should be loaded in a single request through the embedded resources when using RadStyleSheetManager. You can review this online demo for further reference and let me know if I am leaving something from your logic out.
Best regards,
Stephen
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Basically, the style definitions from the embedded skins should be loaded in a single request through the embedded resources when using RadStyleSheetManager. You can review this online demo for further reference and let me know if I am leaving something from your logic out.
Best regards,
Stephen
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.