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

Minimize WebResource.axd Size

1 Answer 141 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Alex Occhipinti
Top achievements
Rank 1
Alex Occhipinti asked on 05 Mar 2010, 12:37 PM
  Hello, I'm seeking to minimize the size of the WebResource.axd file.  I have seen other posts that indicate enabling the CDN settings and having the AJAX come from Microsoft, but this is not a possibility for two reasons in my case.  First, my application is on an Intranet, second, I am using version 2009.2.826 which does not support either of these features (as far as I can tell).

  Right now the file is around 223k (on a simple page) and I need to make it as small as possible for WAN users with very small bandwidth.  Are there any common strategies or techniques that I can use to minimize the size?  Or is my best option to use a few Telerik objects as possible?  For example, remove the RadMenu from the master reduces the AXD file size by about 28k.

Thanks!

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 09 Mar 2010, 12:27 PM
Hello Alex Occhipinti,

Try using RadScriptManager and RadStyleSheetManager. The first will combine all embedded scripts into one file and compress it, the latter will do the same for the embedded CSS styles.


Regards,
Veskoni
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
Alex Occhipinti
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or