Bruno Meilick PHP Cache Driver PHP based Cache‑Driver Docs Source Install Manual Download … and extract the folder to site/plugins/php-cachedriver Composer Copy Git Submodule Copy Sponsor Version 2.0.0 License MIT Stars 11 Supports K5 K4 Created 11 Nov 2021 Updated 30 Nov 2024 Info Topics Caching Performance Implements Cache driver(s) Support Docs Issues Email Latest releases 2.0.0 1.3.3 1.3.2 1.3.1 1.3.0 Similar plugins return [ 'afbora.kirby-minify-html' => [ 'enabled' => true, 'options' => [...] ] ]; Minify HTML Enable minify HTML output for Kirby. K5 K4 ThumbHash Smarter image placeholders with transparency using the ThumbHash algorithm K5 K4 <?= css('assets/css/style.css') ?> // Output: <link href="/assets/css/style.a1b2c3d4.css" rel="stylesheet"> <?= js('assets/js/script.js') ?> // Output: <script src="/assets/js/script.e5f6g7h8.js"></script> 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 Kart Streamlined E-Commerce Shopping Cart Solution K5 class ExamplePage extends \Kirby\Cms\Page { use \Bnomei\ModelWithTurbo; } Turbo Speed up Kirby with automatic caching 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