oschaaf commented on issue #1626: LoadFromFileCacheTtlMs is quite broken URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1626#issuecomment-466549939 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 resources are send over http.. What I think you are observing at the http level is that the output is either a cache-extended optimized resource with a 1 year TTL, or an intermediary output from the module where it didn't have an optimized resource ready yet. I think that retrying a couple of times will get you the optimized output eventually when that happens.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
