Bruno Meilick Stopwatch Profile your Kirby CMS code with precision in milliseconds (or seconds). Docs Source Download Sponsor site()->stopwatch()->start('myevent'); // some code to profile site()->stopwatch()->stop('myevent'); echo site()->stopwatch()->duration('myevent'); Version 1.0.7 License MIT Stars 11 Supports K4 K3 Created 6 Oct 2019 Updated 20 Apr 2023 Info Topics Performance Devtools Implements Site method(s) Support Docs Issues Email Latest releases 1.0.7 1.0.6 1.0.5 1.0.4 1.0.3 Similar plugins Khulan - Kirby MongoDB Khulan is a cache driver and content cache with NoSQL interface for Kirby using MongoDB. 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 K4 K3 Admin Bar Adds an admin bar to the frontend in Kirby CMS so you can easily edit the current page or access common panel pages K4 More by Bruno Meilick More Recently Modified Kirby Plugin to view recently modified pages by current User (or other collections) K4 K3 Mailjet Send transactional SMS, transactional E-Mail and Campaigns with Mailjet K4 K3 return [ 'bnomei.robots-txt' => [ 'content' => '...' ] ]; Robots.txt Manage the robots.txt from Kirby's config file K4 K3