jmarantz commented on issue #1685: Pagespeed causes high FTTB on nginx URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1685#issuecomment-613163035 So the Cache-Control at origin -- that is, with pagespeed in standby, is empty? In that case the CDN might be configurable as to whether it would cache HTML by default, and for how long. You might be able to control that behavior at the CDN. If the CDN is caching your HTML, it's going to significantly improve the TTFB obviously. You can also achieve this with PageSpeed via its downstream caching feature, but how to do that is dependent on the downstream cache, and PageSpeed only documents the flow for Varnish. https://www.modpagespeed.com/doc/downstream-caching On Mon, Apr 13, 2020 at 7:54 PM Jake Edwards <notificati...@github.com> wrote: > 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 > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/apache/incubator-pagespeed-ngx/issues/1685#issuecomment-613152557>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AAO2IPLAGRGQXR5P2W47AI3RMOQZZANCNFSM4MDTLW7Q> > . >
---------------------------------------------------------------- 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