Firefox 3 ultimate feature: Performance

By Percy Cabello

Along with the long list of new features and improvements we can find in Firefox 3 betas so far, there is a series of performance improvements coming to Firefox 3 Beta 4.

I’ve finally managed to run a set of tests to see how Firefox 3 performance compares to Firefox 2’s.

JavaScript

As you may know, JavaScript is progressively becoming more important as we, users come to expect web applications to behave more like their desktop equivalents. For web developers, the top tool for doing this is JavaScript, the language used to program the different web page elements and in some cases, query the server for small pieces of data.

For Firefox, it is even more critical since the whole interface (extensions included) runs on JavaScript: open a context menu, a menu, a tab or a window, and there’s JavaScript at work all around connecting the underlying pieces.

So you will be glad to know JavaScript performance in Firefox 3 has almost tripled compared to Firefox 2, doubled compared to Beta 3, and has become the fastest engine among all current browsers including Opera 9.5 beta and Safari 3.0.4 (also in beta). This is according to SunSpider, a JavaScript benchmark tool designed by WebKit (the project that makes Safari’s engine) to measure JavaScript performance.

SunSpider test results

It must be noted, that as any benchmark tool it is not perfect or free of criticism: an engine will most probably perform better in one test than another.

It is also said that an engine or application could be tweaked to perform better in a particular well known test. I think if the test is well designed and effectively represents what affects most users, then tweaking those particular factors only makes sense. What would be the point of fixing some obscure interfaces if it’s not what real world applications will benefit from?

I for one will be happy to learn about more and better JavaScript tests to benchmark Firefox 2 and 3.

Memory footprint

Firefox 2 has fame for consuming lots of memory and most annoyingly eating more of it when it is supposed to be sleeping.

So I designed a simple test with a set of 9 web pages on Windows XP SP2, with an empty profile and a blank page set as home page. Measures were taken with Windows Task Manager. The test covers a few simple web pages with simple browsing. Then more complex pages are added keeping the first pages opened. A couple of tabs are then closed to see how much memory is freed and finally the browser is left running for an hour to see if memory consumption remains flat.

Here are the steps in case you want to reproduce:

1. Visited The New York Times, clicked on Technology section, open a couple of articles

2. Visited Digg, clicked on Upcoming and clicked on pages 2 and 3

3. CNET News, clicked on each of the top three stories. Get back to the homepage afte reach

4. To cover international support, I visited the Russian and

5. Chinese Editions of Wikipedia. I then clicked on the first link in the left sidebar on each and then went back to the main page.

A. I took a first measure here.

6. Visited this YouTube video, view the video and one more from the right related videos sidebar.

7. On Gmail, I logged in, composed an email with 2 large images (about 2MB each), sent it to myself, and then opened the received email.

8. On Google Docs, I created a new text document, wrote a five word sentence, made it bold, centered it, added a small 20K GIF image and saved the document.

9. I visisted Netvibes, visit all the default tabs, change the page title and added a short item to the todo list

B. Second measure here.

10. Then closed Netvibes and You Tube and waited 20 seconds for Firefox to do its cleanup.

C. Third measure here.

12. The I left it opened for about one hour.

D. Last measure here.

Results:

Measure Firefox 2.0.0.12 Firefox 3 Beta 3
A. Regular web pages 73 MB 80 MB
B. Web 2.0 web sites 149 MB 135 MB
C. Close a couple of pages 142 MB 123 MB
D. After 1 hour with no activity 181 MB 123 MB

As you can see, Firefox 3 shows better memory management as it freed more memory when a couple of tabs were closed and it kept memory usage flat when not in use.

This test is far from comprehensive: depending on your browsing habits you may have much more or less tabs opened at the same time. Also, memory piles up as you close and open new tabs and windows, with more and different plugins. So this is just a reference of what some very casual browsing takes on each version and most importantly shows the many memory management improvements Firefox 3 will introduce.

