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

Help with Telerik.web.ui.webresource.axd

1 Answer 181 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
MICHAEL
Top achievements
Rank 1
MICHAEL asked on 12 Nov 2016, 12:48 PM

Hi All,
I’m facing a performance problem with a new website that we have developed. After checking the website with Gtmetrix I got bad results for the bellow

Leverage browser caching
Specify a cache validator
Defer parsing of JavaScript

I’m also attaching a Print Screen. I did a research over the web but I didn’t find a solution for my problem.

Do you have any Suggestion?

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 15 Nov 2016, 08:13 AM

Hello Michael,

I suggest you start by examining this article: http://docs.telerik.com/devtools/aspnet-ajax/general-information/performance/optimizing-performance.

On caching—webresource requests are cached as long as they have the same content and the application pool does not recycle. Using RadScriptManager can improve this by combining all script requests on the page in a single request. Alternatively, you can look into using the CDN we provide together with Microsoft's CDN.

On deferring script parsing—the script manager offers the LoadScriptsBeforeUI property which controls (to an extent) where the <script> tags for webresource requests are rendered. You can test it and compare the rendered output to see the difference.

Regards,

Marin Bratanov
Telerik by Progress
Check out the new UI for ASP.NET Core, the most complete UI suite for ASP.NET Core development on the market, with 60+ tried-and-tested widgets, based on Kendo UI.
Tags
General Discussions
Asked by
MICHAEL
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or