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

Reported via https://groups.google.com/forum/#!topic/ngx-pagespeed-discuss/yrEMXV2m-Ig ``` root@xx lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.04.3 LTS Release: 14.04 Codename: trusty ``` ``` root@xx# uname -r 3.19.0-79-generic ````...

Hi, After deploying pagespeed on my server, tested several configs and options, yet lately these info messages are filling the console, was wondering if anyone knows how to handle these:...

Setting `POSITION_AUX=true` is not working in nginx 1.9.11+. The module `ngx_pagespeed` is appearing in both `HTTP_FILTER_MODULES` and `HTTP_AUX_FILTER_MODULES`. `ngx_pagespeed` is appearing by default in `HTTP_FILTER_MODULES`. When `POSITION_AUX=true`, the default entry...

Stable from 1.14.1 to 1.14.2 Mainline from 1.15.6 to 1.15.8

Hi again here, but I write to find a solution to this error: 2018/05/17 11:17:16 [error] 1731#5159: [ngx_pagespeed 1.13.35.2-0] PageSpeed Serf fetch failure rate extremely high; only 0 of 44...

Following are the details of my setup and more details about my problem that I am facing. System info: nginx-1.18 php7.3 ubuntu 20.04(64-bit) We have used the following page speed...

I'm getting the following error regularly in my logs: 2015/04/01 14:35:07 [warn] 9#0: [ngx_pagespeed 1.9.32.3-4448] Fetch failed to start: https://fonts.googleapis.com/css?family=Merriweather:400,700,900,300 That's the only url that it seems to have an...

Hello, I have a huge problem with ngx_pagespeed cache. I've been working on it for 7 weeks with no success. I'm giving you some details but feel free to ask...

Hello. ``` # nginx -V nginx version: nginx/1.15.4 built by gcc 6.4.0 (Alpine 6.4.0) built with LibreSSL 2.7.4 TLS SNI support enabled configure arguments: --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log...

I have an Nginx instance with the following in the main nginx.conf file which engages PassThrough mode and then just enables `convert_meta_tags`, `inline_google_font_css`, `collapse_whitespace`, `remove_quotes`. ``` pagespeed unplugged; pagespeed FileCachePath...