Startup time

My poor man’s approach to measure how long it takes for Firefox to launch, consisted of a batch file that ran the time command and then the tested browser set with a simple home page that prints the current time with one line of JavaScript code. By subtracting these times I got the loading time with roughly to the second precision I need.

I restarted my laptop before each test to get a clear cache and good cold start times. Then closed and restarted Firefox to see how much it benefits from the OS caching.

In summary I got the same results: 10 seconds for a cold start, 4 seconds for a restart. There may be some milliseconds there but that’s beyond what a regular user can perceive.

More

Starting today, Firefox nightly Windows builds have the benefit of profile guided optimization (PGO). With PGO, after Firefox is compiled (written code is made ready for the computer as binary code), the just generated binary is ran while another application monitors how it behaves and creates a profile of what parts of Firefox are more used and in what order. Then the code is compiled again but this time guided by the produced profile generating a new optimized build.

Ted Mielczarek, who led the effort to PGO-enable the Mozilla build process, says a 10% performance gain can already be seen in some of Mozilla’s performance metrics. Linux builds may get PGO after Beta 4 and hopefully Mac OS X builds wil also benefit from it before the final release.

Another improvement came a few weeks ago as told by Vladimir Vukicevic thanks to the discovery of an undocumented Mac OS X interface that will now help Firefox do some work instead of just waiting for its turn to draw, which translates to more efficiency.

Firefox 3 Beta 4 should be out within the next couple of weeks.

Posted on February 29, 2008 - 11:49 am || More on Articles, Firefox 3

Comments

Ted Mielczarek

February 29, 2008 11:49 am

You missed a ‘k’ in my last name. :)

Reply

Adam Dempsey

February 29, 2008 11:49 am

Looks like more and more performance tweaks are being made for each beta release!

I hope thunderbird 3 gets as much work put into it! Looking forward to seeing that.

Reply

Percy Cabello

February 29, 2008 11:49 am

@Ted, sorry about that. Fixed.

Reply

temp

February 29, 2008 11:49 am

that graphic is really impressive but i have to say the real problem with firefox are extension and the imposibility to know wich one is sucking all the ram

i’ve just tested the beta3, opera do better job with the back and foward, but it feel good, i think its interpreting better the css

sorry for my bad english, have to say it xd

Reply

B

February 29, 2008 11:49 am

Is there any reason you didn’t include Safari (which claims to be the fastest mainstream browser) in your test?

Reply

foxiewire.com

February 29, 2008 11:49 am

Firefox 3 ultimate feature: Performance : Mozilla Links

Along with the long list of new features and improvements we can find in Firefox 3 betas so far, there is a series of performance improvements coming to Firefox 3 Beta 4. I’ve finally managed to run a set of tests to see how Firefox 3 performance…

Percy Cabello

February 29, 2008 11:49 am

@B, only reason is laziness. It has been corrected and the article updated with Safari metrics.

Reply

B

February 29, 2008 11:49 am

Cool, thanks – Safari 3 feels significantly faster to me than the other browsers’ officially released versions, but it seems the Safari folks will have some catching up to do when FF3 ships!

Reply

Aljullu

February 29, 2008 11:49 am

Really good work, thank’s a lot! ;-)

Reply

Ken Saunders

February 29, 2008 11:49 am

Awesome post Percy.
You do a great job of firing us up for Firefox 3. Perhaps a tagline?
Get fired up for Firefox 3?
I am really excited about Firefox 3 but what really makes me happy is that it all doesn’t stop at Firefox 3. We have future versions and improvements to look forward to. It’s like a cookie jar that doesn’t get empty.

Reply

poso.dk - om portable sociale netværk » Firefox 3 ultimate feature: Performance : Mozilla Links

March 1, 2008 11:49 am

