Shows queries, find slow queries, detects N+1 in Django
Hunt down the lines of your Django application code which are responsible for executing the most queries.
Extras functionalities for Graphene-Django
Django query profiler - one profiler to rule them all. Shows queries, detects N+1 and gives recommendations on how to resolve them
Django package that provides auto indexing and searching capabilities for Django model instances using RediSearch.
A slick ORM cache with automatic granular event-driven invalidation.
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.
Better filtering for Django REST Framework