flask-profiler
flask-profiler copied to clipboard
a flask profiler which watches endpoint calls and tries to make some analysis.
Is it possible, maybe with some trickery, to load saved flask_profiler.sql files, and view the results in the dashboard? For some reason, accessing the profile page from my production website...
This a storage backend that requires almost zero maintenance, cheap and scalable. If I continue using flask profiler I'll try to contribute to this but opening an issue in case...
While using flask-profiler in production (via [https://github.com/muatik/flask-profiler#sampling](https://github.com/muatik/flask-profiler#sampling)) I noticed that I miss a feature, while I am able to detect the slower endpoints, I had to go manually to profile...
The process of dumping database was covered in https://github.com/muatik/flask-profiler/issues/32 wherein we take the dump in JSON format. How about an option to take a file and put it back into...
I think this will be a good addition, I am expecting the following in MVP: 1. This will help us measure the impact of deployments in a much easier manner....
I really like the webpage output of the endpoint statistics. It would be great to include the output from cProfile for each out as well, perhaps even in a visual...
能否记录下返回的结果呢,因为这个插件在用于测试API接口的时候需要这个功能,这样子便于调试。 Can record the result returned, because this plug-in when used to test the API interface to need this functionality, it easy to debug.
I set up `flask-profiler` as described in the README, and it works fine so far. However, column "name" is always empty:  Apart from that, everything works find - it's...
sometimes a few outliner elapsed values can dramatically change average value and this may lead to wrong evaluation. to decrease this side effect, mode calculation should be available.