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

Show total time queries. #6

Closed Alorse closed 7 years ago

Alorse commented 7 years ago

Hi, It's or will be possible see total time of all queries? Right now is possible see time for each query, but not for all queries.

Thank you very much.

mlanin commented 7 years ago

Hi! To be honest I never planned to do this. But you can always make your own Collection and sum queries execution time. Just look at the QueriesCollection as an example of how to catch queries.