Bruno Meilick Redis Cache Driver Redis based Cache‑Driver Docs Source Install Manual Download and extract the folder to site/plugins/redis-cachedriver Composer Copy Git Submodule Copy Sponsor Version 5.1.0 License MIT Stars 6 Supports K5 K4 K3 Created 11 Dec 2019 Updated 27 Jan 2025 Info Topics Caching Performance Implements Cache driver(s) Support Docs Issues Email Latest releases 5.1.0 5.0.1 5.0.0 1.8.0 1.7.3 Similar plugins Khulan - Kirby MongoDB Khulan is a cache driver and content cache with NoSQL interface for Kirby using MongoDB. K5 K4 return [ 'cache' => [ 'pages' => [ 'active' => true, 'type' => 'static' ] ] ]; Staticache Staticache gives you the performance of a static site generator for your regular Kirby installations. K5 K4 K3 SQLite Cache Driver SQLite based Cache-Driver K5 K4 K3 More by Bruno Meilick More 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 class ExamplePage extends \Kirby\Cms\Page { use \Bnomei\ModelWithTurbo; } Turbo Speed up Kirby with automatic caching K5 $page->file('ukulele.pdf')->fingerprint(); Fingerprint File method and css/js helpers to add hashes to assets and files K5 K4 K3