Top

Performance: Firefox vs. Safari vs. Google Chrome vs. Opera

Written by Vygantas Lipskas on December 4, 2008

It’s time to run one of the most popular JavaScript performance tools: SunSpider JavaScript Benchmark.

We will be testing Firefox 3.0.4, Firefox 3.1 Beta 1, Safari 3.2, WebKit r38794, Google Chrome 0.4.154.29, Opera 9.62 and Opera 10 Alpha 1 builds.

Let’s begin, shall we?

Final Results


Lower is better.

Tests were running on fresh Windows XP SP3 and web browsers installations. Results are quite strange though.

Lowest ms - WebKit r38794 (best?)
Highest ms - Google Chrome 0.4.154.29 (worst?)


 

Share and Enjoy:
  • del.icio.us
  • StumbleUpon
  • Technorati

Comments

19 Responses to “Performance: Firefox vs. Safari vs. Google Chrome vs. Opera”

  1. Vygantas Lipskas on December 4th, 2008 12:55 pm

    Just to note: SunSpider is just one of many benchmarking tools.

  2. cousin333 on December 4th, 2008 1:01 pm

    Strange though. I also tried the two Operas and the latest Chrome on XP SP3 with Sunspider…

    Opera 10a1 was about 50% faster than it’s predecessor, but Chrome was still about 3 times faster than Opera 10…

  3. Vygantas Lipskas on December 4th, 2008 1:03 pm

    Indeed, I tried to re-run them but results were about the same anyway.

  4. cousin333 on December 4th, 2008 1:23 pm

    Sunspider runs its tests about five times, and makes statistic. It SHOULD give the same result every time…

  5. Grrblt on December 4th, 2008 2:05 pm

    I tried 9.6 and 10 alpha on a winxp Eee pc. 10 was just 6 percent better overall. It was actually worse on most of the tests, and only came out ahead because it lowered the regex time from 1300 ms to 300. Also ran celtickane and both had around 950 ms total. This is not what I expected.

  6. Foo on December 4th, 2008 4:01 pm
  7. FataL on December 5th, 2008 10:37 am

    I see, Internet Explorer would not fit the chart… :)
    BTW, I’m pretty surprized to see Chrome at last place.

  8. Skracanie linków on December 5th, 2008 6:57 pm

    Very odd results.. Opera was always *the best* in SunSpider tests.

  9. Morbus on December 5th, 2008 7:00 pm

    It hasn’t been since the release of Safari 3. And Firefox 3…

  10. TeMP on December 6th, 2008 9:57 pm

    Opera 9.62: 6633.2ms
    Opera 10 Alpha 1: 5588.6ms

    There’s a notable difference with your results.

  11. Nox on December 7th, 2008 7:54 am

    The results depend on your hardware, OS and other software you have installed and running.

  12. bill on December 8th, 2008 10:52 am

    How relevant is javascript performance in my daily browsing?
    In other words what percent of browsing time is typically spent executing javascript?

  13. Vygantas Lipskas on December 8th, 2008 11:12 am

    Bill,

    Depends on what sites you are using. As I am not a fan of web mails (pop3 is my thing), social networks, etc, etc. js is very minimal here.

  14. Performance: Firefox vs. Safari vs. Google Chrome vs. Opera « FLOSS Blog on December 8th, 2008 3:01 pm

    [...] Performance: Firefox vs. Safari vs. Google Chrome vs. Opera. [...]

  15. Jim on December 12th, 2008 4:33 pm

    Opera has serious security issues, its easy to get spyware, adware and virus using Opera, thats why I deleted it. I am sticking to firefox, its customizable adblocker, flashblocker and other other security is pretty good and its also qute fast, may not be the fastest, but fast enough and its secure.

  16. FasterOPera on December 13th, 2008 3:45 pm

    @Jim: Are you crazy?
    according to Secunia Firefox has 209 vulnerabilities out of which 3% are unpatched. source:http://secunia.com/advisories/product/4227/?task=statistics_2008
    Opera on the other hand has 46 vulnerabilities out of which all are unpatched.
    Please stop spreading FUD
    Also, Opera is really fast at rendering pages. Firefox and Chrome are as well. Just because Safari(webkit) beats the others at this doesn’t necessarily mean that it is the fastest out there. Anyway, wasn’t Google Chrome built on webkit? Strange!
    Most of us do not go to javascript intensive sites all the time. On an average page only 4% accounts for javascript. Do a page loading test from numion.com or something. Anyway , this test is run in an artificial environment. Maybe that explains why Chrome fared this badly.

  17. mabdul on December 15th, 2008 1:45 am

    don’t know what you were seeing, but opera has only one unpatche bug!
    http://secunia.com/advisories/product/10615/
    and then only opera 6 and opera 5 with again one security advisor is open:
    http://secunia.com/advisories/product/82/
    http://secunia.com/advisories/product/81/
    (nobody will uses this software, there are more holes, because of found new lecks in later software, unpatched in old!)

    –> only one unpatched secutity bug. what did you see?

  18. some1else on December 20th, 2008 10:00 pm

    @FasterOPera, you’re not understanding what’s being discussed. Not sure if you’re trolling or confused, but maybe I can help.

    First, yes Chrome is built on top of WebKit, but that’s just the browser/HTML/rendering engine. WebKit separates the JavaScript implementation from the browser, so Google chose to replace the WebKit’s JavaScriptCore with their own JS engine: V8.

    Second, as for JavaScript only accounting for 4% of “an average page,” again we’re not talking about the part of the browser that parses HTML. We’re talking about the runtime engine that interprets and executes the JavaScript code. That lives in its own box in the browser (JavaScriptCore for WebKit, V8 for Chrome). That’s what is being tested. How quickly it executes the tasks that it’s being asked to do is what we’re interested in. A lot of sites do use a lot of JavaScript code, especially for the smooth Web 2.0/Ajax interactions that you see with all the major web-based mail clients and many other sites.

  19. Hellas on December 21st, 2008 5:53 am

    here is the independent speed test
    i think they are right

    http://www.evilscience.org/internet-explorer-vs-firefox-vs-opera-vs-chrome-vs-safari/

Feel free to leave a comment...
and oh, if you want a pic to show with your comment, go get a gravatar!





Subscribe to Comments RSS Feed
Bottom