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
trafficstars

Quote https://www.modpagespeed.com/doc/downstream-caching#ps-capabilitylist > To use this header properly, however, you have to know which capabilities are supported by which browsers in the version of PageSpeed you're using and craft regular...

I found out that if we enable `defer_javascript` or `lazyload_images` filtres, some of the JS files on the website load twice. I checked that on Firefox and didn't get the...

An issue was reported on ngx-pagespeed-discuss that describes `stats_json` responding with a 404, which can be resolved by putting a file named `stats_json` in the corresponding directory on the filesystem:...

-- pagespeed RewriteLevel CoreFilters; pagespeed DisableFilters rewrite_images; -- I can see image rewrite value down to 0 after switch to disable. A little issue is Configuration in admin show below...

Hi! First of all, I wanna thank you for a great product. :raised_hands: Second, I have a couple of questions. I saw that the development kinda stopped a couple of...

I configure pagespeed MapProxyDomain https://$host/shared_img/ https://doctrans-tw.oss-cn-shenzhen.aliyuncs.com; I see the html source and the url did change to what I want and image can be accessed by changed url. After a...

We have an nginx as a caching proxy server in front of apache server. All the static content is served by nginx, php files are forwarded to apache. In our...

I see only one commit past year nad it was just a fix... This project is "finished" and we have to abandon it in the future? Just because standards of...

We have been using pagespeed with varying levels of success, overall it works great until it breaks. The application is using two (2) nginx/pagespeed reverse proxies with a shared Redis...

After reading https://developers.google.com/speed/pagespeed/module/configuration#ModifyCachingHeaders, I felt that it was worth retaining the ETag and Last-Modified headers that PageSpeed strips by default. `pagespeed ModifyCachingHeaders off;` would leave the original caching headers served...