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

On Ubuntu 19.04 ` /root/incubator-pagespeed-ngx-latest-stable/src/ngx_url_async_fetcher.cc:53: multiple definition of `net_instaweb::NgxUrlAsyncFetcher::NgxUrlAsyncFetcher(char const*, ngx_log_s*, unsigned long, unsigned long, ngx_resolver_s*, int, net_instaweb::ThreadSystem*, net_instaweb::MessageHandler*)'; objs/addon/src/ngx_url_async_fetcher.o:/root/incubator-pagespeed-ngx-latest-stable/src/ngx_url_async_fetcher.cc:53: first defined here /usr/bin/ld: objs/addon/src/ngx_url_async_fetcher.o: in function `net_instaweb::NgxUrlAsyncFetcher::FetchComplete(net_instaweb::NgxFetch*)':] `

I want to use the nginx pagespeed proxy https request, but my backend has multiple servers, How do I proxy? pagespeed MapOriginDomain "http://testvser_pool" "https://192.168.44.243:443"; upstream testvser_pool { server 192.168.66.100:80 fail_timeout=10s...

PageSpeed 1.13.35.2 on nginx 1.13.8 on Ubuntu 14.04 (and on Minikube). Original HTML contains: ``` ``` Rewritten HTML contains: ``` ``` The first request for `/css/A.store.css+vendor.css,Mcc.HBFc8IpUqh.css.pagespeed.cf.OBCdvpW_8K.css` (ie cache miss) with...

Our apache 2.4 is configured to use latest stable version of mod_pagespeed but unfortunately after sometime apache doesn't serve the response for all the requests configured to use pagespeed. As...

Hello, I don't know if I've missmatch any configuration because I'm not able to find anything about this (or maybe I don't know what to search), but when I enable...

Our .png logo breaks in Chrome Desktop with ngx_pagespeed on. Tested Chrome Versions 76.0.3809.132 & 77.0.3865.75 There is no issue when visiting with other browsers (tested with Firefox and Edge)....

hello guys i have some question about the installation nginx from ubuntu packages and from the source i will do a new website and today a lunch a test my...

Chrome introduced native lazy loading recently. Would highly recommend implementing it as an alternative to the current lazy loading with beacons, and use beacons as a fallback for older browsers...

Hi, I have been doing some tests on IPRO to be able to convert from PNG to webp lossless, but looking at the documentation it seems it is using the...

Hello everyone! I have `nginx 1.16` with `pagespeed 1.13.35.2-0`. the issue is that pagepseed able to optimise images in main page but not other pages. with no error or suspicious...