[web2py] django toolbar for web2py - help

2011-04-10 Thread Massimo Di Pierro
web2py trunk has db._timings which contains a log of all SQL queries. This means if you add to a page {{=BEAUTIFY(request)}} {{=BEAUTIFY(response)}} {{=BEAUTIFY(session)}} {{=BEAUTIFY(db._timing)}} You get almost all info as a django toolbar. If you run with -- profiler profiler.log you get prof

Re: [web2py] django toolbar

2011-03-21 Thread Tom Atkins
This looks great. Do you mean this Django toolbar: http://rob.cogit8.org/blog/2008/Sep/19/introducing-django-debug-toolbar/ If so I'd be very interested in "SQL queries showing the number of queries run during response cre

[web2py] django toolbar

2011-03-20 Thread Massimo Di Pierro
I remember a post about porting the Django toolbar in web2py Using trunk and running with web2py.py -F profiler.log all the information that the Django toolbar displays and more is in httpserver.log profiler.log (accessible via /admin/toolbar/profiler) /app/appadmin/ccache {{=BEAUTIFY(request)}