ShadowXVII edited a comment on issue #1685: Pagespeed causes high FTTB on nginx URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1685#issuecomment-613152557 The Cache-Control is currently dictated by the Pagespeed module. The documentation suggests `By default PageSpeed serves HTML files with Cache-Control: no-cache, max-age=0` Which means with `PageSpeed=off` it'll go back to default NGINX, which is the absence of any `Cache-Control` header. I checked this by querying origin directly, no header was returned. When querying the CDN with my requests, Azure Front Door adds headers to indicate Hit/Miss -- I'm getting a `TCP_MISS` for `PageSpeed=on` and `TCP_HIT` for `PageSpeed=off` So I guess in summary, the caching at the CDN is causing PageSpeed to appear slower due to no caching. **Question**: Is it possible to use PageSpeed to serve cacheable assets, such as concatenated and compressed scripts?
---------------------------------------------------------------- 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