[...] Firefox 3 ultimate feature: Performance : Mozilla Links – Uha, virkeligt dejligt at se, at FireFox 3 performance bliver vægtet højt. Jeg døjer nemlig lidt med FF2 der til tider loader javascript-tunge sider meget langsomt. Går man ind på mitkbh.dk med Safari 3 er oplevelsen fx meget hurtigere – men FF3 flyv [...]

Kirk M

March 1, 2008 11:49 am

Excellent article Percy! I can appreciate the “poor man’s” way of testing as much as or even more than controlled lab testing. The “poor man’s” approach I feel more accurately reflects results that would be seen “in the field” rather than “in the lab”, the latter testing results rarely reflecting real use.

By the way, after my usual morning rounds about WWW which ended here at Mozilla Links and this article I decided to run the script test you described just “off the cuff” to see what kind of results I’d get with a random type test. Just so you know I have compatibility checking disabled for extensions and am running 4 so called “incompatible” extensions (up to FX3 beta 3) on the nightly builds (FX3 B4pre) and with three other tabs open (my last 3 sites visited in my usual morning rounds). The overall results were fairly close to your more controlled results for the latest nightly build:

6551.6ms +/- 0.7%

That initially shows potentially good consistency across user surfing habits. Now if only the developers will acknowledge that actual scripting performance of actual websites in some cases is worse than Firefox 2, driving CPU usage to 99% when viewed via the nightly builds when Firefox 2.0.0.x shows no such adverse behavior. Yes, some embedded scripting no version of Firefox has ever been able to handle when compared to say, IE 6/7 but I have seen specific examples of script driven “news tickers” that run across the top of a website that Firefox 2 never had a problem with, drive the nightly builds of Firefox 3 into nearly locking up the entire computer by driving CPU usage to near 100% (tested using single core machine, 1 GB memory on Windows XP SP2).

Besides that it looks like Firefox 3 is really shaping up to be an excellent browser.

Reply

Mike Beltzner

March 1, 2008 11:49 am

Hey Percy – great review, as always. Just when I think it’s time for me to start writing a bit more about what we’re focusing on, I find that you’re already there and on the case!

(And yes, I know I owe you email :( You’ll be happy to know that with interest, I now owe you email and a bottle of scotch)

Reply

Christopher Blizzard

March 1, 2008 11:49 am

@Kirk M: If you’re seeing 100% CPU situations with sites that didn’t do it with Firefox 2, please please please file bugs. Make sure that when you do you use the “regression” keyword in the bug field. That will get people’s attention. Good subject lines help too – like “Firefox nightly 100% cpu on site that did not have problems with Firefox 2.” That will get people’s attention.

In any case, thanks for testing!

Reply

Firefox 3 beta 4 es tres veces más rápido ejecutando JavaScript que Firefox 2 - Foro de Informatica para tod@s! -Necesitamos expertos en Photoshop ¿Te unes?

March 2, 2008 11:49 am

[...] que son pruebas de Mozilla, coincidentes en parte con la de los usuarios con las versiones beta. Firefox 3 ultimate feature: Performance : Mozilla Links __________________ "Comienza tu día con una sonrisa, verás lo divertido que es ir por ahí [...]

Percy Cabello

March 2, 2008 11:49 am

@bordean, I ran Opera 9.5b build 9613 which I got here: http://www.opera.com/download/?ver=9.50b. If you provide a link for the latest beta I will gladly run the test and update if necessary. Did you ran a Firefox nightly? It may be that your PC is just much faster than mine.

Reply

bordean cristian

March 3, 2008 11:49 am

This is the latest build of Opera http://snapshot.opera.com/windows/o950s_9815m.exe.
I don’t have Firefox 3 beta 4 and I didn’t see your computers specs to compare it with mine. I have a Pentium E2160 @ 3GHz, Asus P5N-E SLI, 2 Gb RAM @ 800 MHz and Window Vista

Reply

Kirk M

March 3, 2008 11:49 am

@Christopher: A bug has been submitted via Martijn Wargers who picked up on my posts at MozillaZine Forums and my first “bug” attempt at Bugzilla and submitted my findings as a new bug (regression). As of this morning it appears that other developers have picked up on this as well and are apparently considering this as critical.

Ironic that despite years of testing software and all the wonderful…er…stuff that goes along with it, being new to Bugzilla or WordPress Trac for example still requires a bit of familiarizing before I can effectively utilize it. I’m just glad it could be reported and taken seriously this close to release.

Reply

Percy Cabello

March 4, 2008 11:49 am

@Mike, thanks for your comments! ;)

