This plugin is marked as archived and no longer actively maintained
Bruno Meilick Bruno Meilick

Stopwatch

Profile your Kirby CMS code with precision in milliseconds (or seconds).

Manual

Download and extract the folder to site/plugins/stopwatch

Composer

Git Submodule

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
Implements
More