[Django]-Monitoring django postgres connections

1👍

You should try the django-debug-toolbar. Among many other options, you can monitor the queries to the database for each page and the response time.

This is a screenshot from the plugin documentation:
enter image description here

Leave a comment