This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
Cache tags not getting added to responses when content is within {% cache %} twig tags #61
Labels
Milestone
I've noticed that only get generated and added to the response headers (in my case Cloudflare Cache-Tags) when the Response is a cold cache.
So on first load, the response has all necessary CacheTags headers, but it's possible that the cloudflare cache will be cleared for reasons.
Since Craft's template cache is caching content, any entries that were loaded within the {% cache %} tags no longer get added to the response headers.
I'm seeing this on CraftCMS 3.7.32 and Upper 1.9.1.
I'm not sure that this was always a problem, but perhaps it's a new problem from the 3.7 update?
The text was updated successfully, but these errors were encountered: