How to improve page load speed?

Hello
We are currently developing a web page through bubble.io
I haven’t used a lot of image, do search for, etc., but the page takes about 1-2 seconds to load.( i use backend workflow)
I’m using a starter pricing plan. Is it because of this?
Is there any way I can quickly load the page?

thank you

Sadly

that’s just bubble

you can check the dev tools on chrome and watch the loading cascade there to see what takes the most time and resources and then try to remove that. bubble takes long to load because of all the javascript (even when nothing is served there’s JS running)

wordpress is better for seo pages and load time

the fastest loaded page will be a static html/css page served via a cdn… but who wants to bother with that.

1 Like