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

Performance is very slow

5 Answers 588 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
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

Sort by
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
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
0
Sebastian
Telerik team
answered on 05 Sep 2008, 07:18 AM
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.
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
0
Sebastian
Telerik team
answered on 08 Sep 2008, 07:34 AM
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.
Tags
General Discussions
Asked by
Lars Solberg
Top achievements
Rank 1
Answers by
Kevin Babcock
Top achievements
Rank 1
Lars Solberg
Top achievements
Rank 1
Sebastian
Telerik team
Share this question
or