Catch N+1 queries in your Django project.
.
Features:
* Detects N+1s from missing prefetches and from use of .defer()/.only()
* Friendly error messages like N+1 detected on User.followers at
myapp/views.py:25 in get_user
* Configurable thresholds
* Allow-list
* Well-tested
* No dependencies
.
This package contains the Python 3 version of the library.
Installed Size: 60.4 kB
Architectures: all