fhats / partify

A collaborative music player based on Mopidy and inspired by turntable.fm
http://www.partify.us
GNU General Public License v3.0
54 stars 13 forks source link

Add profiling information in DEBUG mode #66

Closed fhats closed 12 years ago

fhats commented 12 years ago

Being able to have some additional debugging and profiling information when DEBUG=True would be very helpful, especially for tracking down why some requests take so long (like adding a track, etc...). This project looks somewhat promising: https://github.com/mvantellingen/flask-debugtoolbar#readme

fhats commented 12 years ago

Closing as wontfix since flask-debugtoolbar won't install properly and runsnakerun requires wxPython which does not install correctly on OSX. Will revisit this if needed later (it was only really needed for #70 anyway)

fhats commented 12 years ago

Reopening this issue because werkzeug's contrib profiler does actually work with Flask! The output is messy but can maybe be parsed by one of the Python profiling visualizers