Hi Bubble Community,
I’m encountering a performance issue with my Bubble.io application after the latest update, and I could use some advice.
Context: Before the update, I had a clever trick to make data load instantly in a toggleable repeating group. I would:
- Load the data into another repeating group that I made very small (0 height and 0 width).
- Set the data source of the toggleable repeating group to be this already-loaded repeating group.
This approach worked perfectly and ensured that the data was available immediately when the user toggled the group open.
Issue: After the recent update, this trick stopped working. Now, I have to use the “Do a search for…” method for the data source of the toggleable repeating group. This method introduces a noticeable delay when the group is toggled open.
Question: Does anyone have an alternative trick or method to make the data load faster in a toggleable repeating group? Specifically, I’m looking for a way to maintain the instant loading experience I had before. The repeating group has about 5 rows.
Any tips or suggestions would be greatly appreciated!
Thanks in advance for your help!