@bordean, thanks for the link. I will update the statistics after rerunning the tests.

Reply

Duran

March 4, 2008 11:49 am

I’m impressed with the shown javascript speed improvements… and I’m glad you qualified your own statements towards the accuracy of benchmarks… only the real world can show how well they stand up…

As for memory issues though, I’m generally ok with the speed that firefox works at, but I have major issues with memory usage.

At work, I have a dumpy optiplex dell desktop, with 2GB of ram. I have 8 or so plugins for firefox… and this past weekend I left my browser up. When I came back to work two days later, it was eating every free ounce of ram my computer had, and windows was yelling at me about being out of free virtual memory. My task manger showed firefox running at 2GB of ram before I killed the process.

I swear by firefox, I love its extensibility. But having to kill it at a process level every day (sometimes more) is absurd. Frankly I don’t think I’d be using it if it didn’t have the restore previous session feature.

I’m really looking forward to FF3.
keep up the good work.
Thanks

Reply

Firefox 3 beta 4 Soon-Beta 5 in the Trunk | Just Thinkin'

March 4, 2008 11:49 am

[...] might want to take a look at the results of a set of tests that were run on Firefox 3 Beta 3 in this article by Percy Cabello at Mozilla Links. From the looks of those tests and from running a few of those tests myself, [...]

antistress

March 4, 2008 11:49 am

what about Memory footprint comparison (Opera/Firefox,Safari…) ?!

Reply

Robert Carlsson

March 10, 2008 11:49 am

Wonderful!
I just tried FF3b3, and I experienced quite a big difference compared to FF2. FF3 was way faster, specially when just browsing around. Pages just came up quicker.
Nice work! I can’t wait for the final FF3-release! :)

Reply

Firefox 3 Beta 4 review : Mozilla Links

March 10, 2008 11:49 am

[...] it properly. This and other memory oriented tweaks, seem to have paid off so far: a set of tests I recently ran suggests a noticeable increase in memory management efficiency with more memory freed as tabs and [...]

Il nuovo Firefox è 5 volte più veloce di IE7 « johnny84 weblog

March 11, 2008 11:49 am

[...] tra Firefox 2 e Firefox 3b4, questa volta riguardanti il consumo di memoria, sono disponibili sul sito di mozillalinks, anche in questo campo si possono notare discreti miglioramenti rispetto al passato nel [...]

Mozilla Firefox 3 will be 4 times faster than IE7?

March 11, 2008 11:49 am

[...] best feature is that it’s faster. Meanwhile, the early reaction (Techmeme) has been positive. Percy Caballo at Mozilla Links has a good first [...]

Firefox 3 Beta 4 | SEO Australia

March 11, 2008 11:49 am

[...] is now available for download. The most noticeable improvement is the speed of the browser. In some tests, it’s three times faster than Firefox 2 (meaning the test completes in 1/3 the time), and a [...]

95% Confidence

March 11, 2008 11:49 am

Firefox 3 – Sheer Awesome!

From ZDNet:
The almost-but-not-quite-final beta of Firefox 3 (FF3 beta 4) is now available for download. The most noticeable improvement is speed. In some tests, it’s three times faster than Firefox 2 (meaning the test completes in 1/3 the time), an…

Il nuovo Firefox è 5 volte più veloce di IE7 « Sudoaptget’s Weblog

March 11, 2008 11:49 am

