Real-World Firefox 3 Memory Usage Leads the Field 406
An anonymous reader writes "The author developed a program to snapshot memory usage per process every 3 seconds on Windows. Using this he recorded 3 hours of memory usage for five different browsers under real-world usage scenarios: Safari 3.1, Firefox 3, Flock 1.2 (a browser based on Firefox 2), Opera 9.5, and Internet Explorer 8. A million data points indicate that Firefox 3 has a surprising advantage over the other browsers tested. These are real-world tests and not contrived benchmarks."
Wonder what Firefox 2 looked like ... (Score:5, Interesting)
Re:Wonder what Firefox 2 looked like ... (Score:5, Funny)
Cue Iraqi spokesman
There are no memory leaks. All memory usage is as we intend it to be. Any reports of leaks are lies by people who do not understand our page caching system. The infidels will never take Baghdad.
Re:Wonder what Firefox 2 looked like ... (Score:5, Informative)
The article states FF3 is an improvement over FF2, without offering data points for FF2. However, it also mentions Flock is based on FF2, so I'm guessing they've assumed the Flock data is representative for FF2.
Re: (Score:3, Insightful)
It would have been interesting to include the Flock 2.0 beta, which is based on Firefox 3, and IE 7. I don't think many people are using IE8 yet.
I'd also throw in a minimalist browser like KrazyBrowser for fun.
What cap? (Score:5, Informative)
If you check this [pavlov.net] fairly lengthy explanation of how memory usage was improved in FF3 you'll see that it is mostly attributed to reduced fragmentation and leaks, and smarting caching, just as you are advocating.
db
How long has 256 MB been standard? (Score:2)
What kind of multi-user? (Score:2)
I don't know about you, but I tend to have several programs open at once, and move back and forth between them to get stuff done.
That's sort of what a swap file is for. For example, a lot of the antivirus service might get swapped out when it's not scanning something.
And if we throw in this new fangled "multi-user" thing people are talking about, memory gets used up fast.
I can think of several kinds of multi-user scenarios that might apply to a workstation that runs a web browser and other apps. Which do you mean?
Re:How long has 256 MB been standard? (Score:4, Funny)
Re: (Score:3, Informative)
Re:Wonder what Firefox 2 looked like ... (Score:5, Interesting)
(-1, Uninformed)
Firefox has no global cap on memory. It will dynamically configure it's caches (to some extent) based on the available RAM. It would be a stupid design to leave lots of RAM free, and reload stuff over the net. It also proactively frees memory, in most cases, although it sometimes delays a little, because it knows that you might turn around and reuse all of that memory you just stopped using. The GC is just for JavaScript (required by design) and for DOM nodes which end up being circularly referenced (which is unavoidable).
Finally, 120MB is not a lot of RAM. Notice that the other browsers are using similar amounts of RAM.
Regards
-Jeremy
Except on Linux (Score:5, Informative)
Linux automatically uses all free memory for disk cache, and is very efficient at it. Instead of hogging memory that could be used by other process, Firefox could exclusively rely on a disk cache and rely on Linux' native and performant disk-cache to handle the in-memory caching of those files.
The best part of this is, if some other process needs the memory, Linux will simply free some memory from the cache, but the files will still be ready on the disk and the over application will still be performing well. Whereas if a 120Meg space is enforced a in-RAM cache, when memory becomes scarce, the system is at risk of paging out piece of the software (pages of code itself instead of pages holding cache) and thus make the whole system less responsive.
Being able to run within a small memory space is critical for linux. Otherways, there won't be any difference with Vista.
Also a lot of problems are comming from bad Add-ons or even half-assed Browser Plugins. Flash is such a pain in the ass that can momentanily freeze the whole browser session.
Disclaimer : I run Firefox on Linux with in-memory cache disabled and using Gnash plugins instead of Flash (runs in separate process and can have autostart disabled). Adblock+ and Noscript also help avoiding that my browser loads tons of useless shit. And until recently my main desktop was a Pentium-III with 440BX chipset (a machine on which 1GiB of RAM is a rare occurence), but I didn't get any major problem even on recent distros. (Vista on the other hand had to wait)
Re: (Score:3, Insightful)
Being able to run within a small memory space is critical for linux. Otherways, there won't be any difference with Vista.
No, actually, getting as much out of the RAM you've put in your machine as you're supposed to is just the icing on the cake. Having a web browser, photo editor, 3d modeler, and 3d MMORPG open at the same time was pretty cool. Pulling it off with one measly gig was frickin' sweet, but if it had taken a gig and a half, or even two gigs, I'd still be a long way from a Vista convert. (Ha
Re:Except on Linux (Score:4, Interesting)
I can't say that what you're saying is very 'informative', sorry. While linux indeed uses free memory to cache files, browsers do not cache 'files' in memory, they cache fully preprocessed DOM-trees and pre-rendered parts of webpages. Disabling in-memory caching only hurts performance there, forcing the browser to reprocess and revalidate all your pages. The only reason your browser uses the disk is because it's faster than your network connection and saves speed between browser-sessions or when visiting a page which has been cleaned up from your browser's own memory cache. Disk I/O - even with loads of OS-level caching will always be slower than letting the application just keep stuff in memory.
Most of your browser's in-memory cache is pre-processed data, including the last X entries accessible with your back-button - and that for each tab - are cached. This means images, DOM-tree, CSS-styles and sometimes even pre-rendered parts of the page.
I really hope you don't believe the disk io is the limit here. Parsing, validating and rendering takes up a good part of the responsiveness - even on modern PC's with fast quad-core cpu's. It's not only the CPU's that are advancing in speed, also webstandards require more & more processing power.
Also with todays machines with 1GB+ RAM - I don't really see the problem of memory useage. I have 4GB at home - and the moment my linux uses even only 25% of that for disk caching, it will have very old stuff in that disk-cache of which a lot would probably never be used again. I'd rather have my browser use 2Gb and feel extremely snappy, than have it use less memory just to preserve memory.
Re: (Score:2, Insightful)
Setting a cap on memory usage isn't a good solution, IMHO -- using well-designed memory handling that proactively frees memory seems to me to be a far better solution than a cap and garbage collection model.
Well, it may seem to you, but it isn't.
What you call a "cap" is an in-memory cache. If you "proactively free memory", you get rid of stuff in the cache, and then, well, it's not cached anymore.
Re:Wonder what Firefox 2 looked like ... (Score:4, Funny)
Re:Wonder what Firefox 2 looked like ... (Score:5, Interesting)
Perhaps in days gone by it would have been shocking for browsers to use so much memory, but the memory being used is directly related to the content on the sites it browse.
We recently seen studies indicating that the average website has tripled in size in the last couple of years alone, imagine how much bigger websites have got in the last 10-15 years?
More images, higher resolution/dpi ones at that, flash, plus there's all the scripting engines and other plugins that have accumulated as well.
While I comlpetely agree that software bloat shouldn't be accepted (Nero, I'm looking at you) and if anything, programs should become MORE efficient with age (in an ideal world), I think browsers could be one exception since the content they're handling has got so much bigger.
So really, the best way to indicate progress here is to pit the fully featured browsers against each other and see who comes out on top. Probably still wont be firefox, but I bet the big three still use a lot of RAM compared to what was the norm a few years ago.
Re:keep laughing (Score:4, Insightful)
You mean Debian. Or Debian Lenny. No need to use "GNU/Linux" at all.
And laugh all you want, but your characterization of this as an "uptime" issue is incorrect to say the least.
I don't insist that every distro add GNU to their name; that's up to them. But Debian chooses to so at least in their case could we maybe lose the "RMS is teh zealot!!" jokes?
Debian is a great dsitro for promoting Free software and I am pretty sure they made the choice to keep GNU in the name on priniciple. I respect them for it and it's a major reason why Debian remains my distro of choice.
Re: (Score:3, Interesting)
how do browsers compare on Mac OSX? Does Safari compare similarly to Firefox 3 on Mac OS X?
I wouldn't be surprised if Safari performs better on OS X than on Vista because Apple has put more time into developing the Mac version...
Similarly, I wouldn't be surprised if Firefox is optimized for the larger Windows market. I know that back in the day, on the old PPC macs, Firefox was pretty slow, which was a good reason to use Safari.
Re: (Score:3, Informative)
I've been running Safari 3.1.1 all day (about 6 hours non-stop with 462 pages in history) and it's currently using 230.9MB RAM (fairly steady).
Opening up FF3 to check, loading 52 pages then closing down one again... 129.18MB.
Not a totally fair comparison but it's some numbers, nonetheless.
What time of day did he do his tests? (Score:5, Funny)
I find that for certain hours of the day (namely in the evening) My memory usage skyrockets. It probably has to do with the increased number of images I am loading :D
But what memory metric was taken? (Score:5, Interesting)
IIRC the memory displayed in process manager isn't necessarily the memory requested/used by the program, but merely what Windows has allocated, partially based on the applications requirements and partially based on what Windows _thinks_ the program needs.
As such there's room for applications to look like they're using more memory than they are which can lead to misleading stats. If this test has only taken into account the memory windows has allocated it doesn't necessarily act as a measure of how efficient the program is at least, just how good it is at playing Window's memory management system.
Re:But what memory metric was taken? (Score:5, Interesting)
Ok, I see your point. Let's pretend Browser X is using dirty tricks with Windows's memory management system to shrink down how much memory is allocated to it. Browser Y is not doing that and appears to be less efficient.
Well and good, but it's irrelevant. The remains that Browser X is taking less memory from Windows's pool of resources. It doesn't matter how Browser X is doing it or how efficient Browser X being with the memory internally, it is a solid truth that Browser X is using occupying fewer system resources than Browser Y.
It's really a moot point, because it's unlikely that the developers of Browser X knew any "cheats" that would let them use substantially less memory than every other browser out there.
Re: (Score:3, Interesting)
Or, of course, Browser Y takes more memory and caches more of what you're using, whereas Browser X hits your network more often. Browser Y might feel more responsive to your input. Browser Y might also be very efficient at freeing resources as the system needs, so that the actual system footprint is negligible, but unused resources are utilized efficiently.
Of course all of that is speculation. Comparing browser based upon RAM footprint when they're all trying to cache the entire internet seems ridiculous
HTTP 503'd (aka /.ed) (Score:5, Funny)
Service Not Available.
At the time of posting this, there were like, 10 comments in the thread. Assuming that only 10% of all /.ers RTFA, that means that the site can support only 1 simultaneous user.
Re: (Score:3)
You're incorrectly assuming at least two things:
1: That all readers are posters.
2: That there is a correlation between looking at a page and number of connections. Very few clients use a single HTTP 1.1 persistent connection, and even fewer one that will stay open after all elements have been fetched. Lots of clients use multiple connections, and lots of clients use non-persistent connections, closing each of them down as soon as they're finished fetching a single object. The latter is especially common
not every reader posts comments pal (Score:2)
Re: (Score:2)
Sigh! I know, but an analysis of the probable intersect between the sets of "Slashdot users who read the thread", "Slashdot users who read the linked article" and "Slashdot users who post" would have been tedious. Besides which, 99% of all statistics are made up on the spot, including this one.
Re: (Score:2, Funny)
Now that FF3 is *officially* the leanest/meanest.. (Score:2)
Maybe Adobe will actually make a Linux/FF Shockwave plugin [petitiononline.com] (Yeah yeah, I know, fat chance)...
Service Unavailable (Score:3, Funny)
Bah. (Score:5, Funny)
If they didn't compare with Dillo/lynx, it's meaningless. Also, already slashdotted.
Re: (Score:2)
If they didn't compare with telnet and talking to the server directly and reading straight HTML, it's meaningless.
Re: (Score:2)
if you're not including the act of crafting the bits in the TCP stream by hand to assemble the HTTP requests, what's the point of even doing the comparison?
Butterflies (Score:2)
http://xkcd.com/378/ [xkcd.com]
I've still not downloaded it yet (Score:2)
But I may have to.
Terrible reference (Score:5, Insightful)
These aren't stress tests, and I probably never went over 4 windows in each browser, with at most 3 tabs in each window.(Emphasis mine)
and
Re:Terrible reference (Score:5, Insightful)
This was my first question too. Real-world testing is all well and good, but how controlled was it? What assurances do we have that his results really paint the picture he claims and not something else?
Note: The site is down so I haven't read the article yet. I'm guessing it fails to address this concern?
Re: (Score:2)
These aren't stress tests, and I probably never went over 4 windows in each browser, with at most 3 tabs in each window. I didn't look at many pages that are extremely heavy on images, and no "browser benchmark" style pages. Gmail was used on each browser.
Re: (Score:3, Insightful)
Should have gone to the exact same pages and clicked the exact same links in each browser. Without doing that this is totally meaningless. That being said, I'll be happy if FF 3 doesn't leak as much memory as FF 2 or IE X.
Re: (Score:2, Troll)
The fact that he only had 4 windows open is also pretty hilarious. I usually have a couple dozen windows open, and just opening Firefox 3 in that environment (not doing anything) takes about 900 MB of ram.
He makes no effort to find out whether "memory" being used is just buffered files (which can be dropped at any point) or data (which must be swapped out).
Also, Opera will use exactly as much memory as you tell it to. He makes no mention of how much memory he told Opera to use. I have a laptop with 232 M
Re:you do know what "contrived" means right? (Score:5, Informative)
Scripts that visit the exact same pages, for the exact same time, do the exact same things across all browsers provide consistent, quantifiable results. Since everyone's browsing behavior is different no script will ever provide "accurate" results for real world usage. But then again, those scripts could be closer to my real world usage than this guys anecdotal test. Get it?
Re:you do know what "contrived" means right? (Score:5, Informative)
Re:you do know what "contrived" means right? (Score:4, Insightful)
Wait (Score:4, Informative)
Don't get overexcited just yet. Let me quote some of the most important parts of the article that were completely overlooked in the summary for some reason:
"These results are from opening Memory Watcher and then using the browser between 9,000 and 11,000 seconds (close to 3 hours). Each browser is tested in a separate session, and there are brief periods of inactivity throughout the time period. [...] The above profiles are not a direct comparison in any way, but they offer a visualization of trending in the memory behavior of the layout engines and interfaces. [...]These aren't stress tests, and I probably never went over 4 windows in each browser, with at most 3 tabs in each window. [...] An automation script will never give the same insight into performance over time as will this sort of profile." [emphasis added]
In other words, it is evident that there was no guarantee whatsoever that every browser would display exactly the same sequence of web pages. It is easy to jump to conclusions that if Firefox has used the least memory then it must "[have] a surprising advantage over the other browsers." But is it a logical course of reasoning? Or only a post hoc ergo propter hoc fallacy combined with wishful thinking? The truth is that the amount of memory used during an hour of downloading web pages is strongly correlated with the speed of downloading and displaying said web pages. Is it the case that Firefox couldn't download, format and display pages as quickly as Internet Explorer because of the native Windows internal API hooks that help Explorer work faster than any independent browser could possible aspire to? That is quite possible. Unfortunately the results of that experiment are inconclusive and the methodology was unreliable.
Re: (Score:2)
Can we get over this urban legend please? There aren't any such "native Windows internal API hooks" - unless you can give references? FWIW I used to distribute a hacked up Wine that could install and run IE6 just fine (this was several years ago). It started faster and browsed just as fast as native Mozilla did, but that was because it was tightly written, not because of cheating.
Re: (Score:3, Interesting)
"Or only a post hoc ergo propter hoc fallacy combined with wishful thinking?"
There is no "post hoc ergo propter hoc" here. There is only "hoc", because people are measuring exactly what they need: memory usage. "surprising advantage over the other browsers" is not "hoc", because it is not an event, it is just logical conclusion of two things: Firefox using less memory than other browsers and using less memory is advantage.
The experiment observed did show less memory used and the conclusion is very logical.
If slashdotted (Score:5, Informative)
Safari 636.9
Firefox 3 111.8
Flock (Firefox 2) 191.9
Opera 9.5 190.6
Internet Explorer 194.4
Re:If slashdotted (Score:5, Interesting)
How did they measure memory consumption? (Score:5, Insightful)
As the server is (already!?) down, I didn't yet have a chance to RTFA. So perhaps it is in the article somewhere, but I couldn't help wondering: how did they actually measure memory usage?
I'm asking because, these days, that pretty much amounts to rocket science.
Different operating systems report memory usage differently, even between different versions of the same OS (yes, I'm looking at you, Vista vs. XP). If they used "top" or its equivalent, it matters a lot whether they looked at real usage, virtual memory size (can be huge but that doesn't say anything) or what-have-you. Some OS's cheat quite a bit in what memory is reported as being "free" or "available", as well. Then we get to questions like "does it include the size of shared libraries", if not, is that fair if the libraries are really only used by that one application? Etc. etc.
So I'm not saying memory using doesn't matter (it very much does), it's just hard to measure it exactly. And, any attempts at doing so, should be documented precisely.
Re:How did they measure memory consumption? (Score:4, Insightful)
Re: (Score:2)
That sounds like a nice approach, didn't think of that. I highly doubt that this is how most of such experiments are conducted though.
Possibly valgrind could be adapted to keep track of and report these numbers; if it doesn't already, that is (I have not used it recently, it didn't do this when I last used it a few years ago)
Re: (Score:2)
About the "Memory Watcher" Memory Watcher is a small program I wrote that records the memory usage of each process on the system every three seconds. It uses the PrivateMemorySize64 long value from the Process collection in .NET.
* Simple
There are tools similar to this, offered on every platform, but they are not usually easy to use. Memory Watcher provides a super-easy way to monitor every process and silently work in the background.
* Exports to spreadsheet
It exports the currently viewed data to a CSV file. These data are easily taken into Excel, and were used for the graphs in this article.
* Implementation notes
The application uses a DataGridView control, and sets its DataSource property to a DataTable which is built from the object collection. It uses a Timer to poll the system every 3 seconds. It offers searching and filtering of processes using a TextBox.
Re:How did they measure memory consumption? (Score:5, Informative)
The OS was Vista, and the program was written in .Net to use the function PrivateMemorySize64 [microsoft.com]. MSDN says it returns "the amount of memory which cannot be shared with other processes". It also says it's the same as the "Private Bytes" value in taskmon. Probably it means that it's the amount of memory the process received from mallocs (or rather GlobalAllocs/LocalAllocs/HeapAllocs), and which can't be assigned to some other process.
It's worth noticing that the guy bothered with a GUI and an interactive filtering option for such a simple program. I wonder whether he ever heard of CLI, because it looks like a perfect fit for this kind of program.
By the way, why not post CoralCDN links (append .nyud.net to hostname) instead of direct links when the site in question is small and likely to be Slashdotted?
Re: (Score:2)
It's worth noticing that the guy bothered with a GUI and an interactive filtering option for such a simple program. I wonder whether he ever heard of CLI, because it looks like a perfect fit for this kind of program.
For what it's worth, throwing together quick GUIs for things like this in .NET is so fast and easy, I typically do it for things like this, where I'd make a CLI when working with anything else.
I mean, being the "heir to Visual Basic" (among other things) is kind of a mixed bag, but in this speci
Seems it's slashdotted. Here is the text. (Score:2, Informative)
I can't be arsed to do this properly. There are a lot of graphs and stuff. But here are the text bits. Pure copy and paste. No formatting. Live with it.
Web browser performance is an often talked-about and flaunted thing, but many claims are not really backed up by solid evidence. I wrote software that collected millions of data points over 14 hours of actual browsing time, and this article reveals my findings.
Problem
Many people load hundreds of web pages, sometimes at the same time, often over periods of 3+
Mirror with graphics. (Score:3, Informative)
NetworkMirror [networkmirror.com].
Great news FF - though Opera is speedy (Score:4, Interesting)
I've been blessed with using a Duron 950Mhz with a gig of RAM, lately. Quite speedy. Heh. But I've used worse, as many can no doubt also say. Oh, and an GeForce4, and of course the X Window System. :-)
I've always used Firefox, and Netscape before that, on my linux desktops. I must say that I tried Opera lately, for the first time, and found its rendering to be very spry. The difference was most noticable for me when loading very large web pages, or very detailed with lots of tables and such. The latter was our nagios service detail page, which the rendering in Opera was quite noticeable in its quickness.
So I get to be torn now, maybe, speed vs lean...
I do like speed. Opera's memory use doesn't seem to be so excessively bad as to negate the optimizations they seem to have coded into the rendering.
Aaron
Memory?...what about speed? (Score:5, Insightful)
Definitely important (Score:5, Informative)
In the case of Firefox, memory usage has ranged from 25MB to $MEMORY_AVAILABLE. Which sucks no matter how much you have.
Re: (Score:2)
It's not about you or minority of users having 2GB of memory. Firefox is free, and memory costs $$. Firefox gives you extra memory for free compared to other browsers.
The application doesn't allocate memory, though (Score:4, Interesting)
I think on Linux, how fast it will put allocated and unused RAM back to the pool will depend on the vfs_cache_pressure, but I'm not sure about that, as that reclaims inodes from cache to make room for the buffers. VM management always confused me.
Re:Memory?...what about speed? (Score:5, Interesting)
I couldn't agree more, I want an incredibly incredibly snappy browser, I don't care how much resources it requires.
I have a theory and I'm convinced of this theory that cache in browsers simply has been broken, since the beggining
I've used netscape, ie, ffox, netcaptor and god knows what else and no matter how big I set the cache or how regularly I hit sites, they still seem slow to load images and content.
Perhaps it's the complexity of the pages has scaled up, I spose that is possible.
I've gone from browsing on a Pentium 166mmx with 32mb over the years up to a quad core 3.2ghz machine with 4gb of ram and moved from 128k dsl / 512k dsl / 1.5mbit dsl / 8mbit dsl and 18mbit dsl.
I am impatient, make no mistake but surely if we're just throwing images and text around, these damned things should be snappier? :/
FFox 3 is definitely a move in the right direction, it's noticably faster than FFox 2 but I still find moving back / forward, clicking links and interaction in general should still be faster
This doesn't mesh with my experience (Score:5, Informative)
My wife and I share a computer. She uses mostly uses Firefox, I mostly use Opera. This is on a 64-bit Ubuntu Hardy.
I have noticed no difference in her memory usage since we upgraded to FF3. I used to regularly have to kill her browser every once in a while (maybe once or twice a week) because it was eating up all the RAM. Since we upgraded to FF3, I can see no difference in memory usage.
For example, right now FF is using 300MB resident, Opera is using 100MB. Flashblock is installed on both browsers. Granted, that's not a terribly good test considering we've been browsing to different sites, but I've found that those numbers are fairly stable. FF usually levels off in the 300-500MB range, and Opera in the 100-150 range.
YMMV.
Re: (Score:2)
Usage will cause it to vary a lot, I'm pulling just under 300 megs for Firefox right now, but I also have more than 20 tabs open.
Re:This doesn't mesh with my experience (Score:5, Informative)
64-bit firefox eats a LOT more of memory. The windows versions are 32-bit only.
Irrelevant... (Score:4, Informative)
That's pretty much irrelevant to me, I switched back to Opera because of performance issues.
Memory != performance.
For example, when I open a new tab in opera the CPU doesn't register almost any change, when I open a tab in Firefox it goes almost to 100% (that's in Linux, with many extensions added, and BTW, I need those extensions to duplicate Opera's features)
Re: (Score:2)
What CPU? Is it Linux? Maybe it's something wrong with my install...
Re:Irrelevant... (Score:4, Insightful)
On my Fedora Core 7 system, with a 2.5ghz CPU, running "vmstat 1" causes the X server to use 5% CPU. (It is an nvidia graphics card, but I don't use their binary-only driver).
Typing in this firefox-2 text window gives a CPU usage of about 30%.
Opening a new tab causes 60% CPU utilization for 2 seconds.
I think it's time to give up on Linux on the desktop.
Vigorous mouse movement causes about 35% CPU utilization.
Re:Irrelevant... (Score:5, Informative)
That being said, I have similar problems on my laptop, where scrolling a window often will peg my CPU. In my case, I have an older Intel integrated chip, which does a lot of 3D rendering on the CPU. Since the advent of AIGLX, it makes some rendering on my laptop fairly slow. At least, I THINK that's what's going on there. It's never really bothered me enough to look into it in-depth.
That may be true, but... (Score:2)
Re: (Score:2)
I thought memory leaks were a solved problem ... (Score:2)
missing option: (Score:2)
K-Meleon. I'd love to see how it compares to FF, though it would be best to wait for it to be updated on same Gecko renderer as FF3 uses.
Coral cache (Score:2, Informative)
http://dotnetperls.com.nyud.net/Content/Browser-Memory.aspx [nyud.net]
But Safari (Score:2)
Sorry, might be an inside joke in Mac user forums, but I think there is enough crossover on
Does it still have the Awesomebar? It does? (Score:2, Insightful)
Even if Firefox 3 used ZERO memory, I'll still never use it because of the trainwreck that is the poorly-named Awesomebar.
Some things are more important than resource conservation, such as not screwing the user by needlessly taking away functionality and telling them "you'll get over it".
I'd gladly have Firefox 3 with the same footprint as Firefox 2 if that's the price to pay for keeping the old address bar autocomplete functionality in the code.
Re: (Score:3, Informative)
On the off chance you're not just trolling...
Instructions are here:
http://www.kennycarlile.net/2008/06/17/disable-firefox-3-awesomebar/ [kennycarlile.net]
Took me all of 10 seconds with google: "Firefox3 Awesomebar disable". So... I guess you'll enjoy firefox 3 with the smaller memory footprint (assuming TFM is correct).
Re: (Score:3, Insightful)
Parent is not informative.
Took me all of 10 seconds with google: "Firefox3 Awesomebar disable".
And yet, that page is absolutely not what the GP was asking for.
To quote:
Some things are more important than resource conservation, such as not screwing the user by needlessly taking away functionality and telling them "you'll get over it".
I'd gladly have Firefox 3 with the same footprint as Firefox 2 if that's the price to pay for keeping the old address bar autocomplete functionality in the code.
gumpish--and I, and a lot of people as far as I can tell--want the "classic" (read: FF2) location bar behavior. There is currently no way to get that in FF3. There used to be an about:config setting for it in some of the betas, but they took it out and told those people who liked the old functionality to shut up and deal.
The about:config tweaks on the page you linked to will disable the location bar dropdo
Re: (Score:3, Informative)
Damnit, can't use mod points in this thread now.
The way I've found to restore sane address-bar behaviour was to do the following:
Install the oldbar extension
about:config browser.urlbar.matchOnlyTyped boolean set to true.
Bingo! No more hyper-annoying address bar.
More info would be cool (Score:2, Interesting)
I'd like to see this same test measured over performance (mem over load time) - that would tell us something interesting. The working set numbers are somewhat arbitrary, that is the allocation scheme they may have been "optimized" by the dev team in some way. The fact Safari isn't capping it's own usable makes me want to see why that is.
Not on OSX (Score:3, Interesting)
And did they have to make the OSX skin so darn ugly?
Wasn't part of the unix philosophy (Score:3, Insightful)
that unused resources are wasted resources? If Safari has enough RAM to cache everything, why shouldn't it? Now, run the same test with 512MB RAM and see if memory consumption does the same thing.
That's really what I want to know - not how much it uses, but how willing the browser is to give it back when other processes need it. That'd be useful.
Re: (Score:3, Insightful)
Lools IIS can't hold its own
Haha! That's funny and insightful!
Oh, wait.
The term "slashdotted" has become ubiquitous with smashing a webserver due to high traffic.
Most webservers [netcraft.com] are *nix based (though admittedly IIS is gaining ground).
Hm. Nevermind.
Re:Lools IIS can't hold its own (Score:5, Funny)
Re: (Score:2)
It's not called 3.0 for nothing.
Any point-zero release should be treated like a public beta.
Re: (Score:2)
Re:Yah, but how reliable? (Score:5, Informative)
I haven't had Firefox 3 crash for me yet (although I've only been using it since Download Day). I have noticed that it no longer gets hung up processing javascript the way Firefox 2 often did.
Re:Yah, but how reliable? (Score:5, Insightful)
This is most likely related to the Flash plugin. The second suspect would be the Java plugin. For me Firefox never crashed on a website without Flash and Java, but I had a few crashes due to Flash bugs.
Re: (Score:2)
Firefox 2 has crashed on me too many times when playing youtube videos. Specifically, when I click a link or try to leave the page when the video just stopped. The situation hasn't improved in firefox 3, as it's an obvious flash player bug.
Re: (Score:2, Insightful)
Yeah, there are 2 of you. It's your fucking flash plugin d00ds.......
(why would anybody install that piece of crap is beyond me)
My Firefox never crashes, I repeat never. (Ubuntu 8.04) I use it for hours and hours every single day.
Re: (Score:3, Insightful)
(why would anybody install that piece of crap is beyond me)
Well, there is a lot of content on the web which requires flash, regardless of whether we wish to be elitist about what we do with the web, or not.
I, personally, wish flash development under Linux was remotely on par with the Windows offering. This has been one of the things holding the "old folks" in my family and down the street from running something nice on their PC like Ubuntu instead of Windows. An amazing number of them have Bongo premium accounts (and the like) and after setting one person up, then
Re:Careful... (Score:4, Insightful)
Not really. Many Opera users are finding 9.50 to not be as good as claimed or hoped and finding it to be a memory hog. I am not alone in looking at 9.50, finding the the 9.51 snapshot to be less buggy, and sticking with 9.27 for normal non-browser testing browsing.
Now, maybe when Opera 9.52 or so is out, there might be some valid concern.
Re: (Score:3, Informative)
Some, but I'm not one of them, my Opera (9.51 on XP SP3) has been running for a few days now (almost 4), with a peak of 157MB, currently at 96MB, VM of 114MB, and an I/O of almost 12GB's... opening up every site on my SpeedDial (9 sites + this one) brought me up to 122MB, VM of 140MB...
But, I honestly don't care how much it uses, because so far it hasn't impacted (noticeably) on any other software, and always starts (launches, or maximizes) instantly, and I prefer Opera's interface. And how much memory it u
Re:Careful... (Score:5, Funny)
' They're trying to charge money ofr something everyone else gives away for free, and with the latest browsers they're running out of legitimate advantages to boast."
Please change that template, it is 2008 already.
Re: (Score:2)
Re:-5 (Outdated) (Score:4, Interesting)
On fairly modern Nokia E65 with Apple Webkit based free "Nokia browser", I did total 1 hour browsing. That is heading to Opera.com for whatever they offer for my OS (it took that much to reach the right download page) and later bought it with Opera Mobile client itself.
Thank God Opera Mobile exists as a choice. That is their 2 years old 8.65 code I bought. It is AGES ahead of anything on that smart phone.
If they charge for their marvellous work, a browser which uses less memory than 8 MB on my S60 device that will , hell it is $20!
That 2 years old code picks the right css from my web pages (all w3c compliant) and shows them like I have setup a special WAP site for phones.
Now waiting for their 9.5 achilles heel.
What bothers me is, they get 5-7 million downloads without advertisement (9.5 Desktop), they help hundreds of millions of possible devices doesn't even have a good WAP browser to access the web, they strictly support standards, they never sold out to MS (imagine Opera quality IE only exists on Win Mobile), they even support Windows 98 and they get THAT comment as return.
Re: (Score:2)
Re:...contrived benchmarks. (Score:5, Funny)
<keynote style="Steve">
Safari on OS XI is going to be 400% faster. It's going to look 700% rounder, and integrate seamlessly with your ego. It will make you 1500% more smug, no matter how smug you were before.
Firefox ? Not smug.
IE8 ? *chuckles* next slide.
Opera ? They still have square corners, what does that tell you about their priorities ?
It's so awesome we had to give it a new name: Snow Safari.
(*applause*)
</keynote>
Contrived benchmarks? Try AMD... (Score:3, Funny)
Firefox running on an AMD processor uses "2200+" Mb of memory, which actually means about 100 Mb in an Intel processor
Can you imagine... (Score:4, Insightful)
...what it would be like if Apple came up with a benchmark [webkit.org] for web browsers? They'd do some kind of splashy announcement [webkit.org]. Geeks would question its relevance in the real world [slashdot.org]. Soon they'd do some new tests and proclaim that the competition now performs better on those same tests anyway. [slashdot.org] Eventually, the rabid Apple phanbois will claim that the next release will bury the competition [slashdot.org].
Apple. So predictable.