Re: Compressed page streams detection and optimization

2013-09-12 Thread dfumagalli
Thank you very much! Posted at Nginx Forum: http://forum.nginx.org/read.php?2,242802,242813#msg-242813 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Compressed page streams detection and optimization

2013-09-12 Thread Maxim Dounin
Hello! On Thu, Sep 12, 2013 at 06:07:05AM -0400, dfumagalli wrote: [...] > What happens if Nginx gets served by PHP-FPM a compressed page and maybe 1 > compressed .css file + 5 uncompressed .css files and 6 .js? [...] > Or does it - hopefully - detect an incoming stream "magic numbers" or > he

Compressed page streams detection and optimization

2013-09-12 Thread dfumagalli
Hello, I have a website serving a number of different PHP based applications. Some of them natively serve their own gzipped pages, others only serve compressed HTML but uncompressed .css and .js files, others don't compress anything. So far I have a per /location/ Nginx gzip configuration. Gzip i