High memory consumption

Hello,

A page on my project always triggers significant memory consummption according to Google Chrome, i.e. between 2.5 GB up to 3.5 GB.

Could someone please support me in identifying if there is a memory leak somewhere, and how to correct it?

Many thanks

1 Like

That’s general weweb issue.. a lot of users experience it in their apps. no resolution yet from the weweb team. you can search for memory or memory leaks in this community and will find a bunch of articles about it.

I investigated a bit in an exported unbuilt app and the main cause seems to be memory management in general within weweb apps. there doesn’t seem to be a cleanup system implemented, which removes event listener cleanups as well as others..

not much you can do if weweb isn’t optimizing the underlaying logic the app is built upon

1 Like

Hi there @MrUnfreeze :waving_hand:

Can you open a support chat so we can take a better look at your project?

Hi Jayjay,
Yes I’ve seen a few of these topics but not really concrete solution about optimizing. Would you know any?