Markus Denhoff Clear Cloudflare Cache Automatically purge Cloudflare cached URLs Docs Source Install Manual Download … and extract the folder to site/plugins/clear-cloudflare-cache Composer Copy Git Submodule Copy Version 1.2.0 License MIT Stars 9 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 class ExamplePage extends \Kirby\Cms\Page { use \Bnomei\ModelWithTurbo; } Turbo Speed up Kirby with automatic caching K5 Kirby Service Worker Service worker caching plugin for Kirby focused on cache behavior and strategy tuning. K5 K4 return [ 'cache' => [ 'pages' => [ 'active' => true, 'type' => 'static' ] ] ]; Staticache Staticache gives you the performance of a static site generator for your regular Kirby installations. K5 K4 More by Markus Denhoff More Git Content Automatic commit and push of content changes made via the Panel to a git repository K5 K4 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