Using the New MySQL Query Profiler. Extremely powerful new feature in MySQL 5.0.37. Definitely something for the Django debug toolbar.
Using the New MySQL Query Profiler. Extremely powerful new feature in MySQL 5.0.37. Definitely something for the Django debug toolbar.
Will throw it up tomorrow pending I'm still using mysql 5.1.x dev version so I can test it locally :)
David Cramer - 5th October 2008 07:59 - #
Hey Simon,
I just added support for this to the debug toolbar. Feel free to play around with it and let me know what you think. Great idea and thanks for the indirect suggestion. :)
http://github.com/robhudson/django-debug-toolbar/t ree
The big TODO here is to add checks for MySQL and version 5.0.37 or higher. But for now it's a good playground for the profiling information.
-Rob