Comment Re:Self-signed certificates? (Score 1) 393
Comment Re:Will it also automatically not blow up extensio (Score 2) 393
Comment Re:Memory leaks (Score 1) 393
Comment Re:SILENT updates? (Score 1) 393
Comment Re:Old story, or something new? (Score 1) 393
Comment Re:Problem of perception? (Score 1) 375
-
One reason that browsers are using more memory over time is that browers are way more capable than they used to be. HTML5, web apps and all that.
-
People say "I have N tabs open, Firefox is using M MB of memory". Often followed by "that seems outrageous" or "that seems reasonable". Without saying what those tabs have in them, it's pretty much useless.
-
Firefox's memory usage has varied over the years. FF2 was terrible, and contributed heavily to the bad reputation. FF3, FF3.5 and FF3.6 were much better. FF4 is worse than FF3.6; FF5 will be better (it already is). Subsequent Firefoxes will hopefully be better again.
Comment Re:Pinpoint (Score 0) 375
Comment Re:All browsers are consuming more memory. (Score 0) 375
Is this per-tab or global?
It's global memory usage at the moment. I'm working on https://bugzilla.mozilla.org/show_bug.cgi?id=661474 which will give JS memory usage per "compartment", which roughly means "per domain". So if a page at foo.com has a Twitter feed and some Google Analytics stuff, there'll be three compartments, one for foo.com, one for twitter.com, and one for google-analytics.com. It's not quite per-tab, but in that direction. about:memory is evolving, keep an eye on it.