Does anyone have any tips as to how to optimize the Bubble Editor’s performance? I have read through the thread about performance optimization but it focuses more on speed of your website. For a large, data intensive single-page-application, for example, how could speed of the editor be improved on that one page?
A couple ways that my teammates have found to improve the speed were through using Firefox (higher/no memory limits for the editor) and by grouping elements into reusable elements, even if they’re only used once.