<div>Hi,</div><div><br></div><div>Maybe you'are encountering what Steve Souders call the "Turtle Tapping".</div><div><br></div>You need to check the Accept-Encoding HTTP header from the browser side (need to be: Accept-Encoding: gzip, deflate). In some cases (in order to analyse faster the content of the traffic), web-proxies and Antivirus are mangled the Accept-Encoding HTTP header.<div>
<br></div><div>--<br clear="all">Regards<br> Jocelyn Mocquant<br>
<br><br><div class="gmail_quote">On Fri, May 13, 2011 at 1:19 PM, Dan Trainor <span dir="ltr"><<a href="mailto:dan.trainor@gmail.com" target="_blank">dan.trainor@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<p>Hi -</p>
<p>Are those tools misreporting? What does the content-encoding: header say?</p><div><div></div><div>
<div class="gmail_quote">On May 13, 2011 1:09 PM, "jfix" <<a href="mailto:nginx-forum@nginx.us" target="_blank">nginx-forum@nginx.us</a>> wrote:<br type="attribution">> Hi, I have enabled gzip compression following the wiki instructions like<br>
> this:<br>> <br>> location / {<br>> #....<br>> <br>> gzip on;<br>> gzip_min_length 1000;<br>> gzip_proxied expired no-cache no-store private auth;<br>> gzip_types text/plain application/xml text/javascript text/css<br>
> application/x-javascript;<br>> gzip_disable "MSIE [1-6]\.";<br>> <br>> #...<br>> }<br>> <br>> unfortunately, both Yahoo's yslow and Google's pagespeed tell me that I<br>> should enable compression for better performance. <br>
> <br>> How can I find out why compression doesn't seem to happen? I've<br>> selected the mime-types after having looked at them in chrome's web<br>> inspector.<br>> <br>> Thank you in advance,<br>
> Jakob.<br>> <br>> Posted at Nginx Forum: <a href="http://forum.nginx.org/read.php?2,197898,197898#msg-197898" target="_blank">http://forum.nginx.org/read.php?2,197898,197898#msg-197898</a><br>> <br>> <br>
> _______________________________________________<br>
> nginx mailing list<br>> <a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a><br>> <a href="http://nginx.org/mailman/listinfo/nginx" target="_blank">http://nginx.org/mailman/listinfo/nginx</a><br>
</div>
</div></div><br>_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a><br>
<a href="http://nginx.org/mailman/listinfo/nginx" target="_blank">http://nginx.org/mailman/listinfo/nginx</a><br>
<br></blockquote></div><br>
</div>