keesspoelstra opened a new issue #1870: Proposal: make it possible to cache not rewritten HTML/resources URL: https://github.com/apache/incubator-pagespeed-mod/issues/1870 The biggest problem for a lot of users is a large TTFB caused by long backend processing, even with relatively static HTML content , with distributed CDNs there is often no easy possibility to keep all edge nodes warm. As we already see original content when it is generated, we could siphon it off to a cache item, and use it for subsequent rewrites or even serve it directly when there are no rewrites. Configuration could be done by setting cache control headers to public or per location via a pagespeed directive. Thoughts on implementation and configuration?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services