In order to have fast web-applications it's really important to be able to find bottlenecks, so you don't spend time optimizing something that isn't an issue. The web-application profiling solutions out there were not that good and even big frameworks like Django have very bad support for profiling. I will now present a simple WSGI profiling middleware that can be used to find bottlenecks in any W

