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 <?= $page->counterImage() ?> Pageview Counter Track Page view count and last visited timestamp K5 K4 K3 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 class ExamplePage extends \Kirby\Cms\Page { use \Bnomei\ModelWithTurbo; } Turbo Speed up Kirby with automatic caching K5 More by Bruno Meilick More Kart Streamlined E-Commerce Shopping Cart Solution K5 return [ 'bnomei.securityheaders.headers' => [ 'X-Frame-Options' => 'SAMEORIGIN', 'X-XSS-Protection' => '1; mode=block', 'X-Content-Type-Options' => 'nosniff', ... ] ]; Content Security Policy Simplify the content security policy headers setup for your website K5 K4 K3 return Field::make(FieldTypes::TEXT) ->label('Description') ->toArray(); PHP Class-based Blueprints PHP Class-based Blueprints for better type safety and code completion K5 K4 K3