The author of the following blog article claims:
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
All by calling a PHP script at the top of the page.
Source: http://aciddrop.com/2008/01/21/boost-your-website-load-time-with-3-lines-of-code/
What do you all think?
Does it really work? I mean, I know EE has built-in ability to cache and optimize performance. Some of the comments state that it works well with WordPress.
hhmm ... my EE install could use a speed-booost!