Here’s what the Bubble Bot replied – a interesting coherent set of ideas, but I’m not sure it’s a great list of suggestions:
Here are several targeted approaches to help reduce this memory consumption:
Immediate Editor Optimizations:
• Disable the Issue Checker: Add &issues_off=true to your editor URL to reduce memory usage while working
This can’t be a good idea. Can you imagine telling a developer: “turn your compiler off while you work”?
• Disable Beta Changelog Feature: Go to Settings → Versions and turn off this resource-heavy feature
• Limit Editor Instances: Keep only one editor tab open at a time to avoid resource conflicts
Browser-Level Solutions:
• Use Incognito Mode: This helps identify if browser extensions or cached data are interfering with performance
• Clear Browser Cache and Cookies: Access your browser settings to fully clear both cache and cookies, then restart your browser
• Refresh Frequently: Manually refresh the editor regularly to clear accumulated local cache data
If this is a real solution, why not build that in to the Editor?
App Structure Review:
• Use the Optimize Application Button: In Settings → General → App File Management, this shows unused elements you can delete to reduce editor load
Done this a few times. It does clear out a lot of stuff, but it also destroys legitimate stuff.
Given your specific reproduction pattern involving branch switching and overnight sessions, try refreshing the editor after each branch switch
If this is a real solution, why not build that in to the Editor?
and avoid leaving it open overnight.
I believe that is called a memory leak.