I hate the amount of memory Firefox uses but I'm not convinced Chrome or other browsers with the same add-ons are any better. Chrome on my work laptop with ~50 tabs open currently has almost 4GB of RAM, Firefox on my home computer with ~50 tabs has something similar. (Measured in `top` on both machines.)
I blame the websites, not the browsers. If I monitor memory and navigate Sourcehut (no React, no Vue, no Angular, no Bootstrap, no jQuery, no trackers, no ads) my memory usage goes up by a few MB per tab, and most of that is from the images. If I pop open Youtube in any browser my memory usage goes up many hundreds of MB.
Shared memory between sites and processes has been shown to be a security risk, both in terms of buffer overruns and also information leaks. I think the problem is the web, not the browsers.
I blame the websites, not the browsers. If I monitor memory and navigate Sourcehut (no React, no Vue, no Angular, no Bootstrap, no jQuery, no trackers, no ads) my memory usage goes up by a few MB per tab, and most of that is from the images. If I pop open Youtube in any browser my memory usage goes up many hundreds of MB.
Shared memory between sites and processes has been shown to be a security risk, both in terms of buffer overruns and also information leaks. I think the problem is the web, not the browsers.
Comment