"4 seconds" - remember that magical number ? If a web page doesn't load within 4 seconds, lot of visitors are likely to leave the website.
Tricks to Make Your Webpages Load Faster
Now several elements of a web page (like CSS, Iframes, Flash, Javascript, graphics) can increase the page loading time but how do you pinpoint the exact culprit that slowing the site ? A normal HTML web page may have ad scripts being served from Google Adsense servers, Flash video player from YouTube, images from Blogger Photos and so on.

PingDom Full Page Test is a useful tool that mimics a web browser and generates a nice interactive graph detailing the load time of different objects (like CSS Files, Javascript, etc) which are included in the web page.
You can view the list of objects either in load order or as a hierarchy. The hierarchy view allows you to see which objects are linked to in for example a CSS file. Objects that fail to load are highlighted in red.
PingDom's tool is based on SiteTimer [read review] but with a sleek and more user-friendly interface. If you have Firebug extension on Firefox, goto the "Net" tab and it will also show similar data.
tools.pingdom.com | example | How fast your site loads ?]
Find this article at: http://labnol.blogspot.com/2007/07/is-your-website-slow-to-load-catch.html
web: http://www.labnol.org/ email: amit@labnol.org




Reader Comments
site24x7.com also provides the same tool . You can check it out here, http://site24x7.com/web-page-analyzer.html
Written by
sivapratap on 9/7/07 10:03 PM
Dear Amit,
Image assets/css/semi.gif is not part of your home page(http://www.labnol.org/) . You may check it out with firebug extension installed to your firefox. But Pingdom is listing that as part of your home page. I think you need to check it out. I guess this image is part of some other page actually.
Written by
sivapratap on 9/7/07 10:10 PM