WP Manifestindependent plugin directory
manifest / performance / cache-purge

Cache Purge

WordPress plugin that will purge the entire cache at GraphCDN and/or Cloudflare on content change.

by Funkhaus · github.com/funkhaus/cache-purge · website

0stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/funkhaus/cache-purge/archive/refs/heads/main.zip

Readme

Cache Purge

This plugin will purge the entire cache at GraphCDN and/or Cloudflare on create/edit of posts, pages, menu items and attachments.

Install

  1. Upload the files to /wp-content/plugins/
  2. Enter any settings on the plugins settings page. You don't need to set both Cloudflare and GraphCDN, just the one provider you need or both.

Cookies

Getting cookies to work with GraphCDN is a little tricky. You'll want to make sure your PHP constant COOKIE_DOMAIN is set to a .example.com. A lot of WordPress hosts (like Flywheel) prevent you from setting COOKIE_DOMAIN on your own though. See here for our solution.

Read the full README on GitHub →