i am creating app that has a function like Twitter.
i am having big issue.
I put 10,000 data in the database for testing.
I set the repeating group “do a serach for” with EXT vertical scrolling.
this setting, the display speed was very slow.
i think, The reason why the display is slow in this case is,
If i display RG without specifying a number,
Bubble trying to pick up all the data in the database.
this is the why display is slow.
so, i change it to “do a serach for” with Full list #item until 10.
when user scroll to bottom of page, I increase the numbers, #item until 20…#item until 30…
this setting, the display speed issue has been resolved.
Bubble trying to pick up only the first 10 in the database.
but now, i have big issue. the issue is,
The display is very slow when the user types in the search box and searches for an RG that is already displayed.
In order for the user to display the search results correctly, 10000 data must be searched, but
With this method, 10000 data are referenced, so the display is too slow and unusable.
If i refer only to the first 100 of 10000 data and let the user display the search results, the display speed will be satisfactory.
However, this method is not correct because it is not the search result of 10000 data, it is the search result of the first 100 data.
Does anyone know any good way?
how can i speed up the display when i has over 10,000 data in the database??
someboby know why Bubble forum’s display speed is so fast?