Analyse your site

By | | JavaScript & CSS

2

Andy King’s Web Page Analyzer is a smart tool for checking the speed of your site. It can detect whether or not your content is being served using gzip compression, and offers a number of suggestions for performance improvements. The most useful tip I’ve seen it offer is this one about external CSS and JavaScript files:

For external files, try to keep them less than 1160 bytes to fit within one higher-speed TCP-IP packet (or an approximate multiple thereof).

Watch out though: it seems that the analyzer doesn’t currently follow @import links in stylesheets, so it may under-report your included CSS files.

Written By:

Simon Willison

Simon is a seasoned Web developer from the UK, currently working in Lawrence, Kansas. He specializes in both client- and server-side development, and recently became a member of the Web Standards project. Visit him at http://simon.incutio.com/, and at Stylish Scripting: SitePoint's DHTML and CSS Blog.

Website
>> More Posts By Simon Willison

 

{ 2 comments }

AlexW June 28, 2004 at 9:29 pm

You can access it with a single click using the ‘Information/Speed Report’ option in the ‘Web Developer’ toolbar extension for FireFox too.

Very handy.

zsepi June 26, 2004 at 6:02 pm

it’s a great tool, however, it doesn’t report CSS image replacement techniques, thus the number of images used in the page and the total number of http requests displayed is not accurate

Comments on this entry are closed.