Using Django debug toolbar to profile POST responses -


django debug toolbar great tool profile slow sql queries - among other things. i'm able responses in django app. question is: how profile (and optimize) post responses?

i'm newbie , can't figure out how on debug toolbar. should using else entirely) please advise, , in advance.

django-debug-toolbar works same , post requests.

however, 1 common ui design pattern successful form submissions lead redirect, loads new view , makes lose sql history in ddt.

if case, 1 of panels on ddt allows intercept redirects , inspect sql queries @ each step.

also, if problem comes making ajax calls, should have @ answers question: how use django-debug-toolbar on ajax calls?


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -