I noticed that most of my app page’s heap size is around 90 MB, which is enormous, causing old devices to respond slowly to queries or animations lagging out. I compared the same heap size to most CRM’s built with regular code and theirs is usually around 40/50 MB.
Also, on page navigation it seems to spike up to 75 MB, and then dropping by 20/30 mb. In comparison, youtube only consumes 35 MB in total.
To break it down
- Empty page: 53.6 MB
- Page with dynamic content: 90 MB
- Bubble editor: 690 MB
- Youtube loads about 35 MB of heap size memory.