Otto van der Schaaf
Otto van der Schaaf
There was this FreeBSD port by @mmokhi for mod_pagespeed, I'm not sure if it has been updated, but if so it could provide a potential alternative.
I think the gotcha here is that `LoadFromFileCacheTtlMs` controls cache TTL for the module's internal caching system, and is not controlling cache expiry directives at the http level when optimized...
I remember the feature request but not the patch, can you point it out?
@Miragetek thanks for pointing that out. To be honest, unfortunately it looks like that won't be a trivial exercise (at least for me) to incorporate into this project, probably due...
As far as I know nobody has tried to build ngx_pagespeed yet. So we're in uncharted territory. It should be possible though. To obtain `pagespeed_automatic.a` this should suffice: ``` bazel...
Hey @eilandert & @acachy & @Lofesa awesome job; I think that with some persistence this will be resolved, as it should be viable. Earlier I had hoped that there would...
If you enable the debug filter, html comments will be written right after the img tags that may shed some light on what happens and why.
This sounds like https://github.com/tensorflow/tensorflow/issues/33758
Could you try https://www.modpagespeed.com/doc/configuration#add-resource-header ? (Not 100% sure that works for non-.pagespeed. resources, but it might)
@nberlee had some ideas about this in https://github.com/apache/incubator-pagespeed-mod/pull/1852#issuecomment-451862579