Description from extension meta
chrome plugin for the django query profiler pypi package: https://pypi.org/project/django-query-profiler/
Image from store

Description from store
This is a chrome plugin for django query profiler, which is a python django package available at Pypi here: https://pypi.org/project/django-query-profiler/
This is a developer tool, which works in conjunction with the python package. The python django package profiles the application, and puts in data in the response headers. This chrome plugin reads those response headers, and creates a table for the profiler view, in the devtools extension.
More info for the Django Query Profiler:
===========================
Django query profiler tries to answer the question
"My Django page or API is slow, How do I find out why?". It highlights all code paths that make N+1 calls to the
database, and also provide recommendation to developers on how N+1 can be fixed
github page for django query profiler: https://github.com/django-query-profiler/django-query-profiler/
github page for django query profiler chrome plugin: https://github.com/django-query-profiler/django-query-profiler-chrome-plugin