By Manuel Lemos
Many developers use the Laravel framework to develop Web sites and applications.
When it is necessary to optimize the performance of an application, the first step to optimize is to profile the application to detect which parts are slower.
This package implements a profiler solution for Laravel applications. It can listen to application events that execute code that usually takes longer to run, like database queries and HTTP requests sent to external servers.
Source: Read MoreÂ