Tijani-Dia / dj-tracker

A Django app that tracks your queries to help optimize them. Demo: https://dj-tracker-bakerydemo.fly.dev/dj-tracker/

Home Page:https://tijani-dia.github.io/dj-tracker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest N+1 Query Titles

TITANHACKY opened this issue · comments

image

Instead of showing the id/number in the Latest N+1 Query, it is better to show the Endpoint.

Hey @TITANHACKY, thanks for raising this. More descriptive names would be helpful here indeed. However, in theory, a query group may not necessarily be associated to a request. Moreover, you can filter requests by the presence of an N+1 in the requests list view.

I generally agree that we could make this more user-friendly though. I'll think more about it. I really appreciate the suggestion.