Why it matters
Without a usable Cache-Control header, browsers and CDNs re-fetch the page on every visit, so returning visitors pay the full load cost again for content that did not change.
How to fix it
Send Cache-Control with a max-age suited to how often the page really changes, even if that is only a few minutes.