Performance degradation and intermittent availability across our Bubble applications

Hey everyone :waving_hand:

We’ve been running into performance issues on our Bubble apps over the last hour and I wanted to check if anyone else is experiencing something similar, or if it’s just us.

What we’re seeing:

  • Page load times have noticeably increased on pages that used to load fine
  • Intermittent timeouts and partial loads — users get errors, refresh, and it works
  • No clear pattern in which pages are affected, but it happens across the app

Our context:

  • Main user regions: Colombia and Chile
  • No major deploys or data model changes in the timeframe where the issue started

We already opened a ticket with support, but wanted to ask the community in parallel:

  1. Has anyone else seen degraded performance recently?
  2. Any tips on what else to check before assuming it’s platform-side?

Thanks in advance!

I have not noticed anything but I’m in California, USA.

Use chrome dev tools, initial root document side, one trick you can do is (if you have repeating group items), you can put floating group on the bottom with huge text, that will be your pseudo LCP check dev tools, then remove that make your LCP as rg item, compare them. That way, you will see the specific performance downgrade coming from, rg items or inital draw

We also had problems with our backend workflows; they were taking too long. Especially today, when they were practically reaching the time limit.