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

689K Size problems! - Telerik.Web.UI.WebResource.axd

1 Answer 127 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Andy Macourek
Top achievements
Rank 1
Andy Macourek asked on 19 Jul 2010, 03:23 PM
On an initial load of a page I am seeing one call to WebResource.axd be 689K! 

Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl03_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a1247b7d8-6b6c-419f-a45f-8ff264c90734%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2010.1.309.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a30afb63f-e6ac-41db-9851-11879733de0a%3a16e4e7cd%3a86526ba7%3af7645509%3a24ee1bba%3a1e771326%3aaa288e2d%3a58366029%3aed16cbdc

The page itself has 8 RadCombos, a Grid, a RadWindow control and an RadHXLHTTPPanel.  I have the Cdn enabled for ScriptManager.  I even have the jscript files local to the site.  For the trace, I see the local jscript files being grabbed.

I tried adding telerik compression and it did not help.

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 20 Jul 2010, 09:04 AM
Hello Andy,

The benefits from RadCompression can be seen on subsequent requests after the initial page load when the http requests are compressed. It is indeed strange that the resources served through WebResource.axd have such large size since only the ASP.NET AJAX resources served through System.Web.Extensions should be streamed - the rest should come from the Telerik CDN.

Can you please verify that you enabled the CDN as explained in this article (depending on the .NET framework you run) and they are not served locally from the assembly? If the behavior is still the same, I will appreciate if you provide some input for the served resources on the page using FireBug or other profiler. Thus I will do my best to advice you further.

Kind regards,
Sebastian
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
Andy Macourek
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or