Bruno Meilick Boost Boost the speed of Kirby by having content files of pages cached and a fast lookup based on uuids Docs Source Install Manual Download and extract the folder to site/plugins/boost Composer Copy Git Submodule Copy Sponsor 'bnomei.boost.cache' => [ 'type' => 'apcu', ], 'cache' => [ 'uuid' => [ 'type' => 'apcu', ], ], Version 5.0.3 License MIT Stars 53 Supports K4 K3 Created 11 Sep 2021 Updated 13 Jan 2025 Info Topics Caching Performance Support Docs Issues Email Latest releases 5.0.3 5.0.2 5.0.1 5.0.0 4.0.4 Similar plugins SQLite Cache Driver SQLite based Cache-Driver K5 K4 K3 return [ 'afbora.kirby-minify-html' => [ 'enabled' => true, 'options' => [...] ] ]; Minify HTML Enable minify HTML output for Kirby 3 and 4. K5 K4 K3 Redis Cache Driver Redis based Cache-Driver K5 K4 K3 More by Bruno Meilick More Storybook Generate Storybook stories from snippets and templates K5 K4 K3 <?= $page->counterImage() ?> Pageview Counter Track Page view count and last visited timestamp K5 K4 K3 Janitor Run command – like cleaning the cache – from within the Panel via a customizable button, directly in PHP code or with a cronjob K5 K4 K3