Was looking at my app’s Network logs to measure load time and noticed that almost all my repeating groups are triggering their searches on page load even though they are hidden. I have a single-page app which means there are A LOT of searches so that’s adding about 3 seconds to my load times.
I don’t remember seeing this in the past and native behavior should be to not load the data until it’s visible. Was the logic changed recently or is this a bug? For reference, my app is on the latest version of Bubble with the pre-rendering.