[...] tra Firefox 2 e Firefox 3b4, questa volta riguardanti il consumo di memoria, sono disponibili sul sito di mozillalinks, anche in questo campo si possono notare discreti miglioramenti rispetto al passato nel [...]

MauriWeblog - Firefox 3 Beta 4: JavaScript Benchmark

March 12, 2008 11:49 am

[...] articolo pubblicato oggi da Punto-Informatico. Intanto eccovi un interessante grafico riportato da Mozillalinks nel quale si confrontano le performance della beta 4 con quelle della beta 3 e di altri browser. [...]

Firefox 3 Beta 4 Five Times Faster than IE7 in JavaScript « Linux and Open Source Blog

March 12, 2008 11:49 am

[...] Firefox 3 Beta 4 Five Times Faster than IE7 in JavaScript Filed under: Browsers — E@zyVG @ 6:58 pm Firefox 3 Beta 4 was just released and the big update with this version is speed, tremendous speed. According to tests done by mozillalinks, Firefox 3 Beta 4 is up to three times faster than Firefox 2 and five times faster than Internet Explorer 7 in the Sunspider JavaScript benchmark. They also did some memory tests and it seems FF3b4 has better memory handling than FF2. Not extremely better, but better. Other than that, Firefox 3 will offer several new and exciting features to enhance your browsing. – via [...]

Khurt

March 12, 2008 11:49 am

Since you are comparing a beta to released product, how about comparing FireFox 3 Beta to IE8 and Webkit for fairness?

Reply

Firefox 3 memory : Mozilla Links

March 12, 2008 11:49 am

[...] The graph below (courtesy of Stuart) shows how Firefox 3 in general uses less memory than in the past (Firefox 2). Better yet, it effectively returns the memory it doesn’t need anymore after a few minutes. My previous, not as comprehensive and less automated test revealed a similar behavior. [...]

La velocità di Firefox 3 - TomStardust.com

March 13, 2008 11:49 am

[...] sito mozillalinks.org infatti sono stati resi pubblici i risultati di alcuni test decisamente [...]

Firefox 3 Beta 4 is 5x faster than IE7, 3x faster than FF2 at hianirudh.com

March 13, 2008 11:49 am

[...] 3 (FF3 beta 4) is now available for download. The most noticeable improvement is speed. In some tests, it’s three times faster than Firefox 2 (meaning the test completes in 1/3 the time), and a [...]

Firefox 3 Beta 4 is 5x faster than IE7, 3x faster than FF2 - Techinical Talks on Open Source

March 13, 2008 11:49 am

[...] 3 (FF3 beta 4) is now available for download. The most noticeable improvement is speed. In some tests, it’s three times faster than Firefox 2 (meaning the test completes in 1/3 the time), and a [...]

Mozilla ускоряет Firefox

March 13, 2008 11:49 am

[...] данным Перси Кабелло (Percy Cabello), который поместил в блог Mozilla Links< результаты выполнения теста SunSpider, измеряющего [...]

Firefox neles! » Firefox 3, beta 4

March 13, 2008 11:49 am

[...] (teste de Javascript – fontes: Ed Burnette e Mozilla Links) [...]

Superfast Firefox 3.0 beats IE7, Opera & Safari - Tech Talk

March 13, 2008 11:49 am

[...] and Microsoft’s Internet Explorer. According to Percy Cabello, who posted his results on the Mozilla Links blog, Firefox 3.0 beta 4 is 53 percent faster than Opera 9.5 beta, twice as fast as Apple’s Safari and [...]

» Firefox 3 Beta 4 is 5x faster than IE7, 3x faster than FF2 JJMacey Dot Net: Linux + Open Source Applications - Run Free!

March 13, 2008 11:49 am

[...] 3 (FF3 beta 4) is now available for download. The most noticeable improvement is speed. In some tests, it’s three times faster than Firefox 2 (meaning the test completes in 1/3 the time), and a [...]

