Reading the docs on nginx.org and searching around, it seems there's no
consensus on how we should configure gzip_buffers.

Some guides say that the total buffer needs to be greater than any file you
want to gzip, or it will either not gzip the file or truncate it (I'm sure
this is not true though!).  Other guides suggest arbitrary values.

I guess I have a couple of questions to clear up this confusion:

1. What happens if the response is greater than the total gzip buffer.  Will
it simply keep the upstream connection open longer while it fills, gzips and
transmits the buffers multiple times?

2. If your page size is 4k, does that mean for best efficiency shoudl you
keep the size of the buffers to 4k, but just increase the total number of
buffers?  What is the consideration here?

3. Would having larger buffer sizes potentially allow greater compression
because each buffer is compressed individually?

Thanks!

Posted at Nginx Forum: 
http://forum.nginx.org/read.php?2,239316,239316#msg-239316

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to