I am new to Django Python. Please advise how to calculate a response time from the moment where the user input the search criteria until the relevant information are loaded/disp
You can see it in the internet browsers (F12) or if you use POSTMAN, it show the time.
In also you can use standard python library time for measuring the execution time of a piece of code.