Skip to content
  • Kirby CMS Plugins
  • Discover
  • Search
  • Developers
  • New plugins
  • Recently updated
  • Most starred
  • Topics
  • Types
  • Free Plugins
  • Paid Plugins
  • Kirby 5
  • Kirby 4

  • Submit a plugin
  • getkirby.com
  • Markus Denhoff Markus Denhoff

    Clear Cloudflare Cache

    Automatically purge Cloudflare cached URLs

    Docs Source

    Manual

    Download

    … and extract the folder to site/plugins/clear-cloudflare-cache

    Composer

    Git Submodule

    Version
    1.2.0
    License
    MIT
    Stars
    10
    Supports
    K4
    Created
    2 Mar 2019
    Updated
    14 Aug 2022

    Info

    Topics
    • Caching
    • Performance
    • Cachebusting
    • CDN
    Implements
    • Hook(s)
    Support
    • Docs
    • Issues
    • Email
    Latest releases
    • 1.2.0
    • 1.1.0
    • 1.0.0

    Similar plugins

    • ThumbHash Smarter image placeholders with transparency using the ThumbHash algorithm K5 K4
    • return [
          'afbora.kirby-minify-html' => [
              'enabled' => true,
              'options' => [...]
          ]
      ];
      Minify HTML Enable minify HTML output for Kirby. K5 K4
    • Cloudinary sync Automatically push your media assets to Cloudinary when you upload them in Kirby. Instead of serving the assets from your Kirby server, they… K4

    More by Markus Denhoff

    More
    • OAuth 2.0 Interface to use OAuth 2.0 providers for user authentication K5 K4
    • class MigrationTest extends Migration
      {
          public function up()
          {
              $result = Db::query(
                  'ALTER TABLE `my_table`
                  ADD COLUMN `test` INT DEFAULT NULL;
              ');
      
              if (!$result) throw Db::lastError();
          }
      }
      Migrations Migrations management (eg. for Databases) K5 K4
    • Sentry Sentry real-time crash reporting for Kirby CMS sites K5 K4