Hi everyone!
Is anyone experiencing this?
I have a large ERP on bubble and it’s taking almost 10 seconds before anything is showed on the screen.
We don’t have latency reports on status.bubble.com, so I am asking here
Hi everyone!
Is anyone experiencing this?
I have a large ERP on bubble and it’s taking almost 10 seconds before anything is showed on the screen.
We don’t have latency reports on status.bubble.com, so I am asking here
Hi, 10 seconds too much. Probably your pages are not well structured. You can decrease it up to 3.5 - 4 seconds.
Yes, this is why I am wondering if there’s anything with bubble.
It usually took 6 to 7 seconds, cause I have a lot of reusable elements. No solution yet
I just realized that I copied my bubble app on january 24 (for backup purposes). It was working fine, with normal loading times.
I just checked the copy and it’s taking almost 16 seconds to load also, so it’s definetely not anything I did on the last deploy.
If you still have this problem you should contact with support. I think it would be the best option. Because sometimes apps have their own problems need to be checked from the technical support team.
Google’s page speed tool will give some insights into why FCP is poor: https://pagespeed.web.dev/
bubble and plugins loads a TON of JS files that, in my case, weren’t necessary so I had Claude Code write deferral scripts so if a plugin isn’t used on a page, it won’t load all that stuff.
Even on a page with 1 editor instance I still get a 3 second FCP, but the page visibly loads quickly. The pagespeed test was pretty useful to at least figure out what was going on.