Bruno Meilick MySQL Cache Driver MySQL based Cache‑Driver Docs Source Install Manual Download … and extract the folder to site/plugins/mysql-cachedriver Composer Copy Git Submodule Copy Sponsor Version 1.3.2 License MIT Stars 1 Supports K5 K4 Created 29 Dec 2021 Updated 30 Nov 2024 Info Topics Caching Databases Performance Implements Cache driver(s) Support Docs Issues Email Latest releases 1.3.2 1.3.1 1.2.0 1.1.0 1.0.5 Similar plugins 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 class ExamplePage extends \Kirby\Cms\Page { use \Bnomei\ModelWithTurbo; } Turbo Speed up Kirby with automatic caching K5 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 More by Bruno Meilick More Kart Streamlined E-Commerce Shopping Cart Solution K5 Recently Modified Kirby Plugin to view recently modified pages by current User (or other collections) K4 class ExamplePage extends \Kirby\Cms\Page { use \Bnomei\ModelWithTurbo; } Turbo Speed up Kirby with automatic caching K5