How to increase performance

Hi everyone,

I have finally pushed my app on live(view website on mobile width), but the website is having very slow loading speed.

Can someone please look into my editor and suggest some changes by keeping the functionality same.
It would be really helpful as this is the first bubble app I developed.

You can we my editor on EventMan | Bubble Editor

Even the login page is loading very slow even though it has less elements.

Hey, your app is loading fast here - 567 ms

maybe your issue is due to location, as bubble servers are located in the US

Ohh, Did you check the homepage after signin

often it is more a case of sending too much data/too many conditionals on a page than bubble being slow

since bubble pages aren’t cached but instead dynamic they are a lot slower than a static website because everything is dynamically rendered on each page load