Live data from Hacker News

Show HN: Include profiling results into the response for a WSGI application

github.com

1–2 of 2 posts

Re: Show HN: Include profiling results into the response for a WSGI application

#2
I started this project because currently it is too "hard" to profile requests for python webapps. There are attempts that create a new URL for you to inspect the results, but I guess that embedding the results directly into the response would be best, as you can check the info through devtools.

There are obviously space to improve, but I thought I would share my approach before I work more on it.