-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0.x
-
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:
The scheduler is too heavy when many events are added to it. One reason for this is that we create a SchedulerEvent instance for all event items the Scheduler receives. We should instead only create the instances when they're needed.
- is a dependency of
-
LPS-48945 The calendar becomes extremely slow when there are many events to show
- Closed