The bubble editor has been progressively getting slower and buggier. I recently had the painful experience of having to update a huge bubble app that had been built very poorly (good ideas but bad implementation). The app itself has 50+ pages and 100+ reuseable elements and 100+ datatypes and it is huge.
The problem I quickly came across was that the bubble editor would constantly crash every 30 minutes or so, sometimes every 5 minutes on particularly heavy pages. It would noticeable slow down to a crawl as I jumped through the pages. After a quick look in the chrome stats I could see why - the bubble editor is trying to store everything in the local cache.
Unfortunately this means that if you jump from one complex page to another all the previous pages junk is still stored in the cache locally. Basically with every load of new data you put another straw on the camels back until eventually it crashes due to “running out of memory”.
The solution however is actually very simple. All we need to do is clear the cache - clear the camels back.
Simply refreshing the tab does not work - the cache is not cleared.
Changing browsers works only until the cache is clogged up again.
Restarting the browser may work if you have the settings set to clear the cache on restart, but if you check the windows task manager you’ll notice that most browsers never truly restart fully - they keep running in the background even when closed.
So restarting the computer or killing the browser in the task manager is what we are left with.
BUT, there is a better way.
Essentially all we need to do is do a hard refresh on the tab to clear the cache. You can do this in chrome by holding Ctrl when you click the refresh button.
But an even better way is to use a chrome plugin - I’ve been using “auto refresh plus” for the past two weeks and the bubble editor has never crashed since!
So far the optimal settings are to do a hard refresh on all dev tabs every 30 minutes. You can even set the plugin to autostart on bubble editor pages.
I’ve been incredibly frustrated by this issue for months and it seems to only be getting worse and worse with each bubble “update” but now I can actually use the editor without yelling at it constantly when it crashes.
Anyway, I know there are a lot of forum topics on this subject (I read them alll trying to solve the problem!). Hopefully this solves the issue for you as well.