incubator-pagespeed-mod
incubator-pagespeed-mod copied to clipboard
Apache module for rewriting web pages to reduce latency and bandwidth.
cpanel on cloudlinux `yum list installed | grep pagespeed` ea-apache24-mod_pagespeed.x86_64 latest-stable @System Hello, I am having some troubles understanding why the config shown in the documentation is failing here: ```...
Version: 1.12.34.2 While optimizing a css file that references many other images, pagespeed is 404'ing subsequent requests for that resource. Specifically: * Starting pagespeed with a clean cache. * Make...
Mod PageSpeed debug is showing a lot of errors like these: ``` ``` I tried this but it didn't work: ``` ModPagespeedDomain *.ni-dieu-ni-maitre.com ModPagespeedDomain www.ni-dieu-ni-maitre.com ModPagespeedRespectXForwardedProto on ``` Any help...
Trying to build nginx-module with current master for very long time... Since no manuals or PSOL-related internal scripts know about bazel: - I've built everything except envoy - Manually fixed...
We're using a banner system to load ads via ajax. The images in the ajax responses are handled by mod_pagespeed, but they're not converted to webp. If I call the...
@oschaaf or whoever knows how to do this ... :-) First, when I build with bazel I need to add` #include ` to pagespeed/kernel/base/string.h or else bazel build will fail....
Hi, After installing PageSpeed I am having many warnings in the error_log every 2 seconds, my page sometimes loads fast, but sometimes it does not load the styles or the...
Hi I have enabled page speed on Apache/2.4.25 (Debian) Running on NAME="Debian GNU/Linux" VERSION_ID="9" VERSION="9 (stretch)" ID=debian And added settings into the page speed are following ModPagespeedAddResourceHeader "Access-Control-Allow-Origin" "*" ModPagespeedAddResourceHeader...
Dear fellow mod_pagespeed fans! Is there anyway to undo: _"Image resized and then inlined into HTML as Base64 data. Because the inlined data has the desired dimensions, width and height...
``` Hello, lovely PageSpeed folks. We're in the process of pushing CSP 1.1[1] through to CR. I think it has a few features which would be quite usefully injected via...