gzip compression not taken into account?

Dan Trainor dan.trainor at gmail.com
Sat May 14 00:19:55 MSD 2011


Hi -

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


More information about the nginx mailing list