- Issue created by @catch
See 📌 Make POST requests render cacheable Needs work and 📌 Cacheability information from route access checker access results are ignored by dynamic_page_cache Needs review for background.
We added support for read-only render caching on post requests - this means that render elements that are already cached will return from cache during a POST request. We can probably do the same for dynamic page cache too, since it will handle form placeholdering automatically so should work the same way. If not, only one way to find out.
Active
11.0 🔥
Last updated
It affects performance. It is often combined with the Needs profiling tag.