flask-profile icon indicating copy to clipboard operation
flask-profile copied to clipboard

Support werkzeug profiler middleware for more detailed run-time breakdown

Open nathan-rice opened this issue 7 years ago • 0 comments

Being able to see what endpoints are slow is useful, but knowing why they are slow would be helpful too. Werkzeug already has profiler middleware that handles this, it supports writing to an arbitrary file-like object, so it would be easy to save its output to a text field in the flask-profile database.

nathan-rice avatar Aug 17 '17 13:08 nathan-rice