incubator-pagespeed-ngx icon indicating copy to clipboard operation
incubator-pagespeed-ngx copied to clipboard

Automatic PageSpeed optimization module for Nginx

Results 105 incubator-pagespeed-ngx issues
Sort by recently updated
recently updated
newest added

I am using ngx pagespeed (x-page-speed: 1.12.34.3-0) on the google cloud (k8s in alpine, +downstream proxy/cache). I want the pages itself to be cached, as I can't afford the load...

The docker patch can not use in Alpine 3.10 ``` Applying patch automatic_makefile patching file pagespeed/automatic/Makefile Applying patch libpng16 patching file net/instaweb/rewriter/image.cc Possibly reversed hunk 1 at 1438 Hunk 1...

Now that Nginx 1.16 stable has been [released](http://nginx.org/en/download.html) and v1.14 has been moved to the "legacy versions" category, it would be nice to have Nginx 1.16 added to the Docker...

When javascript is disabled (this is common for users of Tor Browser) anchored links are broken For example, https://www.whonix.org/wiki/Hardened-kernel#Upstreaming is rewritten to https://www.whonix.org/wiki/Hardened-kernel?PageSpeed=noscript If anything it should be: https://www.whonix.org/wiki/Hardened-kernel?PageSpeed=noscript#Upstreaming Why...

There's been various commits to master branch since 1.13.35.2 stable release https://github.com/apache/incubator-pagespeed-ngx/compare/v1.13.35.2-stable...master. Are we due for a beta release soon ?

If configuring the stack Nginx (SSL 443) -> Varnish (6081) -> Nginx with PageSpeed (8080), how to serve .pagespeed. rewritten files? As I see Varnish returning the page with URLs...

These parameters always false: pagespeed ImagePreserveURLs true; pagespeed CssPreserveURLs true; pagespeed JsPreserveURLs true; I'm checked sources and got that these options exist in Apache version of PageSpeed but not in...

I'm opening a new issue for this like @jmarantz suggested in https://github.com/pagespeed/ngx_pagespeed/issues/777#issuecomment-273570987. ngx_pagespeed has been supporting redis as a cache backend from version `1.12.34.1`. Redis instances can be started with...

Hi guys, I'm 99% there with our Pagespeed config file. Just the SVG file URLs don't map to the CDN. All other static files do, CSS, JS, webp, jpg etc...

The Pagespeed module for Nginx by default adds the following code to all pages of the site: `Please click here if you are not redirected within a few seconds.` Googlebot...