I have a leaderboard page where most of the workload is coming from fetching data “Seach for Player Points”
Here is the Player Points Table
I was curious if it’s possible to optimize this and cutdown on workload?
Currently the Repeating Group shows all Players on the leaderboard which could be a little over 200 players probably each time the page loads.
My initial thought is to “set fixed number of rows” in the RG to something like 10 and have a next button to show the next 10 but would this cutdown on fetching data?
Another thought would be to not show data for those who have zero points?
Im not sure how to do either of these but do you think they would help and would you have any other ideas that may help to bring down the Workload Activity for Fecthing Data from the Search
Any help would be greatly appreciated!