Performance Issues - browser crashing

I dont know if I have pushed too much into one page but I have a heap in it. I have multiple pop ups. Around 700 cells most of which are in 6 RGs. Generally speaking is there something I can be doing to improve performance? Its really slow in the build and my browser keeps crashing

Popups are loaded on page load, even when not shown.

Why on earth are you showing 700 cells worth of data on page load though?

In the editor? Do you have hundreds of workflows on one page? Is it an SPA? If you haven’t used reuseable elements widely, it will of course be slow.

Whats an SPA. Its potential data. Its a cosmetic formulation batch management app, so there is room for up to 60 ingredients and there is a bunch of information needed for each ingredient.

60 ingredients = 60 cells, no?

Nah, there is a heap of other cells that goes with it, the INCI Name, the amount, the percentage, and more. About 14 cells altogether.

I did reduce the size. I found about 400 additional cells that were there that werent meant to be there, has improved things alot.

Single page application. Everything is on one single bubble page - they tend to be really huge in every aspect and therefore reusables are almost a must-do when creating SPAs.

This topic was automatically closed after 70 days. New replies are no longer allowed.