NOT caching a feed
-
Dear Community,
we’ve created an RSS plugin, that creates new feeds. We are struggling to NOT cache a feed.
We have an option set for:
Don’t cache the following dynamic contents: “Feeds (is_feed) – (recommended)“
Screenshot: https://ibb.co/ry1WbMP
However, the feeds are still getting cached by Cloudflare withcf-cache-status: HIT
We tried adding declaration to the newly created RSS feed
$wp_query->is_feed = true;
, but it does not help – still caching feeds on CF.Please advice on how to remove non-native feeds from caching?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘NOT caching a feed’ is closed to new replies.