Forum Moderators: open
Compression can save you a lot of bandwidth, especially if your pages mostly contain text. I haven't noticed any major drawbacks.
on my site, i saw about 60% savings in size of transmited content... however, i was experiancing problems and removed mod_gzip in case it was the culprit since the problems appeared soon after installing it... i'm still not sure and have a few oter suspicions but no real way of validating any of them ;(
i'm definitely not operating a site that everyone on the web is interested in though i do get quite a few folk coming by to download available files... especially the new games and such... other than that, my content is fairly diverse... links to space oriented stuff with a news feed, info and links about a hobby network that was extremely popular before the internet was so accessible, local pics of flood waters, a few pages of links to things that i've been interested in over the years and such... mostly, my site is a hobby and personal site... my worst traffic is the files leeches but i keep them capped at about 1K/sec each and only one connection to a file at a time to keep them from opening 50 pulls for the same file at different spots and trying to pul it down 50 times faster ;)
in any case, the files are all already zipped, rared or otherwise compressed or outside the parameters assigned for mod_gzip... i've also thought of pregzipping the content pages and having them there so that mod_gzip doesn't have to zip them on the fly... it says that it'll update the gzipped version of the raw version is different...
maybe this portion of the thread should be in another area? possibly web site issues or whatever it is called?
There are many threads around here talking about it.
[sourceforge.net...]
(if Brett was using it, the front page would go from 36712 to 6659 bytes, cutting 56k modem transfer time from 9 seconds to under 2)
note that you can control mod_gzip behavior very nicely though htaccess or httpd.conf
Highly Recommended.
SN
sorry 'bout not getting back sooner... its hard to track down all the stuff i participate in with all the threads generated daily...
anyway, my server was locking up and mod_gzip was one suspect... it may have been scans or even another piece of errant software... sadly, i haven't had the time to put mod_gzip back in place and see if the lockups come back...