Re: Nginx to real time minifying

2016-09-02 Thread pablo platt
There is also google pagespeed (didn't use it) https://developers.google.com/speed/pagespeed/module/ https://github.com/pagespeed/ngx_pagespeed On Fri, Sep 2, 2016 at 3:14 PM, Miguel C wrote: > Maybe this: https://github.com/mrclay/minify/blob/2.x/README.md > > Note that I never used in in produ

Re: Nginx to real time minifying

2016-09-02 Thread Miguel C
Maybe this: https://github.com/mrclay/minify/blob/2.x/README.md Note that I never used in in production, since I run mostly WP sites, plug-ins worked best so far. One awesome alternative is ngx-pagespeed it's a pity it's not supported on FreeBSD though but on Linux server pagespeed will handle th

Re: Nginx to real time minifying

2016-09-02 Thread pablo platt
The gzip module compresses in realtime (uses the CPU): http://nginx.org/en/docs/http/ngx_http_gzip_module.html The gzip_static module use existing compressed files: http://nginx.org/en/docs/http/ngx_http_gzip_static_module.html On Fri, Sep 2, 2016 at 2:43 PM, Brent Clark wrote: > Good day Guys

Nginx to real time minifying

2016-09-02 Thread Brent Clark
Good day Guys I heard companies like cloudflare have an option for minifying on their proxies. I would like to ask, is there such a feature for nginx. Is there a third party module? Many thanks Brent ___ nginx mailing list nginx@nginx.org http://