@justin I need your help,
I have a list with 2400+ movies and TV shows and the problem is about the loading of the page because now when someone try to open that list, the page dont load normally because the list have 2400+ items to load at once
Why donât add automatic pages per 20 items or per 50 to load big lists better???
All sorting and filtering is done client side by the browser, which is why the full list is loaded. If we pagination, most of that functionality would be unavailable. Just curious, what type of list needs 2400 items on it?
Lists are paginated now, so large lists should load correctly. Keep in mind weâll soon be enforcing list item limits which is still needed to improve performance.