Oskar Koli Kirby Litespeed Litespeed plugin for Kirby CMS Docs Source Install Manual Download … and extract the folder to site/plugins/kirby-litespeed Composer Copy Git Submodule Copy Version 0.1.4 License MIT Stars 4 Supports K5 Created 19 Sep 2025 Updated 17 Oct 2025 Info Topics Caching Performance Cachebusting Implements Cache driver(s) CLI command(s) Support Docs Issues Email Latest releases 0.1.4 0.1.3 0.1.2 0.1.1 0.1.0 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 return [ 'afbora.kirby-minify-html' => [ 'enabled' => true, 'options' => [...] ] ]; Minify HTML Enable minify HTML output for Kirby. K5 K4 class ExamplePage extends \Kirby\Cms\Page { use \Bnomei\ModelWithTurbo; } Turbo Speed up Kirby with automatic caching K5