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

Hi, sometimes our nginx with the pagespeed modul getting very slow. The problem starts after the following message appears in the error log: `020/09/24 15:38:38 [warn] 39#39: [ngx_pagespeed 1.13.35.2-0] [0924/153838:WARNING:critical_images_finder.cc(403)]...

**Whats is the Issue?** Requests having sharded hostname and non-optimized resources(non-pagespeed resource) are not being mapped to origin domain. Here is a glimpse of my configuration, I have provided a...

``` mod_pagespeed has a copy of apr_memcache.c, with some local modifications. Support for unix sockets was added upstream a few months ago, and there was a request to ngx-pagespeed-discuss by...

Priority-Medium
Type-Defect
auto-migrated

#2029 relocated files, and punted on two observed issues: - //benchmark/pagespeed/kernel/cache has its speed tests disabled: they leak and crash. This warrants looking into. - Should file two issues `//pagespeed/net/instaweb/htmlparse/testdata`...

Hello, CentOS 7, Apache 2.4.41 it seems that if you set a large pagespeed cache eg. 1 GB and use HTTP connections, Apache stops responding after something like `[Wed Jul...

Hello esteemed Pagespeed authors, I am having trouble building the Envoy targets via Bazel on macOS. See below for the error. My (naive) guess would be a compiler difference between...

In #2019 we dropped the dependency on rdestl, but the performance difference wasn't explicitly tested, assuming that absl will do allright. However, proof is golden, we should revisit. For now,...

PR #2017 is mostly mechanical stuff to fix build warnings and generally clean up, but in there are two changes that should have gone elsewhere. I'm going to merge that...

Fixes apache/incubator-pagespeed-ngx#1537

After upgrading optipng & libjpeg_turbo we have had to widen a threshold in testing. The widening is significant enough to warrant looking into more. Relevant change (with code-level TODO): https://github.com/apache/incubator-pagespeed-mod/pull/2004...