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 SQLite Cache Driver SQLite based Cache-Driver K5 K4 K3 MySQL Cache Driver MySQL based Cache-Driver K5 K4 K3 Redis Cache Driver Redis based Cache-Driver 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 - 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 $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