So, the way Bubble loads pages is it first gets the page elements + Bubble engine code that’s necessary, as well as the page’s data type if there is one.
Then, it gets all of the data.
Obviously, it’s a simplification, but generally speaking, your data setup will not affect that initial page load (though it will of course affect how fast any tables / dynamic data you have on your page get seen).
1 Like