Otto van der Schaaf

Results 220 comments of Otto van der Schaaf

I think cacheability of the html is restricted to the recursive minimum of all resources included in the page, by nature of how the module works (if resources urls are...

Well jmarantz suggested OptimizeForBandwidth, which I think is easy to do. Or possibly one could add some nginx configuration to transform resource response headers to override origin cache TTL before...

1.14.36.1 got tagged, but has not been released yet, even though it did get approval by the incubator PMC: While finalizing the release steps, a blocking issue was observed in...

Yes, the last RC for PageSpeed (incubating) 1.14.36.1 was approved by the general incubator pmc: https://dist.apache.org/repos/dist/dev/incubator/pagespeed/1.14.36.1-rc5/ Just need to copy these to the official release location and finalize the release...

X-posting from https://groups.google.com/g/mod-pagespeed-announce ### The Apache PageSpeed (incubating) community is pleased to announce its first release: 1.14.36.1. PageSpeed represents a series of open source technologies to help make the web...

@AngelDeaD could you add a concrete example of how the module would rewrite its input to illustrate your goal?

that would require a modification to https://github.com/apache/incubator-pagespeed-mod/blob/d8d13e85f8356e361e9faa4091f305202415f0f8/net/instaweb/rewriter/insert_ga_filter.cc plus tests to ensure it works in https://github.com/apache/incubator-pagespeed-mod/blob/2349e76f8a30512cb68d13bbbecc11b03f087d6f/test/net/instaweb/rewriter/insert_ga_filter_test.cc It certainly seems doable to me, but I don't think anyone is looking into it.

I wonder, is the html being cached at CloudFlare?

I am afraid that caching html like that is probably not going to interact well with ngx_pagespeed. There is the downstream caching feature for that [1]. But that was designed...

I think the cache-control is overridden to make sure no-one downstream caches it. Varnish will cache it though, and reply with cached html responses most of the time. (A small...