Mit dem Firefox 3 schneller durchs Web » Von Lars Beier » Beitrag » inftex.net

March 13, 2008 11:49 am

[...] weitere Informationen benötigt, findet hier den kompletten Artikel – [...]

Firefox 3 Beta 4 é 5x mais rápida que IE7 e 3x mais rápida que FF2 « //syph0s

March 13, 2008 11:49 am

[...] 3 (FF3 beta 4) está disponível para download. A melhoria mais notável é a velocidade. Em alguns testes, ele é três vez mais rápido que o Firefox 2 (significando que completa o teste em 1/3 do tempo), [...]

Mozilla releases Firefox 3.0 beta 4 - ABXZone Computer Forums

March 13, 2008 11:49 am

[...] 3 performance stats Firefox 3 ultimate feature: Performance : Mozilla Links __________________ ASUS Maximus Formula (X38) ***** EVGA 8800GT Superclocked 512MB Intel E8400 [...]

MondoByte Blog » Firefox 3: non ce n’è per nessuno

March 14, 2008 11:49 am

[...] non avere rivali. Stando ai risultati dei benchmark effettuati da Percy Cabello, pubblicati sul Mozilla Links Blog, Firefox 3 Beta 4 sarebbe di circa il 53% più veloce di Opera 9.5 beta, due volte più di Safari e [...]

Najciekawsze rzeczy w nadchodzÄ…cej Fedorze | Tak programistycznie, in Polish and English

March 14, 2008 11:49 am

[...] Nie można tego pominąć. Ostatnio była informacja o tym jaki to nowy Firefox ma być szybki. Z przyjemnością to sprawdzę. Update: Podaję link do testu http://mozillalinks.org/wp/2008/02/firefox-3-ultimate-feature-performance/ [...]

Updated web browsers JavaScript benchmarks : Mozilla Links

March 16, 2008 11:49 am

[...] of the main concerns about the JavaScript benchmarks I recently published was that it mixed in-development releases with shipped products that may not be as current as the [...]

Firefox 3, ταχύτητα υπεροχής « Altervedo’s Weblog

March 16, 2008 11:49 am

[...] Μάρτιος 16, 2008 στο 10:46 μ.μ · Κατηγορία Betas, Browsers and επιτυχής ετικέτα: Firefox2, Firefox3, IE7, javascript, Mozilla, Opera, Safari Σύμφωνα με το blog Mozilla Links, με βάση τέστς ταχύτητας που πραγματοποίησαν, o Firefox 3 και ειδικότερα η beta 4 έχει να δείξει εντυπωσιακές performances. Τα αποτελέσματα είναι τόσο εντυπωσιακά που δύσκολα τα πιστεύεις ωστόσο φαίνεται ότι είναι πραγματικότητα. Έτσι, ο Firefox3 είναι τρεις φορές πιο γρήγορος από τον Firefox2 κατά την εκτέλεση των javascript, περίπου 50% πιο γρήγορος από την Opera 9.50beta και τον Safari, ενώ αφήνει πίσω του κατα 6x τον Internet Explorer. Μπορείτε να διαβάσετε περισσότερα στη σελίδα: Firefox 3 ultimate feature: Performance. [...]

| Tech Freaks 4 You

March 17, 2008 11:49 am

[...] from Computer World “According to Percy Cabello, on the Mozilla Links blog, Firefox 3.0 Beta 4 is 53 percent faster than Opera 9.5 beta, twice as fast as Apple’s Safari [...]

Firefox 3 - cada vez mais rápido e melhor | Open2Tech

March 17, 2008 11:49 am

[...] O Firefox 3, ainda em suas versões beta (atualmente está no beta 4), já demonstra importantes melhorias no tocante à velocidade quando comparado com outros navegadores e também com suas versões anteriores. A versão 3 do navegador da Mozilla apresenta melhorias importantíssimas em diversos quesitos, até mesmo em relação ao consumo de memória, motivo de reclamações desde sua versão 1.x. Parece que finalmente o pessoal da Mozilla conseguiu “abrandar” um pouco a “fome” do navegador em sua versão 3, conforme teste efetuado pelo site Mozilla Links. [...]

