when I test my website on this site http://tools.pingdom.com/fpt say this resource is
null Size = 0
now I want to know how can I implement to reduce these ScriptResource.axdAnd
WebResource.axdin my web page????
using the ASP.NET AJAX Toolkit's ToolkitScriptManager rather than the default ASP.NET ScriptManager will allow you to do some script combining, including your own scripts embedded as resources - there's a good post about it at
Script combining made easy.
If you have the luxury of using ASP.NET 3.5 SP1, then there are some further additions to the ASP.NET ScriptManager that allow you to combine a lot more scripts, including general .js files in your solution into one script call.
Member
21 Points
50 Posts
how to combine ScriptReSource and WebResource (axd)?
Jan 21, 2015 03:51 PM|gigidel|LINK
Hi,
I want to improve my performance my website Now I have to reduce web-resource and script-resource
now I don't know how to do that?
I added this code to my web config but
when I test my website on this site http://tools.pingdom.com/fpt say this resource is null Size = 0
now I want to know how can I implement to reduce these ScriptResource.axd And WebResource.axd in my web page????
plz help me THANKS
Member
140 Points
51 Posts
Re: how to combine ScriptReSource and WebResource (axd)?
Jan 23, 2015 01:23 AM|LemonStreet|LINK
Hi,
using the ASP.NET AJAX Toolkit's ToolkitScriptManager rather than the default ASP.NET ScriptManager will allow you to do some script combining, including your own scripts embedded as resources - there's a good post about it at Script combining made easy.
If you have the luxury of using ASP.NET 3.5 SP1, then there are some further additions to the ASP.NET ScriptManager that allow you to combine a lot more scripts, including general .js files in your solution into one script call.
Check out the video here: