Bruno Meilick SQLite Cache Driver SQLite based Cache‑Driver Docs Source Install Manual Download … and extract the folder to site/plugins/sqlite-cachedriver Composer Copy Git Submodule Copy Sponsor Version 1.4.2 License MIT Stars 2 Supports K5 K4 K3 Created 6 Sep 2020 Updated 30 Nov 2024 Info Topics Caching Databases Performance Implements Cache driver(s) Support Docs Issues Email Latest releases 1.4.2 1.4.1 1.4.0 1.3.10 1.3.9 Similar plugins use Beebmx\KirbyDB\DB; DB::table('users')->get(); Illuminate Database Use Laravel's illuminate/database package in Kirby K5 K4 K3 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 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 Fontselector Select font family and font weight with two synced fields K5 K4 K3 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 K3