Re: Django Page - Db Connections count

2008-07-22 Thread madhav
I am using the DebugFooterMiddleware, but it still doesn't show how many postgresql connections are used to fetch all the components in a page. What i want is the total number of db connections count. How can I get that? Please forgive me for my ignorance. On Jul 22, 12:30 pm, Eric Abrahamsen <[E

Re: Django Page - Db Connections count

2008-07-22 Thread Eric Abrahamsen
You could try the debug middleware: http://www.djangosnippets.org/snippets/766/ or the page stats middleware: http://code.djangoproject.com/wiki/PageStatsMiddleware and this article by Simon Willison is a good general resource: http://simonwillison.net/2008/May/22/debugging/ Yours, Eric On J