Bruno Meilick PHP Cache Driver PHP based Cache‑Driver Docs Source Install Manual Download and extract the folder to site/plugins/php-cachedriver Composer Copy Git Submodule Copy Sponsor Version 2.0.0 License MIT Stars 11 Supports K5 K4 K3 Created 11 Nov 2021 Updated 30 Nov 2024 Info Topics Caching Performance Implements Cache driver(s) Support Docs Issues Email Latest releases 2.0.0 1.3.3 1.3.2 1.3.1 1.3.0 Similar plugins MySQL Cache Driver MySQL based Cache-Driver K5 K4 K3 Khulan - Kirby MongoDB Khulan is a cache driver and content cache with NoSQL interface for Kirby using MongoDB. K5 K4 return [ 'afbora.kirby-minify-html' => [ 'enabled' => true, 'options' => [...] ] ]; Minify HTML Enable minify HTML output for Kirby 3 and 4. K5 K4 K3 More by Bruno Meilick More return [ 'bnomei.robots-txt' => [ 'content' => '...' ] ]; Robots.txt Manage the robots.txt from Kirby's config file K5 K4 K3 $page->file('ukulele.pdf')->fingerprint(); Fingerprint File method and css/js helpers to add hashes to assets and files K5 K4 K3 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