Re: [OT] minimum gzip compression

2009-07-31 Thread Stefan Monnier
> I'm trying to tune compression for my httpd. My default it'll gzip any > (specified type of) file regardless of its size. However, very small > files will probaly end up being bigger than the original (a 1B file > becomes 25B). Is there an average minimum size from which to gzip? > Assuming all f

[OT] minimum gzip compression

2009-07-31 Thread Nuno Magalhães
Greetings, I'm trying to tune compression for my httpd. My default it'll gzip any (specified type of) file regardless of its size. However, very small files will probaly end up being bigger than the original (a 1B file becomes 25B). Is there an average minimum size from which to gzip? Assuming all