ShadowXVII commented 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 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 no Cache-Control header. The headers echo this in the request as i'm getting a `TCP_MISS` for `PageSpeed=on` and `TCP_HIT` for `PageSpeed=off`
---------------------------------------------------------------- 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