For my Wordpress sites, I’m used to using the Chrome Developer Tools Network tab waterfall (or the GTMetrix waterfall) to help me find big/slow/unnecessary/etc. files that are being loaded.
With Bubble, it’s mostly a bunch of XHR requests:
Is there any way to figure out what each of these is doing?
Or do you mostly just try to limit your elements/searches/filters/workflows/conditionals/etc. and hope for the best when it comes to performance?
I feel like I’m flying blind right now.