Improve website load time by 500% with 3 lines of code | Aciddrop.com
There are 4 relatively easy ways by which you can speed up the time it takes a browser to download a page:
* Make fewer HTTP requests
* Add a far-future expires header
* Gzip your page's components
* Minify your JavaScript, CSS and HTML
Following on from my post on joining CSS and JavaScript files, I have written a PHP script which will automatically do all of the above.

No comment on this link yet.