This plugin is marked as archived and no longer actively maintained Bruno Meilick Stopwatch Profile your Kirby CMS code with precision in milliseconds (or seconds). Docs Source Install Manual Download and extract the folder to site/plugins/stopwatch Composer Copy Git Submodule Copy 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 23 Nov 2024 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 Sentry Sentry real-time crash reporting for Kirby CMS sites K5 K4 K3 site └ methods └ file.php └ page.php └ site.php └ user.php Methods Folder Methods Folder is a plugin to automatically register local methods provided in the folder site/methods just like Kirby accepts local collect… K5 K4 K3 Ray Helper tool that enables ray (https://myray.app/) on all extendable methods. K5 K4 K3 More by Bruno Meilick More $page->file('ukulele.pdf')->fingerprint(); Fingerprint File method and css/js helpers to add hashes to assets and files K5 K4 K3 return [ 'bnomei.robots-txt' => [ 'content' => '...' ] ]; Robots.txt Manage the robots.txt from Kirby's config file K5 K4 K3 Janitor Run command – like cleaning the cache – from within the Panel via a customizable button, directly in PHP code or with a cronjob K5 K4 K3