Is it possible to use mod_deflate in Apache 2.2 only for files bigger than a certain size ?
According to this article and common sense only files over 1000 bytes benefit deflate/gzip.
Is it possible to use mod_deflate in Apache 2.2 only for files bigger than a certain size ?
According to this article and common sense only files over 1000 bytes benefit deflate/gzip.
There is no directive like that for mod_deflate as you can read up here: link. There has been an option like this with mod_gzip.