Bruno Meilick PHP Cache Driver PHP based Cache‑Driver Docs Source Download Sponsor Version 2.0.0 License MIT Stars 11 Supports K4 K3 Created 11 Nov 2021 Updated 9 Dec 2022 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 $keyFromObjects = [$page, $page->files()]; $data = lapse( $keyFromObjects, // will check modified function () use ($page) { return $page->files()->toArray( fn ($file) => $file->niceSize() ); } ); // expires when any timestamp changes Lapse Cache any data until the set expiration time K4 K3 ThumbHash Smarter image placeholders with transparency using the ThumbHash algorithm K4 K3 'bnomei.boost.cache' => [ 'type' => 'apcu', ], 'cache' => [ 'uuid' => [ 'type' => 'apcu', ], ], Boost Boost the speed of Kirby by having content files of pages cached and a fast lookup based on uuids 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 K4 K3 Kirby::plugin('bnomei/example', [ 'blueprints' => autoloader(__DIR__) ->blueprints(), 'snippets' => autoloader(__DIR__) ->snippets(), // other extensions ]); Autoloader Helper to automatically load various Kirby extensions in a plugin 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 K4 K3