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 2.0.0 License MIT Stars 93 Supports K5 K4 K3 Created 17 Jan 2023 Updated 6 Jun 2025 Info Topics Caching Performance Static Site Generator Implements Cache driver(s) Support Docs Issues Email Latest releases 2.0.0 1.0.3 1.0.2 1.0.1 1.0.0 Similar plugins return [ 'afbora.kirby-minify-html' => [ 'enabled' => true, 'options' => [...] ] ]; Minify HTML Enable minify HTML output for Kirby. K5 K4 K3 Kirby Litespeed Litespeed plugin for Kirby CMS K5 ThumbHash Smarter image placeholders with transparency using the ThumbHash algorithm 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