Issues with slowness in the preview

I’m having issues with slowness in my application using the editor. It seems that when I navigate through the pages, they remain open like an SPA method. For those of you who have published an application with WeWeb, did the application run smoothly without slowness? Or is the editor’s preview really a preview of how the application would run after being published?

My application, while in the editor, consumes a lot of RAM, and when I go to the editor’s preview, the consumption remains high, only decreasing when I refresh the page.

After publishing it is a completely other experience, both when it comes to how fast pages changes, and also RAM usage. The editor itself consumes a lot of resources.

That said, it is still possible to make your published application be both slow and use a lot of RAM, depending on how you build your app. So you will need to have control both of data loaded in app and how much you are loading in the DOM.

1 Like