Compress output of site from server

Jay as you are hosted on an IIS6 box why not switch on GZIP compression on, will save bandwidth and speed up loading in browser.

You may have to add some cache expires tags to the top of the pages for it to work properly, but it works very well on IIS6 (IIS5 was a tad broken).

It works best with text based content where you can decrease file sizes by at least half at minimum.

I’d love to, but it’s not a feature supported with our current hosting. Things will change in the future though, there’s plans afoot to migrate to a new hosting platform.

Shame, the forums where im a Tech Admin are in php and that language allows you to gzip from code.