What makes apps slow(in my humble opinion):
- “Serch for” in Repeating Groups. better to set specific list to show in the RG.
- Many Repeating Groups
- Page navigation with “condition” of elements in Single Page Application. Neither “go to same page sending parameter in URL” nor “custom state” work well(it makes laggy even in native app). I think the Bubble doesn’t work well with SPA…
- Many groups and elements. better to use “reusable element” to get the numbers of them less.
- Many conditions on an element.
I will be very happy if you share your tips in reply!