Hey Bubble team,
I need some clarification here. We have a conditional that references a repeating groups list of things and it’s accounting for a huge amount of WU.
My assumption is that a repeating group's list of things
would be a value that is already available in the browser. I would for sure expect that repeating group's list of things: first item is empty
would be a readily available boolean value not requiring a db call to fetch.
However, as you can see from the chart, this simple conditional is using up more than 3x the number of WU the actual search on the repeating group (in dark blue) is using.
My question ultimately here is, does referencing a repeating groups list of things create a new search or nah? If it does,
- Does it create a new search every time or just sometimes?
- If just sometimes, how is this determined? What are the paramters by which this is determined?
Additionally, when can we get an is empty
value on lists?