How to find the execution time for various Model API Calls in Django.
You can use django-logging it is very helpful and will show your queries with time execution.
Use the Django debug toolbar.