Don't Back Down

Posted by Chad Everett on January 30, 2008

The Effect of Multiple JavaScript Files on Page Load Time »

One of the problems that you may encounter when you add new features to your site is that you run the risk of slowing down the page load time. Before adding anything to your site, there are a couple of things you should check out. Even if you aren't considering adding anything, you may want to take a look, just to see what's what.

First, take a look at Web Site Optimization. In the interest of disclosure, this is a client of mine for Movable Type Consulting, so I'm not a completely unbiased observer. But the site is a good one. You can use their free web site analysis tool to see how long it takes your page to load. A quick look tells you how long it takes the items on your page to load - HTML, images, scripts, styles and the like. What's even better is that you get a good look at how long it will take not just on your high-speed connection, but how long it might take on a slower connection as well, and some basic tips to speed things up. I'll talk about that more in a minute.

Read "The Effect of Multiple JavaScript Files on Page Load Time" »