Wordpress APO Plugin questions on footer, header, and gutenberg block updates

What is the name of the domain?

prefer.not.to.say

What is the error number?

none

What is the error message?

none

What is the issue you’re encountering

Wordpress APO Plugin questions on footer, header, and gutenberg block updates

What steps have you taken to resolve the issue?

The documentation on this plugin is a bit sparse so I’ve taken to reading the code and I’m not well-versed in WP.

  • Will APO rebuild my sites cache when something like a header or footer is updated, but not the actual contents of a page or post?
  • Will APO rebuild my sites cache when a Gutenberg block or pattern is modified, but not the actual contents of the page or post.

What I am trying to determine is how smart this plugin is or whether i will have to check for specific blocks that I know have been updated, find the pages they are on, and automate calls to clear the cache myself via the CF API: Cloudflare API | Cache › Purge Cached Content

I have looked through some of the plugins code GitHub - cloudflare/Cloudflare-WordPress: A Cloudflare plugin for WordPress and it seems to manually trigger cache purges based on new comments and post changes. I am not certain the two items highlighted above would be caught by this.

P.s. This plugin needs various updates and testing with the newer versions of WP if anyone at CF is reading, for instance this PR: Allow `psr/log` v3 when using composer by LeoColomb · Pull Request #541 · cloudflare/Cloudflare-WordPress · GitHub

What are the steps to reproduce the issue?

Question only so far.