Is there a way to measure Django query time without using django-debug-toolbar? It is not for debugging/logging, I need it to display on the webpage like about # results (# seconds).
Edit: I need this feature in production mode, so DEBUG=True is not an option