Is there a way to show some response and query time statistics when running a local server (php artisan serve) and then go to a route i.e. /home?
just want to know how long the server needs for database queries ;)
Laravel Debugbar is great, but I prefer itsgoingd/clockwork. It shows the same amount of information, but rather than injecting a bar onto the page, this shows all of the info in a Chrome Devtools tab. Much cleaner in my opinion.