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

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -