https://github.com/onigoetz/profiler
Also available on packagist
It’s a simple profiler for Laravel4 able to provide you with precious informations about your code.
- Time : gives only the full page execution time for the moment, the idea is to provide a full breakdown of the different parts of the execution, like in the symfony profiler
- Database : shows the queries and the bindings
- Routes : lists the routes and highlights the matched route
- Variables: dumps the GET/POST/FILES/COOKIES/Session/SERVER variables
- Log: dumps the logs directly from monolog
- Files: lists the loaded files
- Bookmarklets: a few useful bookmarklets
I hope this package can help you profile your application.



