A smarter way to include javascripts and CSS to reduce page load times
July 26, 2010
ASP.NET
SEO
C#
Published my first article over at CodeProject about reducing load time by combining javascript and stylesheets in one, compressed file.
Reduce the number of HTTP requests required to render the page, resulting in faster page loads by combining and compressing multiple javascripts into one javascript file and multiple CSS files into one style sheet file.
Read full article at CodeProject
Related posts: