ASP.NET web application - WebResource.axd and ScriptResource.axd files - Loading time issue

后端 未结 3 1521
南笙
南笙 2021-02-01 09:46

. Hi, We are building an ASP.NET application with C#.net as language.

Here, when the IIS renders a page & when we analyze the page code with YSlow tool it show

3条回答
  •  深忆病人
    2021-02-01 10:01

    jrummell is right on but if you want a detailed explanation of ways to improve that I would suggest this link:

    ASP.NET AJAX Performance Improvement

    It gives detailed information on script combining, turning on caching, and etc. Trust me it will help you speed it up.

提交回复
热议问题