Information Mozilla speeds up Firefox - DN For United Mankind Forum

March 18, 2008 11:49 am

[...] and Microsoft Corp.’s Internet Explorer. According to Percy Cabello, who posted his results on the Mozilla Links blog, Firefox 3.0 Beta 4 is 53% faster than Opera 9.5 beta, twice as fast as Safari and three times [...]

Miro 1.2 update is out with the latest Mozilla 1.9 : Mozilla Links

March 22, 2008 11:49 am

[...] Firefox 3, is it currently in Beta 4 status) to make the switch and will benefit from the solid performance improvements discussed [...]

PHP Learning Blog » Blog Archive » FireFox 3 Beta 4 ultra fast!

March 29, 2008 11:49 am

[...] blog article from ZDNet confirms it: In some tests, it’s three times faster than Firefox 2 (meaning the test completes in 1/3 the time), and a [...]

Firefox 3 Beta 5 is here, and reviewed : Mozilla Links

April 2, 2008 11:49 am

[...] it properly. This and other memory oriented tweaks, seem to have paid off so far: a set of tests I recently ran suggests a noticeable increase in memory management efficiency with more memory freed as tabs and [...]

Firefox 3 beta 5

April 2, 2008 11:49 am

[...] en particular (ojo que además yo tengo 64bits),…me he tirado a la piscina!!!, pero es que con los resultado de rendimiento que está dando no me he pedido resistir. Ya veremos a ver si me lo tengo que instalar. Por el [...]

Mathew Hartnell

April 24, 2008 11:49 am

Is there any reason you didn’t include Safari (which claims to be the fastest mainstream browser) in your test?

Reply

Mozilla en la web 3.0 « Try Marketing

May 14, 2008 11:49 am

[...] encontrar los detalles de las pruebas de benchmark realizadas con SunSpider en el blog de Percy Cabello. Firefox beta 4 es tres veces mas velóz que su predecesor Firefox 2 y el más rapido de todos los [...]

Launching and landing at Justin Dolske’s blog

May 17, 2008 11:49 am

[...] Fast! [...]

Firefox 3 RC 1 full review - Mozilla Links

May 17, 2008 11:49 am

[...] it properly. This and other memory oriented tweaks, seem to have paid off so far: a set of tests I recently ran suggests a noticeable increase in memory management efficiency with more memory freed as tabs and [...]

Firefox 3 is Arriving Shortly - Gear Up! | Techtracer

May 25, 2008 11:49 am

[...] the reports on comparisons of the performance of various browsers Firefox 3 has passed out with flying colors. Also the new version sports a more native look and feel of the underlying OS. This means, but [...]

Firefox 3 RC 2 review - Mozilla Links

June 4, 2008 11:49 am

[...] it properly. This and other memory oriented tweaks, seem to have paid off so far: a set of tests I recently ran suggests a noticeable increase in memory management efficiency with more memory freed as tabs and [...]

Firefox 3 RC 2 review - Mozilla Links

June 4, 2008 11:49 am

[...] it properly. This and other memory oriented tweaks, seem to have paid off so far: a set of tests I recently ran suggests a noticeable increase in memory management efficiency with more memory freed as tabs and [...]

Uutisblogi - Mozilla.fi

June 7, 2008 11:49 am

[...] Merkittävästi nopeampi toiminnassa ja säästeliäämpi muistin kanssa: 3:ssa Firefoxin JavaScript-moottoria on viritetty huimasti. Mittausten mukaan moni toiminto onnistuu kertaluokkaa nopeammin verrattuna Firefox 2:een. Muistinkulutus on testeissä tippunut jopa kymmenyksiä verrattuna Firefox 2:een (molemmista englanniksi MozillaLinksissä). [...]

