Installation
bash
composer require sandermuller/stopwatchOptionally publish the config:
bash
php artisan vendor:publish --tag=stopwatch-configWhere to go next
- Getting started: two checkpoints on a slow request, start to finish.
- Checkpoints: the measuring API.
- Tracking: attach query, memory and HTTP metrics.
- HTML report and the toolbar: read a profile in the browser.
- Run log: keep runs on disk for later.