{"library":"django-querycount","type":"library","category":null,"description":"django-querycount is a Django middleware designed to provide real-time database query monitoring directly in the `runserver` console. It helps developers identify and optimize performance bottlenecks, such as N+1 query problems, by tracking the number of SQL queries executed for each request. This tool is specifically intended for development environments and is hardcoded to operate only when Django's `DEBUG` setting is `True`. The current version is 0.8.3, released in January 2023, and it remains an actively used utility in the Django community for performance debugging.","language":"python","status":"active","version":"0.8.3","tags":["django","performance","debugging","middleware","database","query count","development tool"],"last_verified":"Thu May 21","install":[{"cmd":"pip install django-querycount","imports":["from querycount.middleware import QueryCountMiddleware"]}],"homepage":null,"github":"https://github.com/bradmontgomery/django-querycount","docs":null,"changelog":null,"pypi":"https://pypi.org/project/django-querycount/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":2.4,"avg_import_s":null,"wheel_type":"sdist"},"url":"https://checklist.day/v1/registry/django-querycount/compatibility"}}