mlanin/laravel-api-debugger

Show total time queries.

Closed this issue · 1 comments

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.

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.