Tijani-Dia / dj-tracker

A Django app that tracks your queries to help optimize them. Demo: https://dj-tracker-bakerydemo.fly.dev/dj-tracker/
https://tijani-dia.github.io/dj-tracker/
BSD 3-Clause "New" or "Revised" License
80 stars 3 forks source link

Show N+1 queries in dashboard #16

Closed Tijani-Dia closed 1 year ago

Tijani-Dia commented 1 year ago

The first part of #9.

The second part is to implement #11 so we can use N+1 as a filter on the requests listing view.