Guidelines configuration for CDN or other cache services
Since caching is more and more moved towards external systems like varnish or even better a full cdn system, we should provide some very generic guidelines on how to configure caching. Specifically, what urls not to cache as they are dynamic or user specific and sensitive.
Some things i think that fall in this category are the following urls:
- /bolt - Never cache as it is sensitive and user specific with login
- /preview - Dynamicylly generated from editor and user specific with login others?
If i can get a full list, I could write a page on this topic, at least for 2.2.
In no uncertain terms this is about to change in v3.0 with the updates to Bolt Filesystem, I would coordinate with @CarsonF on this for that reason :wink:
We now have 3.3 and it would still be a very usefull information. Can we get on this again?
Afaik the folders to exclude from CDN's are:
- /bolt
- /async
Any others?