flask-profiler
flask-profiler copied to clipboard
allow to view timeline plot over all time or a range
The timeline graph should have an option to view over the full range or a filterable range of time, rather than just the last 30 days. At least, I cannot find a way to do this in the current dashboard.
Does the database auto-delete entries that are older than 30 days? My production app has been running for longer than that, yet the sqlite file only contains back to mid-January?? Or does the database sqlite file reset everytime the Flask web app is restarted?
Can you provide the non-minified versions of your javascript files? It's a bit hard to read and develop on the min versions.