A zippy site is always good to have. We are going to cover a few various methods below:
Apache mod_deflate:
- All accounts are enabled for mod_deflate, but the configuration is up to you. Compression of images is generally not suggested, most formats are compressed somewhat already.
- Visit http://httpd.apache.org/docs/2.0/mod/mod_deflate.html for instructions.
- Directives may be added to the vhost.conf file or .htaccess
Google Minifier:
- Creates slighty optimized code and allows on the fly concatenation of multiple files
- Caches results for faster loads
- Please see http://code.google.com/p/minify/wiki/UserGuide
SmushIt:
- Yahoo Image optimization
- Great for static components such as toolbar buttons, header logos...
- Upload single images or input a whole site
- http://www.smushit.com/ysmush.it/
Apache Ant:
- Supported for all accounts
- Not suggested for most applications
- Difficult to configure
- http://ant.apache.org/manual/index.html
TileCache:
- Complex WMS caching of map tiles
- Application must be tile based
- http://tilecache.org/