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:
Source:stackexchange.com
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: