mlanin / laravel-api-debugger

Easy debug for your JSON API.
http://blog.lanin.me/easy-debug-for-your-json-api/
MIT License
233 stars 54 forks source link

Feature request, Sort by time #9

Closed davidsielert closed 6 years ago

davidsielert commented 6 years ago

Would be very cool and useful if this at least had an option to sort by the execution time, I use your package to frequently debug long queries

mlanin commented 6 years ago

You can do it easily by altering default query collection and making your own that will sort queries by time. Or even adding longest_query attribute to the output. Everything you want )