Author: Matt Perdeck | Posted on: 12/15/2010 5:22:14 PM | Views : 919

One cause of slow loading web pages is the time taken to load the JavaScript, CSS and image files. The approacje described here makes it easy to reduce that time in any ASP.NET web site. It does this by minifying and combining the JavaScript and CSS files, optimizing browser caching, and much more. ...

Go to the complete details ...