You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 21, 2025. It is now read-only.
From a quick profiling through firefox, it seems that the fetch_and_update_graph_data takes up the most CPU time during updates. Might be related to the fact that the charts are re-rendered on each update.
It should be investigated and, probably, partially update the graph with the new data only?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From a quick profiling through firefox, it seems that the
fetch_and_update_graph_data
takes up the most CPU time during updates. Might be related to the fact that the charts are re-rendered on each update.It should be investigated and, probably, partially update the graph with the new data only?
The text was updated successfully, but these errors were encountered: