Previous Django apps I've worked on have used HTML template rendering, and django-debug-toolbar
has proven to be a valuable way to analyze ORM SQL queries and find places to optimize.
The current app I'm working on uses Django for django-rest-framework
REST endpoints only, and has no HTML views.
Is there a way I can analyze queries in a similar way? I looked into django-debug-toolbar
+ django-debug-panel
(with a Chrome extension), but it's quite a bit out of date, requiring Django 2.1 or earlier.