ed727
6
You could do a test where you use privacy settings to remove those calculated fields from what Bubble can load on the page, and see if that makes a difference. That would tell you whether or not Bubble was trying to calculate the field even though you weren’t asking for it on the page.
Generally though, if those calculations are specific to the entry and not to the user or search, I’d think you’d want to go ahead and calculate them and store them as values. Much more efficient to calculate them once vs. every time they are loaded.
I wasn’t able to view the video you reference, but assume that it’s simple stuff as you mention, with nothing nested (where each row would need to do a search or pull in data from another datatype).