With https://github.com/barryvdh/laravel-debugbar you can time certain events, like calling View::make('abc')->render()
barryvdh said:
With https://github.com/barryvdh/laravel-debugbar you can time certain events, like calling
View::make('abc')->render()
Thanks. But is there any way to show execution time in production environment?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.