Hallow all,
As i said, yes, it is possible to zip your website to load fast.
First of all check this example:
As you see, http://www.hagionet.info is gzipped greatly.
Yes, now see, how to zip your site.
First of all check your PHP info while zlib is enable or not. if enable then it will be userful. you should keep one thing in mind that only php can compress a site for running fast.
i think you should check this info here:
zlib.output_compression "0" PHP_INI_SYSTEM|PHP_INI_PERDIR
This can be seen here: http://www.php.net/manual/en/function.ini-set.php
Again: here it is saying something else like this:
http://www.php.net/manual/en/ref.zlib.php
zlib.output_compression "Off" PHP_INI_ALL
so all this mean, using the set compression of this zlib realted level will compress your website. and thats all.
Cheezz…