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

Recently I upgraded nginx to 1.13.9, hoping to use server push.But, ngx_pagespeed will overwrite the static resource file name, it seems that I can not complete my expectation 。 **Introducing...

I've enabled the file and lru caches but it seems the values on the statistic page are not updated: ``` cache_time_us: 46517690574 cache_hits: 1004351 cache_misses: 168951 cache_backend_hits: 1058961 cache_backend_misses: 114341...

i am using latest pagespeed with latest nginx. it was throwing some errors and when i opened minified javascript file I seen that pagespeed added \n for every new line...

My site is served by nginx on ```www.example.com``` while assets (images, javascript, css) are hosted on ```cdn.example.com```. The latter is a nginx proxy cache, on the same server, fetching the...

Some images are getting inlined as data values when the CSP prohibits the browser from loading these images, resulting in missing images on a website. HonorCSP in set to on.

We have lazy loading enabled, and I noticed that images sometimes don't load at all. All images on pages. If I refresh once or twice, they show up. If I...

Hi all, I have Ubuntu 18.04, Nginx server. I can see following error logs in my server nginx error log file. Is this image rewriting is not working or any...

Hello, I have two nginx running one for my website and running as origin, I'm struggling to have pagespeed working on my website domain.com. I'm serving assets from Cloudfront from...

There are several issues actually I want to mention here. First. One may assume that `LoadFromFileCacheTtlMs` allows to have ngx_pagespeed only check files for changes for a configured number of...

Hello, I am using the nginx 1.13 with the following page speed configuration which is in pagespeed.conf and around 10 users has include pagespeed.conf in their vhosts: pagespeed on; pagespeed...