Open ghost opened 4 years ago
Hi @WPLibrary , Thank you for posting this issue. I really appreciate that you've taken the time to do so and I am sorry for the late reply. The developers are looking into this and we'll get back to you as soon as possible. Thank you once again!
Hi,
Some CDN providers respect existing
Cache-control
headers. CDN providers honor the settings in the Cache-Control headers from your origin web server before caching HTML. It allows users to select which page will NOT be cached by CDN provider.Example:
cache-control: no-cache, must-revalidate, max-age=0
According to the example, the header tells CDN provider to do NOT cache that page.
W3TC has the full-site delivery feature and also users are able to select pages which shouldn't be cached. So, if W3TC adds that header to pages which users do not want it to be cached, it will be better.
Regards.