Guidelines configuration for CDN or other cache services
Open
- Dominant language
- PHP
- Stars
- 45
- Forks
- 189
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.