mininglabs

June 16, 2008 11:49 am

Firefox 3: an empirical performance study…

In the vein of what’s been done for openoffice, the imminent release of firefox 3 gave us the idea to try to test the performance improvements in the version 3.0 compared to the various firefox browser versions. Since it’s our preferred …

Why You Should Download Firefox 3 Right Now : ʞsǝp dlǝɥ s,ɔıɹǝ

June 18, 2008 11:49 am

[...] the wrinkles, they have been ironed out in the new release. Studies conducted by various sources over recent months show massive performance gains over previous versions of Firefox as well [...]

Why You Should Download Firefox 3 Right Now | 胡作非为 - 每天精彩文章推荐 - Best Articles of the Day

June 19, 2008 11:49 am

[...] the wrinkles, they have been ironed out in the new release. Studies conducted by various sources over recent months show massive performance gains over previous versions of Firefox as well [...]

bglinux.org » Blog Archive » Firefox 3 Beta 4 - 5 пъти по-бърз от IE7

June 26, 2008 11:49 am

[...] тестовете на Mozilla Links, новата бета може да се открои предимно със своята [...]

Sudhir mangla

June 27, 2008 11:49 am

Firefox is the worst version of the Firefox ever release. Look at your CPU usages that Firefox is causing after updated to Final version of Firefox. Try to stay away from this unstable product till they release a stable release.
For more info check http://tips.developersvoice.com/firefox-3-cpu-usages-problemfirefox-3-cpu-usages-problem.html

Reply

Kirk M

June 28, 2008 11:49 am

Sudhir,

I found the same problem. Try this post for the fix, it works great:

http://www.greenmtngeek.com/2008/06/firefox-3-rc1-high-cpu-use-try-this-fix/

BTW, your link in your comment leads to a 404 page.

HTH

Reply

Kirk M

June 28, 2008 11:49 am

Sudhir,

On second thought here I see you already found that solution (I found your article by searching your site). Not only did you find it but you listed the steps verbatim in your post without proper attribution. This is in rather bad form.

Your statement about Firefox CPU usage and lack of stability is completely unfounded. By reading your article that you to attempted to link to in your comment, you state that:

“The Firefox process CPU usage keeps varying between 2-3% and 6-7%.”

This amount of CPU usage is excellent for Firefox or any other piece of software during use so I don’t understand your complaint.

Proper attribution and research are required before you make any blanket statements about any piece of software.

Reply

Especial Firefox 3: más velocidad al mismo precio

June 29, 2008 11:49 am

[...] basándonos en lo que nos cuentan distintas webs donde han hecho estudios basados en varias versiones de Firefox 3, lo que se puede concluir es que hay una mejora más que notable con respecto a la versión [...]

Why Firefox 3

August 10, 2008 11:49 am

[...] the wrinkles, they have been ironed out in the new release. Studies conducted by various sources over recent months show massive performance gains over previous versions of Firefox as well [...]

Z-Blog | Zemanta Ltd.

August 26, 2008 11:49 am

[...] If you are interested in technical side of this, check out this great article - Firefox 3 ultimate feature: Performance [...]

rss blog » Blog Archive » Netvibes (heart) Firefox 3

August 29, 2008 11:49 am

[...] here) Firefox 3 is definitely faster and lighter than the current Firefox version. So far, tests using the SunSpider framework have shown Javascript, which Netvibes is intensively using, to be running up to 3 times faster [...]

Why You Should Download Firefox 3 Right Now | The best interesting news online.

October 3, 2008 11:49 am

[...] ->mozillalinks.org [...]

Phill Kenoyer

February 20, 2009 11:49 am

I’m curious about these tests now. How about a new test using the following:

Safari Webkit 3.2.1
Latest Firefox 3
Latest IE8

I’m very curious how the latest webkit ranks.

Reply

Leave Comment