Is there a CodeIgniter Benchmark Class equivalent for Laravel 9?

236 views Asked by At

I would like to output nifty little information about the web app and server which uses Laravel.

CodeIgniter has a dedicated library called Benchmark (https://codeigniter.com/userguide3/libraries/benchmark.html), and I was wondering if there is a Laravel equivalent?

It would be cool to output the Laravel equivalent to CodeIgniter's <?php echo $this->benchmark->memory_usage();?> and the like.

Thanks again.

1

There are 1 answers

0
Doelmi On

Laravel Debugbar

Maybe you can try Laravel Debugbar

Debugbar Example

Laravel Telescope

I think you may also try Laravel Telescope which to high lights the slow running quires

Laravel Telescope

enter image description here