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 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 class ExamplePage extends \Kirby\Cms\Page { use \Bnomei\ModelWithTurbo; } Turbo Speed up Kirby with automatic caching K5 return [ 'afbora.kirby-minify-html' => [ 'enabled' => true, 'options' => [...] ] ]; Minify HTML Enable minify HTML output for Kirby. K5 K4 More by Bruno Meilick More Posthog Connect Kirby to Posthog via PHP or Javascript K5 K4 page('blog')->children()->feed([ 'title' => 'Latest articles', 'link' => 'blog' ]); Feed and Sitemap Generate a RSS or JSON-Feed or XML-Sitemap from a collection of pages K5 K4 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