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

This TSAN failure look serious, and deserves looking into. ``` [ RUN ] RewriteContextTest.LoadSheddingTest FATAL: ThreadSanitizer CHECK failed: /build/llvm-toolchain-10-10.0.1~++20200708124224+ef32c611aa2/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector.h:67 "((n_all_locks_)) < (((sizeof(all_locks_with_contexts_)/sizeof((all_locks_with_contexts_)[0]))))" (0x40, 0x40) #0 __tsan::TsanCheckFailed(char const*, int, char const*,...

Seems to originate from test only code, so low priority unless related to a broader issue. Capturing a flake I caught here for tracking. ``` exec ${PAGER:-/usr/bin/less} "$0" || exit...

Hi there, I'm having an issue where websites running Apache mod_pagespeed occasionally break, so requested pagespeed assets return a 404. In the last 2 years, this happened once in a...

When I view pagespeed admin message history, I can see that following info. May I know who do correct this issue? I belive this issue generated by structured data script....

``` CC(target) out/Release/obj.target/grpc_core/third_party/grpc/src/src/core/lib/security/credentials/oauth2/oauth2_credentials.o third_party/grpc/src/src/core/lib/security/credentials/jwt/jwt_verifier.c: In function 'pkey_from_jwk': third_party/grpc/src/src/core/lib/security/credentials/jwt/jwt_verifier.c:498:10: error: dereferencing pointer to incomplete type 'RSA' {aka 'struct rsa_st'} rsa->n = ^~ make[1]: *** [third_party/grpc/grpc_core.target.mk:560: out/Release/obj.target/grpc_core/third_party/grpc/src/src/core/lib/security/credentials/jwt/jwt_verifier.o] Error 1 make[1]: *** Waiting...

This problem occurred on a production server today, running Apache 2.4.16 and mod-pagespeed-stable-1.9.32.4-7251.x86_64. Error log: ``` [Fri Sep 25 11:45:21.810672 2015] [pagespeed:error] [pid 874779] [mod_pagespeed 1.9.32.4-7251 @874779] Failed to stat...

I use a responsive theme and use a LEMP stack and use the WordPress platform. When I test the site performance using the pagespeed insights, I can achieve 81% score...

For some reason HTML video source URLs are not being rewritten on a WordPress website. My version is 1.13.35.2-0. I have tried everything. Any help would be appreciated.

It would be great to be able to set PageSpeed to ignore certain URL parameters. For example if you have a unique tracking parameter in the URL the page will...

Hello! In my scenario, where I choose the following Apache configuration setting: `Header set X-Content-Type-Options "nosniff"` Te following happens with, for example, Images or CSS rewritten by **mod_pagespeed**: ![image](https://user-images.githubusercontent.com/4950107/79383170-2217bb00-7f3b-11ea-81c9-47c71dc06378.png) Disabling...