Exclude Routes when regenerating chache
-
FIRST: Thanks for this great plugin. It’s a life saver!
Is there a way to exclude some routes from auto regenerating? I have a lot of /wp-json/oembed/1.0/embed calls, which don’t need to be auto regenerated. Can I filter them out? I could not find any hook in the regenerate_expired_caches() function.
And, is it problematic for the regeneration logic, when I have more than 36.000 entries in my cache table? Wouldn’t it be better to limit the SELECT and not looping through all entries and abort when reaching the limit?
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Exclude Routes when regenerating chache’ is closed to new replies.