Im trying to figure out how to lower the page loading speed of my homepage. I have no idea where to look at or where to begin as I have 0 knowledge of what to do with this in Bubble. The only thing I know is that the loading speed is way too long.
Thank you for reply and suggestion @code-escapee. Though I would also appreciate other suggestions than a book. Do you or someone else knows how to tackle this issue without buying a book maybe?
With respect, requesting someone to spend significant time to compile a browser developer tools tutorial, seems like taking advantage of bubblers’ generosity in order to save $20.
I didn’t knew it would take a significant time to resolve it or get more info about it. Maybe too naive of me?
I wasn’t asking a full tutorial, I was just asking if someone has more information about it, maybe a documentation I don’t know of, a video, website or article, maybe a plugin to make it simpler. I wouldn’t dare asking a full tutorial to save $20.
Im greatful of your reply though, so thank you for that
I would delete all of them, except javascript and bubble API connector and if you want to delete I would delete and click optimize application.Bubble allows you to be fast and if you always use plugins you can’t develop your bubble skills and in the long run you are dependent.
I just want to point out that if page loading speed of your homepage is critical for your app the best (and only?) solution is to not use bubble for the homepage. Other platforms provide much better templates and components for a landing page and other features to help with page load. Put the Bubble app/portal on a subdomain and you’re good to go. This is especially true since most phone apps don’t use the website landing page for an initial view but instead some slider-ish screens so it’s not like you want your homepage showing up on the app.
NOTES: it also helps separate the landing page from Bubble - the person who needs to update some text on a landing page shouldn’t have access to bubble and possibly break e/t.
If you do this make sure you enable cross domains for GTM, GA etc…
You can benchmark an empty page in Bubble to confirm that there’s nothing more you can do to make it better. It is easier to switch your landing page to a different service, like WordPress, as suggested earlier.