incubator-pagespeed-mod
incubator-pagespeed-mod copied to clipboard
Apache module for rewriting web pages to reduce latency and bandwidth.
Hey everyone, I did some tests and read the docs (and even digged through the code a litte) but I'm still not sure so I thought I ask for clarification:...
Add a x-content-type-options: nosniff to files optimized by IPRO
Hi guys I'm trying to disable mod_pagespeed for some pages and it works. Nothing optimized when applying _ModPagespeedDisallow_. But pagespeed headers keep affecting JS files. ```apache ModPagespeedDisallow "*/checkout/*" ModPagespeedRewriteLevel OptimizeForBandwidth...
Hi I'm using Pagespeed with Apache and the users are facing the following issues: ``` TypeError pagespeed.CriticalImages is undefined ``` ``` ReferenceError Can't find variable: pagespeed ``` ``` ReferenceError pagespeed...
Firefox 65.0 is here.... And is wepb capable. Pagespeed convert jpg files to webp ones..... but not png or gif. The same files in Chrome get converted to webp.
I was getting many errors in log about ``` RateController: drop deferred fetch of [URL] ``` I got over that by disabling the rate limt (at least while debugging): ```...
Lighthouse and other tools complain about google fonts not supporting font-display:swap. I've recently implemented a script which rewrites the inlined Font css, adding the font-display:swap to the style rules, if...
Since Google PageSpeed is not compatible with Google Search Engine which results in the fact Google indexes URLs containing the `?PageSpeed=noscript` query parameter even despite `rel=canonical` tag, it would be...
Hello, When rewrite domain is enabled. For ex. ModPagespeedMapRewriteDomain cdn1.cloudfront.com https://www.website,com And hint_preload_subresources is also enabled. The returned domain in the header for the preloaded resource is https://www.website,com. The resource...
A new version for rewrite srcset and data-srcset. Maybe doc must be updated to add `pagespeed AddUrlValuedAttribute amp-img (data)-srcset srcsetimage` Related to PR #1899