Kirby Team Staticache Staticache gives you the performance of a static site generator for your regular Kirby installations. Docs Source Install Manual Download and extract the folder to site/plugins/staticache Composer Copy Git Submodule Copy return [ 'cache' => [ 'pages' => [ 'active' => true, 'type' => 'static' ] ] ]; Version 1.0.3 License MIT Stars 90 Supports K5 K4 K3 Created 17 Jan 2023 Updated 4 Feb 2025 Info Topics Caching Performance Static Site Generator Implements Cache driver(s) Support Docs Issues Email Latest releases 1.0.3 1.0.2 1.0.1 1.0.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 $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 K5 K4 K3 More by Kirby Team More Discord A simple wrapper to send Discord webhooks from your controllers, CLI commands or any other place in your code. K5 K4 $point = Geo::point(49.4883333, 8.4647222); echo $point->lat(); echo $point->lng(); GEO This plugin adds basic geo search and conversion functionalities to Kirby K5 K4 K3 - kirby install - kirby install:kit - kirby install:repo - kirby make:blueprint - kirby make:collection - kirby make:command CLI The Kirby command line interface helps to simplify common tasks with your Kirby installations. K5 K4 K3