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

Minify ScriptResources.axd files rendered with RadControls on aspx page.

1 Answer 195 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Riz
Top achievements
Rank 1
Riz asked on 30 Aug 2016, 03:06 PM

Hello Telerik Team,
 
We have web application built in asp.net 4.5  with Telerik (version 2014.2.724.45) controls. We are facing  performance issue with our application. 

We inspected our page just to check what all size of data does it renders on a browser. 

It renders about 600 KB of data on the page out of which 
 i) About 300kB is JavaScript  
 ii)About 80KB is css 
and rest being the HTML that are rendered and other data that is rendered on the page.

We Bundled all our CSS and JavaScript file on the page. While tracing the content we also came through Scriptresources.axd and WebResources.axd out which WebResources are already minified.

But Script Resources file are not compressed or minified. Total size of this files is about 160KB. We tried different way of compressing or minifying them but so far didn't get any way to do this.

We would like to request you to provide a possible way where we can minify this SecriptResources.axd file.

Thanks,
Riz

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 31 Aug 2016, 08:13 AM

Hi Riz,

Scriptresources.axd is generated the the asp:ScriptManager and IIS should be able to minify this handler's responses when its dynamic content compression is enabled.

If you want to further optimize this, I advise you go through the following help article: http://docs.telerik.com/devtools/aspnet-ajax/general-information/performance/optimizing-performance. Key points:

Regards,

Marin Bratanov
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
General Discussions
Asked by
Riz
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or