Slide 15
Slide 15 text
*
DISQUS
gzip
By default, nginx is very generous with the buffers it allocates for gzip.
A healthy, 264kb per connection.
Observe the content-length of responses and tune gzip_window and
gzip_hash accordingly.
The difference of shrinking
pre-allocation to only 32kb
with:
gzip_window 2k;
gzip_hash 4k;
NGINX User Summit 2014