incubator-pagespeed-mod icon indicating copy to clipboard operation
incubator-pagespeed-mod copied to clipboard

Apache module for rewriting web pages to reduce latency and bandwidth.

Results 107 incubator-pagespeed-mod issues
Sort by recently updated
recently updated
newest added

Hello Recently (July 2022) **2020Sanoj** and **MrBenGriffin** have reported that this issue has resurfaced. I can report that I too am seeing it on Ubuntu 20. The original issue was...

I have font face references in my css that look like this after optimisation: `@font-face{font-family:helvetica-black;font-weight:400;font-style:normal;src:url(/resources/font/helvetica-black/5ba229ac-ba95-456c-9c0d-9e10cc8de8d6.eot);src:url(/resources/font/helvetica-black/5ba229ac-ba95-456c-9c0d-9e10cc8de8d6.eot?#iefix) format("eot") , url(/resources/font/helvetica-black/8ede94c2-af21-4381-92e8-e40c05f98715.woff2) format("woff2") , url(/resources/font/helvetica-black/4550aa51-8a1d-40f2-a8c3-13384b0bb1e2.woff) format("woff") , url(/resources/font/helvetica-black/e9b5da31-e566-4f36-a41f-31b1101a16b5.ttf) format("truetype")}` These are fine in the...

Hello, With the `rewrite_css` filter enabled, [CSS Custom Property](https://developer.mozilla.org/en-US/docs/Web/CSS/--*) definitions are broken -- their definition is lowercased. This is wrong because the css variables [are case sensitive](https://drafts.csswg.org/css-variables/#apis). That is variables...

I have a website where images are very important and we get a lot of traffic from google images. When enabling webp images, Mod Pagespeed will constantly change the filenames...

Hi, TTFB is much higher when PageSpeed is enabled and I don't understand why 264ms TTFB with PageSpeed=off https://speedvitals.com/report/www.keinegotterkeinemeister.de/eEuqEG/ 1100ms TTFB with PageSpeed ON https://speedvitals.com/report/www.keinegotterkeinemeister.de/tg1zwa/ Pagespeed config: https://pastebin.com/fLqVcP1M

Hello, we installed the latest pagespeed module on our servers (1.9.32.14-stable). There are noticable improvements and the module obviously does its job. The only problem is that in total the...

sudo nginx -t nginx: [emerg] dlopen() "/usr/lib/nginx/modules/ngx_pagespeed.so" failed (/usr/lib/nginx/modules/ngx_pagespeed.so: **undefined symbol: pthread_mutex_consistent_np**) in /etc/nginx/modules-enabled/50-mod-pagespeed.conf:1 nginx: configuration file /etc/nginx/nginx.conf test failed Content of /etc/nginx/modules-enabled/50-mod-pagespeed.conf load_module modules/ngx_pagespeed.so; Nginx Error log: 2021/10/04 15:52:07...

I am running apache 2.4 on CentOS Linux release 7.6.1810 (Core) and since a few months mod_pagespeed fills up my logs with the following Error: ``` [Thu Aug 01 16:09:01.280372...

Hi, I see so many open tickets and the last release was in 2015! Is this software still maintained and recommended to use in production? Thanks.

### Problem I have followed the instructions at [build mod_pagespeed from source](https://www.modpagespeed.com/doc/build_mod_pagespeed_from_source) to build _pagespeed_ from source in a Gentoo Linux system. During execution of `make BUILDTYPE=Release mod_pagespeed_test pagespeed_automatic_test` I...