
http://www.isapilabs.com/products/isapizip/compress.php
Just put the URL on the left side empty field.
I've configured apache using mod deflate. The text file size below is 5.1 MB
http://202.155.100.254/rfc.txt
When you download it, you will only consume 1.1 MB of bandwidth (didn't count the outgoing traffic). It's 4 time faster than without compression!
For proxy server implementation, it will reduce your internet bandwidth usage if you are an ISP/enterprise. Other than caching the content, proxy server will also compress the uncompressed data, and send it to its client. Squild will release the official feature of gzip content encoding on version 3.1.
Other than advantage of using http compression, you also need to know the compression will depend on type of data. If it's text or html files, it can compress up to 80% . But if it's an image, sometime compression file is higher than the original file. Most content of the website are image, movie, flash which are compressed already.