Bruno Meilick SQLite Cache Driver SQLite based Cache‑Driver Docs Source Install Manual Download … and extract the folder to site/plugins/sqlite-cachedriver Composer Copy Git Submodule Copy Sponsor Version 1.4.2 License MIT Stars 2 Supports K5 K4 Created 6 Sep 2020 Updated 30 Nov 2024 Info Topics Caching Databases Performance Implements Cache driver(s) Support Docs Issues Email Latest releases 1.4.2 1.4.1 1.4.0 1.3.10 1.3.9 Similar plugins 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 Cache Stamp A simple and lightweight Kirby plugin to handle cache busting for CSS, JS, fonts, SVG, PDF and images with advanced configuration options. K5 K4 More by Bruno Meilick More class ExamplePage extends \Kirby\Cms\Page { use \Bnomei\ModelWithTurbo; } Turbo Speed up Kirby with automatic caching K5 Kirby MCP CLI-first MCP server for Composer-based Kirby CMS projects. It lets an IDE or agent inspect your Kirby project (blueprints, templates, plugi… K5 <html <?= $site->langAttr() ?>> <head> <meta charset="utf-8"> <?= $page->htmlhead() ?> </head> ... HTMLHead Add a best-practice HTML head element to your templates, extendable with snippets K5 K4