Likely a plugin is watching for changes on the page, such as things changing size.
Likely whichever plugin you are using for dynamic resizing is doing it…what are you using a plugin for dynamic resizing? The flexbox responsive system should be sufficient for dynamic resizing of elements.
If you add new plugin recently, you should first test without them.
Also, some plugins are adding script to all page even if they don’t have an element on the page. So you can try with a test page without any plugins to see if you got this error or not. If you don’t, start by adding plugins one by one on the page to test which one could create issue.
Finally, when you run without plugin, did you see performance improvment? It could be something else…
Like I said, it could be a plugin even if you don’t have them on the page because some plugins add script to every page. But it could also be Bubble issue. More, this error message could be unrelated to the performance issue you have.
Thanks. I compared performance versus another old branch and deleted all plugins that had been added since. The performance issue persisted, leading me to think it’s either an upgrade to a plugin or bubble.
this usually happens because of the way that Bubble truncates text with a third party library. Typically the resolution here is to increase the min height of the relevant element.
If you have issues finding the specific element causing problems I recommend you submit a ticket to the support team and they can take a look at your app
I found the issue. It was due to a repeating group inside my navigation (list of the user’s chats). When the navigation was hidden, it would result in those errors. I hide the RG when the navigation was hidden and it fixed it.