<p>Hi -</p>
<p>Are those tools misreporting?  What does the content-encoding: header say?</p>
<div class="gmail_quote">On May 13, 2011 1:09 PM, &quot;jfix&quot; &lt;<a href="mailto:nginx-forum@nginx.us">nginx-forum@nginx.us</a>&gt; wrote:<br type="attribution">&gt; Hi, I have enabled gzip compression following the wiki instructions like<br>
&gt; this:<br>&gt; <br>&gt; location / {<br>&gt;  #....<br>&gt; <br>&gt;  gzip on;<br>&gt;  gzip_min_length 1000;<br>&gt;  gzip_proxied expired no-cache no-store private auth;<br>&gt;  gzip_types text/plain application/xml text/javascript text/css<br>
&gt; application/x-javascript;<br>&gt;  gzip_disable &quot;MSIE [1-6]\.&quot;;<br>&gt;  <br>&gt;  #...<br>&gt; }<br>&gt; <br>&gt; unfortunately, both Yahoo&#39;s yslow and Google&#39;s pagespeed tell me that I<br>&gt; should enable compression for better performance. <br>
&gt; <br>&gt; How can I find out why compression doesn&#39;t seem to happen?  I&#39;ve<br>&gt; selected the mime-types after having looked at them in chrome&#39;s web<br>&gt; inspector.<br>&gt; <br>&gt; Thank you in advance,<br>
&gt; Jakob.<br>&gt; <br>&gt; Posted at Nginx Forum: <a href="http://forum.nginx.org/read.php?2,197898,197898#msg-197898">http://forum.nginx.org/read.php?2,197898,197898#msg-197898</a><br>&gt; <br>&gt; <br>&gt; _______________________________________________<br>
&gt; nginx mailing list<br>&gt; <a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>&gt; <a href="http://nginx.org/mailman/listinfo/nginx">http://nginx.org/mailman/listinfo/nginx</a><br></div>