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

a flask profiler which watches endpoint calls and tries to make some analysis.

Results 48 flask-profiler issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

feature

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...

feature

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...

feature

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...

database
feature

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....

feature

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...

feature

能否记录下返回的结果呢,因为这个插件在用于测试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.

feature

I set up `flask-profiler` as described in the README, and it works fine so far. However, column "name" is always empty: ![dashboard](https://cloud.githubusercontent.com/assets/159488/15359576/44ec610e-1d0a-11e6-8c63-7bc7902fb828.PNG) Apart from that, everything works find - it's...

bug

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.