search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Lazy loading resources in DayPilot Scheduler

Asked by Tan Dinh
3 years ago.

I develop a booking system based on DPS. Our system has a list of user loaded from Web API with around 5000 users. The total size of data around 1Mb and need 3s to complete an API call.
I want to implement lazy loading for resources in DPS to improve performance but don't see any document of DP talk about this feature.
I already enable progressive rendering, dynamic loading but the large size of data still affects the system performance.
Can you help me suggest the solution for this case?

Answer posted by Dan Letecky [DayPilot]
3 years ago.

You can group the users by department or by alphabetically - this will let you load the group children dynamically when users click the expand icon:

https://doc.daypilot.org/scheduler/dynamic-resource-tree-loading/

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.