Hello Bubble Community,
I’m encountering a performance issue with my app that I hope to get some assistance with. Here’s a brief overview of my setup and the challenge I’m facing:
Setup:
- I have a page with a repeating group called “RepeatingGroup Topic” that lists various topics.
- Within each cell of this repeating group, there is a group named “Group Topic Parent.”
- Inside “Group Topic Parent,” there’s a “Show More” button that, when clicked, reveals a nested toggleable group intended to display session names associated with the selected topic.
The Challenge:
- When “Show More” is clicked, the toggleable group (let’s call it “RG Sessions”) becomes visible instantly, but there’s a noticeable delay before the session names fetched from the database appear within it.
- The desired behavior is for the session names to display immediately with no perceptible delay when “Show More” is clicked.
Thank you in advance!