Bubble performance logic

I have a repeating group of A things.
Inside this group I want to do a search for Bs where Element A value = single.
But - I want to take 6 fields sum from this search.
I was told by Chat GPT - there is no difference if I do this search 6 times, as bubble caches those searches, so they are only performed once per cell - and the rest will just sum the result values.

Is that true? Does bubble aggregate similar searches on one page, performing them only once??

This is what I found - but wanted to confirm:

They do cache a search so the same exact search performed multiple times on same page is not done each time but only once, and that is exact search, but even if search is exact same from page and is in workflow in same page I believe workflow runs search each time used.

1 Like