|
|
|
|
|
by nwienert
612 days ago
|
|
I loaded tamagui.dev, onestack.dev and a random youtube video (not playing): in order, 107Mb, 48Mb, and 219Mb of memory. Lighthouse scores are good. Profiling shows near 0 main thread work at all while scrolling or doing common actions, no memory leaks I can see after moving around the pages. Loading many JS files is not bad so long as it doesn't waterfall, actually good practice to an extent, and we have no waterfalls and prefetch everything on hover. I don't doubt you saw something, I'll keep an eye out for issues. I checked in Safari and it looks similarly fine there. |
|