Closed Jobarion closed 4 years ago
While debugging the performance of the graph/stats components I noticed that the stats are redrawn (and recalculated) too often:
Because calculating the stats is a very expensive operation this would be a useful thing to optimize. I will try to look into that a bit more.
Is the stats calculation actually ran twice? Because the selector itself is memoized.
Yes, the stats calculation ran twice.
Cool, well let me know what you find!
While debugging the performance of the graph/stats components I noticed that the stats are redrawn (and recalculated) too often:
Because calculating the stats is a very expensive operation this would be a useful thing to optimize. I will try to look into that a bit more.