Completed
Last Updated: 25 Aug 2023 07:16 by ADMIN
Release R3.2023-Increment.2(30.Aug.2023)
Gurpreet
Created on: 15 Jun 2023 10:11
Category: Scheduler
Type: Feature Request
5
Improve the performance of the slotByElement method in Scheduler

When the slotByElement method is used for multiple elements this could lead to performance issues in Scheduler.
For example, the difference in the performance can be observed in the Dojo examples linked below when loading the Scheduler and when changing the selected resources:

Dojo with 2023.1.314 - https://dojo.telerik.com/@NeliKondova/UJOcEJoC

Dojo with 2023.1.425 - https://dojo.telerik.com/@NeliKondova/UHisivuC

The issue occurs starting with the 2023 R1 SP1 release and could be due to the following fix - #7260

3 comments
Luci
Posted on: 17 Jun 2023 03:04
Taking extra time for loading 
Matthew
Posted on: 15 Jun 2023 14:14
The load time gets exponentially worse as columns and cells increase. One client went from ~3 second page load to over thirty seconds when rendering ~400 schedule cells. 
Lucky
Posted on: 15 Jun 2023 13:47
When trying to fetch the information of the cell with the help of slotByElement. It's very slow and takes to slow load the scheduler in comparison to the previous versions. Please do it on urgent bases.