BoldGrid / w3-total-cache

GNU General Public License v2.0
152 stars 84 forks source link

Cache-control headers and FSD compability #155

Open ghost opened 4 years ago

ghost commented 4 years ago

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.

mavas84 commented 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!