Vertical list loads really slowly

I’ve created a vertical list for my leaderboard to show a bunch of scores, but this loads really slowly. This is in my native mobile app.

I use selectable list’s to filter out results and have set them with default values as well, so that it narrows down the search.

I’ve also set the search for scores to being back the first 10 results, but this still all takes about 30 seconds to load. Any idea how I can make this load more quicker and efficiently?

Thanks

Greg

Can ypu explain your flow and database structure, may e i can help, will be free after 4 hour’s ping me will walkyou through

So I’ve kind of figured it out. I was previously filtering the list using two other data types, which caused it to load really slowly. Now I’m only filtering on the one data type and it’s now loading straight away.

Now the issue, is when I test this on the bubbleGo app, loading the leaderboard page seems to completely freeze the app for some reason. This works fine in the web browser though. So will try reinstalling bubbleGo and see if that helps.