-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.0
-
Fix Version/s: 2.0.x, master, master-deprecated, 3.0.x, 2.0.0.38-deprecated, 3.1.x
-
Component/s: Scheduler
-
Labels:None
-
Git Pull Request:
Scheduler's month view is really slow to render when there are lots of events. I've done some perf experiments and noticed that one of the slowest parts is SchedulerTableView's `plotEvents` method. It's doing a lot of duplicate calculations that can be avoided, looping through all the events a lot more times than necessary. We should make this logic smarter.