incubator-pagespeed-ngx
incubator-pagespeed-ngx copied to clipboard
Automatic PageSpeed optimization module for Nginx
When i click "purge entire cache". then Purge Set Everything before this time stamp is invalid: Thu, 01 Jan 1970 00:00:00 GMT So ,Am I missing something?
If you use pagespeed with the default settings it seems that it will convert .jpg to .webp and serve that to capable browsers. However if you use CloudFlare then it...
at first, i want to change my image which is referenced from CSS, like: `` so i enable the filter: pagespeed EnableFilters rewrite_css; pagespeed EnableFilters combine_css; pagespeed EnableFilters fallback_rewrite_css_urls; pagespeed...
i want to add some infomation pagespeed outputs name to like it: origin : img/x3.jpg.pagespeed.ic.H6sbbzn1no.webp change to-> : img/x3.jpg.pagespeed.xxxx.ic.H6sbbzn1no.webp i read this issue #847 which in 2014 Nov 6 ,...
This is a manual build with NGINX installed via the official pre-built repo on Ubuntu 18.04 ``` deb https://nginx.org/packages/mainline/ubuntu/ bionic nginx deb-src https://nginx.org/packages/mainline/ubuntu/ bionic nginx ``` Commands that am using...
/img/1.jpg ->working chrome get ->img/x1.jpg.pagespeed.ic.oi_Bc-Td8w.webp 1.jpg original-size:59.27KB 800x500 1.jpg.webp size: 9.7KB 800x500 that's great, but: /img/4.jpg -> not working chrome get ->img/4.jpg 4.jpg original-size:4.19MB 7952x5304 no error.log second problems: html-code-->...
I have stylesheets included with an integrity attribute, such as: `` When Pagespeed optimises these stylesheets, it fails to rewrite the integrity attribute, meaning that the security check then fails...
Despite having enabled the HonorCSP value, there is still a load of JS being inserted into the page. The CSP will stop the browser from running this code and therefore...
Yeah.... This installation is super buggy. I've tried to install it a number of ways and it's just not happening. ` bash ] 153,203 --.-K/s in 0.1s 2018-08-17 14:23:01 (1.10...
Is it possible to disable some or all optimizations for a certain user agent (crawler)? When it crawls the site, CPU usage for the nginx process is getting too high...