"MinSize" for the GZip
Brought to you by:
dmcabrita
"Is there an Option like "MinSize" for the GZip compression?
I have seen in my Logfiles that very small requests became bigger because
of things like Gzip-Headers."
"Note that gzipping is only beneficial for larger resources.
Due to the overhead and latency of compression and decompression,
you should only gzip files above a certain size threshold;
we recommend a minimum range between 150 and 1000 bytes.
Gzipping files below 150 bytes can actually make them larger."