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?