ScrollingPagination performance for large number of pages #994
Labels
enhancement
New feature or request
version 1.x.x
Version 1.x.x issues
version 2.x.x
Version 2.x.x issues
Milestone
It takes a lot of time to load the page if there are a large number of elements,
we simulated the scenario, assuming we have 2 million records (the total elements set as a fixed value in the frontend code)
any page take about 4s to load even if don't have any real records
browser performance test :
total duration: 4.12 s
network : 40 ms
main thread 4.07 s
note:
Main Thread Activity: This includes the time spent executing JavaScript, handling events, and rendering.
Scripting: Shows how much time is spent executing JavaScript code.
Screencast.from.2024-12-31.11-49-00.webm
The text was updated successfully, but these errors were encountered: