incubator-pagespeed-mod
incubator-pagespeed-mod copied to clipboard
Apache module for rewriting web pages to reduce latency and bandwidth.
When SELinux is in enforcing mode, I get the following errors and some filters not working. `[pagespeed:error] [pid 3969:tid 139713255986944] [mod_pagespeed 1.13.35.2-0 @3969] Failed to mkdir /var/cache/mod_pagespeed/ flush /bUBvUZ_Wi_svXCmxK86L.outputlock: No...
Hi, I’ve been trying to enable filters one-by-one for my application in the least intrusive manner possible. So my current configuration is: ``` ModPagespeed on ModPagespeedRewriteLevel PassThrough ModPagespeedEnableFilters in_place_optimize_for_browser,image_preserve_urls,convert_jpeg_to_webp ```...
The modpagespeed.com front page has a demo for MapProxyDomain, but it does not work. We need to add: `ModPagespeedMapProxyDomain http://modpagespeed.com/static http://www.gstatic.com/psa/static` for 1.gif to be moved there.
``` I'm packaging pagespeed for multiple versions openSUSE. The steps I use for building whenever a new release is out is: - resync the sources from the svn tag using...
If PageSpeed sees `` it currently doesn't optimize it by default. You can tell it to optimize the `src` attribute by setting a `UrlValuedAttribute` directive: ``` UrlValuedAttribute amp-img src image...
Unable to get the prop_page directory created in the /var/cache/mod_pagespeed directory.
``` we could expose a feature like this: ModPagespeedJsonRewriteValue Image URL_S With this specified, we would assume any JSON name/value pair with name==URL_S would have a value that was a...
At one point mod_pagespeed supported FreeBSD, but it hasn't worked since ~1.2. It also has never worked with ngx_pagespeed, because ngx_pagespeed is more recent than that, but the additional effort...
See https://tools.ietf.org/html/rfc7234#section-5.2 > Cache directives are identified by a token, to be compared case-insensitively, and have an optional argument, that can use both token and quoted-string syntax. PageSpeed does this...
If you have a global JavaScript variable/function in an external JS file: `const checkForm = function(form) { ... };` then ModPageSpeed wraps it into an eval statement: `var mod_pagespeed_EBwFaDOlRN =...