bensi94 / Django-Requests-Tracker

The Django Requests Tracker is designed for local development, particularly for Rest API development. It provides various debugging information, such as SQL queries, headers, and status codes.
MIT License
37 stars 0 forks source link

[FEATURE REQUEST] Add ordering by database query duration #11

Open AlTosterino opened 5 months ago

AlTosterino commented 5 months ago

Hey!

Currently, there is ordering by duration -- but it takes the whole duration of the requests, it'd be great if we could order by query duration.

What do you think?

bensi94 commented 5 months ago

Hi @AlTosterino, I like that idea. I'll take a look.