Will mod_gzip work on dynamically-generated pages like this forum? It helps speed up HTML pages, but I think it's the requests to the MySQL database that is making the board slow...
Its only 304 bytes if you look.
I think one of the config options is only if the filesize is at least a certain size first. no sense in compressing 304 bytes.
Originally posted by Brujah A dialup user might only need to download 20k instead of 100k, and of course thats 90k less bandwidth for that user, that instance.
might is the key word.
Looks like 80 kb difference, not 90 ;)
Most dialup modems already use compression if they can negotiate it with the ISP host. Compressing small amounts of data like these html pages will not make much difference and the server will have to do the work not your modem.
Comment