The Intranet of my company is quite slow, it takes 4 seconds to download the telerik.web.ui.webresource.axd resource :(
How could I reduce that?
- Is it possible to cache this resource?
- I thought about setting Telerik.EnableEmbeddedScripts to false in the web.config file, and then adding all scripts in RadScriptManager (as explained here: http://www.telerik.com/help/aspnet-ajax/introduction-disabling-embedded-resources.html ). Then I could set Expires header on the script folder so they will be downloaded only once.
What's the best solution?
How could I reduce that?
- Is it possible to cache this resource?
- I thought about setting Telerik.EnableEmbeddedScripts to false in the web.config file, and then adding all scripts in RadScriptManager (as explained here: http://www.telerik.com/help/aspnet-ajax/introduction-disabling-embedded-resources.html ). Then I could set Expires header on the script folder so they will be downloaded only once.
What's the best solution?