You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to give the Trellis team a hook so that they can trigger a cache clear after generating Critical Path CSS (which can take minutes or hours). So once the CPCSS is ready, Cloudflare will not continue to serve unoptimized content.
They generate the CPCSS per post/page -- so we'd need the cache clear to be a "prefix" clear for just that one URL. This way it will also clear all the comment URLs too.
The text was updated successfully, but these errors were encountered:
Thinking of changing the static method calls to self::purge_cloudflare_cache() to be a do_action( 'clear_cloudflare_cache', $args ) in class-support-cloudflare.php
I'd like to be able to give the Trellis team a hook so that they can trigger a cache clear after generating Critical Path CSS (which can take minutes or hours). So once the CPCSS is ready, Cloudflare will not continue to serve unoptimized content.
They generate the CPCSS per post/page -- so we'd need the cache clear to be a "prefix" clear for just that one URL. This way it will also clear all the comment URLs too.
The text was updated successfully, but these errors were encountered: