Is there a way to find out how many SQL queries made by django app. when I try to load a page? What I like to do as I browse from page to page.. is to record the following in a text file... or see it in stdout.
- page url
- total queries
- total query execution time
is there such tool/script?
Cheers