Slashdot Mirror


Opera 9.5 Beats Firefox and IE7 As Fastest Browser

Abhinav Peddada writes "Ars Technica takes Opera 9.5, the latest from Opera's stable, for a test run and finds some interesting results, including it being a 'solid improvement to an already very strong browser.' On the performance front, Ars Technica reports 'Opera 9.5 scored slightly higher (281ms) than the previous released version, 9.23 (546ms). And Opera 9.x, let it be known, smacks silly the likes of Firefox and Internet Explorer, which tend to have results in the 900-1500ms range on this test machine (a 1.8 GHz Core 2 Duo with 2GB RAM). Opera was 50 percent faster on average than Firefox, and 100 percent faster than IE7 on Windows Vista, for instance.'"

35 of 510 comments (clear)

  1. I wonder........ by Anonymous Coward · · Score: 4, Funny

    I wonder if they would have said this if Pavarotti hadnt just died?

  2. First post thanks to OPERA!!!! by Anonymous Coward · · Score: 5, Funny

    Those milliseconds really add up...

    1. Re:First post thanks to OPERA!!!! by PenguSven · · Score: 5, Funny

      so i guess it really isnt that fast then?

      --
      What is...?
  3. Article is very misleading - JS benchmark only by A+beautiful+mind · · Score: 5, Insightful

    The article links to a Javascript benchmark only. There are many many more variables involved in determining how fast a given browser is, although certainly Javascript plays it's part. Variables like how soon does the browser start processing incoming, but yet incomplete data, etc. influence the browser's snappiness a lot aswell.

    Basically, the speed of the browser depends upon the speed of the html parsing engine, available bandwidth, browser settings, speed of the cache and Javascript, just to mention the main variables.

    Still, I'm interested how comes Opera's Javascript is so fast compared to the other browsers.

    --
    It takes a man to suffer ignorance and smile
    Be yourself no matter what they say
    1. Re:Article is very misleading - JS benchmark only by ciroknight · · Score: 5, Informative

      "Still, I'm interested how comes Opera's Javascript is so fast compared to the other browsers."

      Well, they didn't test it against WebKit/Safari/Konq, which blazes through Javascript tests. Firefox's Javascript engine (SpiderMonkey) leaves a lot to be desired, and well, Internet Exploder is just plain terrible at everything. Things will get better for Firefox once Mozilla figures out a way to integrate Tamarin, but this is still a while off.

      --
      "Victory means exit strategy, and it's important for the President to explain to us what the exit strategy is." G.W.Bush
    2. Re:Article is very misleading - JS benchmark only by Jugalator · · Score: 4, Informative

      I think the reason they're focusing on Javascript here is because that's a major optimization that took place in Opera 9.5. Actually, the changelog tells that they rewrote the ECMAScript engine. But Opera also had optimizations done to its table renderer, and due to the still all too frequent table layouts on the web, even used by modern web designers, it would be interesting to see more general tests of loading times etc. Opera would probably still come out very close on top though, as it has before in the pre-9.5 versions too.

      --
      Beware: In C++, your friends can see your privates!
    3. Re:Article is very misleading - JS benchmark only by arth1 · · Score: 4, Interesting

      Not to mention font rendering. If using sub-pixel anti-aliasing, or anti-aliasing against the real background and not the document's bgcolor (or css equivalent), yes, it takes a lot longer, for a much better rendered result. Opera can be downright ugly when using small serif fonts on a non-uniform background, and Safari tends to dither against the wrong colour, especially if a table cell has a different colour than the document itself.

      Regarding text rendering... What bugs me is that since the first Firefox, every so often, you get a horisontal line which is skewed by one pixel. This happens on both Linux and Windows, on different machines, with different fonts, with all Gecko engines. When this happens between lines, it's not TOO bad -- it just looks odd when there's suddenly a pixel more space between two lines than all the others, but when it happens in the text itself, it's VERY noticable. And if you select the text on that line and unselect it again, the problem goes away. It's like the rendering engine pre-calculates how much vertical space to set aside for the text in order to to increase rendering speed. Then, when drawing the text, the actual result never matches the space, so it duplicates or chops lines at random intervals until it the text fits. I'd rather wait a little longer and avoid this problem.

    4. Re:Article is very misleading - JS benchmark only by arivanov · · Score: 4, Informative
      Well, they didn't test it against WebKit/Safari/Konq, which blazes through Javascript tests

      It may blaze through tests, but in real life Konq is considerably slower than Firefox. I have to deal with a number of javascript ladden juggernauts like the ex-PeopleSoft eBusieness suite on a daily basis and konq is visibly much slower than Firefox.

      --
      Baker's Law: Misery no longer loves company. Nowadays it insists on it
      http://www.sigsegv.cx/
    5. Re:Article is very misleading - JS benchmark only by Bert64 · · Score: 5, Informative

      Well it depends at what, i had an MD5 routine and benchmark in javascript that was laughably slow on konqueror/safari...
      The benchmark is at:
      http://pentestmonkey.net/jsbm/index.html

      And i get the following results on a macbook pro 2.16ghz core2 duo running osx 10.4.10:

      Safari (2.0.4):
      MD5 Benchmark took 15.136 seconds for 3000 hashes (198 hashes/second)
      MD4 Benchmark took 10.876 seconds for 2700 hashes (248 hashes/second)
      SHA1 Benchmark took 19.052 seconds for 1900 hashes (100 hashes/second)

      Camino (1.5.1):
      MD5 Benchmark took 1.78 seconds for 3000 hashes (1685 hashes/second)
      MD4 Benchmark took 1.271 seconds for 2700 hashes (2124 hashes/second)
      SHA1 Benchmark took 1.931 seconds for 1900 hashes (984 hashes/second)

      Firefox (latest nightly build):
      MD5 Benchmark took 1.867 seconds for 3000 hashes (1607 hashes/second)
      MD4 Benchmark took 1.299 seconds for 2700 hashes (2079 hashes/second)
      SHA1 Benchmark took 2.077 seconds for 1900 hashes (915 hashes/second)

      Firefox (2.0.5):
      MD5 Benchmark took 2.628 seconds for 3000 hashes (1142 hashes/second)
      MD4 Benchmark took 1.919 seconds for 2700 hashes (1407 hashes/second)
      SHA1 Benchmark took 2.872 seconds for 1900 hashes (662 hashes/second)

      Opera 9.23 (current stable):
      MD5 Benchmark took 4.561 seconds for 3000 hashes (658 hashes/second)
      MD4 Benchmark took 3.163 seconds for 2700 hashes (854 hashes/second)
      SHA1 Benchmark took 4.812 seconds for 1900 hashes (395 hashes/second)

      Opera 9.50 alpha (build 4404):
      MD5 Benchmark took 1.446 seconds for 3000 hashes (2075 hashes/second)
      MD4 Benchmark took 1.021 seconds for 2700 hashes (2644 hashes/second)
      SHA1 Benchmark took 1.607 seconds for 1900 hashes (1182 hashes/second)

      Quite impressive the improvements that have been made in the latest opera... Also, camino wasn't faster than the firefox nightlies last time i tried it (camino 1.0.4)...
      I don't have access to msie or konqueror, i would assume konqueror performance would be similar to safari tho.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    6. Re:Article is very misleading - JS benchmark only by othermaciej · · Score: 5, Informative

      Here's some results on Mac OSX (MacBook Pro Core Duo 2GHz):

      Prerelease builds:

      Safari 3 Nightly 177ms
      Opera 9.5 Alpha 278ms
      Firefox 3 Nightly 823ms

      Production builds:

      Safari 2 423ms
      Opera 9.2 684ms
      Firefox 2 880ms

      Looks like Safari wins this one.

    7. Re:Article is very misleading - JS benchmark only by jamarsa · · Score: 5, Funny

      can we assume the lack of IE7 benchmarks are due to being unfinished yet?

  4. Opera faster _with JavaScript_ by IBBoard · · Score: 4, Insightful
    Okay, so Opera is probably a bit faster than Firefox in page rendering as well if they're faster at JavaScript, but the actual quote (emphasis mine) is:

    When running various JavaScript speed tests, Opera 9.5 scored slightly higher (281ms) than the previous released version, 9.23 (546ms)

    So Opera is much faster than FF when running JavaScript tests, according to Ars Technica.

    Numbers are meaningless without context ;)
    1. Re:Opera faster _with JavaScript_ by JordanL · · Score: 5, Interesting

      You've clearly never used Opera if you're attempting to spin this article by claiming that we just plain don't know that Opera renders stuff in general near the top of the pack already, and also is perhaps the most standards compliant browser.

      Not to mention that Opera 9.x is one of the only stable browsers with tentative support for HTML 5.

      I get a kick out of FF fans on this site. FF is by no means bad, but Opera clearly has areas where it consistently outshines the open-source browser. Before, people used to say "I don't like ads in my browser" as an excuse for not using it. Then when it became free, it was "I use lots of GreaseMonkey scripts", despite the fact that you can use most GM scripts in Opera too.

      Opera leads the way for most browsing achievements, and they show no signs of stopping. I've been using it since version 6, and though I give FF a whirl every .x build, I still have yet to see anything on FF that makes me believe it's worth the switch... and to top it off I'm a web developer by trade. I code for Opera, then break it for FF and IE.

  5. Those numbers mean nothing... by rm999 · · Score: 5, Interesting

    without units. 281ms per what? Apparently a bunch of tests listed on http://celtickane.com/projects/jsspeed.php

    Now my question is, how significant is ~500 ms for these tests? All I care about is how long it takes to load a typical webpage I surf, and for me, Firefox seems almost instantaneous for most pages. "Smacks silly" my be an overstatement.

  6. Resource-conservation, not speed by Max+Romantschuk · · Score: 4, Insightful

    Right now, the biggest issues with both IE and Firefox is a huge memory footprint. If Opera wants to bring something valuable to the table, make sure it can run smoothly on XP with 256 megs of memory. That would be valuable for a lot of people with aging hardware.

    --
    .: Max Romantschuk :: http://max.romantschuk.fi/
    1. Re:Resource-conservation, not speed by ballpoint · · Score: 4, Interesting

      Don't laugh: I'm running the latest version of Opera on an almost 10 year old Libretto 110CT with 32 MB RAM running Windows 98SE.

      It works quite well, and a lot better than most browsers on portable devices.

      Thank you, Opera !

      --
      Flourescent (adj): smelling like ground wheat.
  7. Re:Wasn't that always the case? by vipw · · Score: 5, Informative

    The Opera web browser is no longer ad supported. Just thought you should know.

  8. Re:Wasn't that always the case? by Macthorpe · · Score: 5, Informative

    You're only 2 years out - the ads were dumped in Opera 8.5, and that was released on the 20th of September 2005.

    If you're going to complain about something, please try and make it relevant.

    --
    "It does not do to leave a live dragon out of your calculations, if you live near him." - Tolkien
  9. So how about the browser that really matters? by atlep · · Score: 4, Insightful

    I can't believe they left out Konqueror!

  10. I'm fed up with the anti-Opera crap here... by WIAKywbfatw · · Score: 4, Insightful

    Opera is faster than Firefox across the board. Always has been, and probably always will be. Put that into context whatever way you want. So what's the point of your emphasis again?

    At the same time, Opera is also smaller, lighter, more stable, more innovative, better integrated, and comes from a company that behaves ethically towards the rest of the software community (eg, it does not engage in patent warfare to pummel the competition).

    Yet because it's not open source (it's been "free as in beer" for quite some time now, but even that's news to some people here) it's practically awarded pariah status by many Firefox zealots who typically use nothing more than ignorance and FUD to put it down.

    Seriously, the amount of anti-Opera, pro-Firefox propaganda (for want of a better word) here on Slashdot is ridiculous. Opera is, and always has been, a top-notch product.

    In the eyes of this humble observer, it's a far better browser than any other, but regardless of our personal preferences, isn't it time that people gave it due respect? Or is good software engineering only to be appreciated if it comes from the open source community?

    --

    "Accept that some days you are the pigeon, and some days you are the statue." - David Brent, Wernham Hogg
    1. Re:I'm fed up with the anti-Opera crap here... by cp.tar · · Score: 5, Informative

      I tried Opera.

      Good browser it may be, but I don't like it. It's better than IE, but then, so is Lynx.

      I like Firefox not so much for its speed (I'll admit Opera is faster), but for the extensions.

      And yes, some of the more often used extensions do come off as copies of stuff first introduced in Opera, which makes Opera a bit of the Apple of the browser world.

      And JFTR: Opera fanboys (the few that I've encountered) are worse than Linux, Mac and Amiga fanboys combined.

      --
      Ignore this signature. By order.
    2. Re:I'm fed up with the anti-Opera crap here... by WIAKywbfatw · · Score: 4, Insightful

      If security is what concerns you then, unless I'm very much mistaken, Firefox has had more vulnerabilities than Opera.

      The whole "rigorously security audited" argument is a fallacy, unless you truly believe that Opera is somehow doing something that it shouldn't be doing. And that fallacy is blown out of the water when you realise that there isn't a single demonstrable example of Opera doing something as unethical as "phoning home" with your browsing habits, etc.

      Look around. The minute that something like that happens, whether it's Microsoft, Real, Sony or whoever, it's exposed almost immediately. Why, then, do people maintain this "ooh, they could be doing something naughty" line about Opera, when the company has gone out of its way to be a positive member of the software community? It's FUD, pure and simple.

      Look elsewhere on this story. You have people claiming that it's not "free as in beer". That's ignorance. You have people claiming it's not as fast as Firefox. That's ignorance again. You have people claiming that it might
      be useful if only it would perform well on machines that are only equipped with 256MB. That's... well, do you want to guess what that is? Go on, guess. You have people bleating "big deal, speed doesn't matter". Yet these are the same people who bleat about how Firefox is better than MSIE because it's faster and less bloated.

      It's all FUD and ignorance, FUD and ignorace. What happened to fair judgement and common sense?

      Opera is a great product from a great company. Pure and simple.

      --

      "Accept that some days you are the pigeon, and some days you are the statue." - David Brent, Wernham Hogg
    3. Re:I'm fed up with the anti-Opera crap here... by CastrTroy · · Score: 4, Insightful

      I would also like to say 2 words. "Web Developer". That's all. As a web developer, the web developer plugin makes web development so much easier. If there's a rendering bug, or something else on Firefox, then I don't worry about it too much, because I know it will be easy to fix. Change a cookie value, see hidden form values, edit HTML and CSS and see the results instantly, without reloading the page. I know that there's "web developer" plugins for IE and such, but I have yet to see one with the functionality and ease of use of the firefox one. And that is the reason I'll continue to use Firefox as my main browser, until something beats them on this front.

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
  11. and yet still no fundamental authentication.. by XaXXon · · Score: 4, Informative

    wake me up when it supports spnego/kerberos auth. Then I can tell my users they use opera at work.

  12. Re:its all about the addons by jeevesbond · · Score: 5, Interesting

    adblock plus

    Right-click --> Block content

    flashblock

    F12 --> Enable plug-ins

    noscript

    F12 --> Enable JavaScript

    If you need to do any of these on a per-site basis: F12 --> Edit site preferences. Additionally you can also switch off:

    1. GIF/SVG animation
    2. Sound (ever come across a site with an annoying MIDI tune playing in the background?)
    3. Java
    4. JavaScript scripts receiving right-clicks (and some other JavaScript settings)
    5. Referrer logging
    6. Lots of other stuff, above is what I've found useful.

    You can change these settings for one site or all sites. Now is that enough for you, or do Opera need to call this functionality 'adblock plus', 'flashblock' and 'noscript' and supply it in addon form? :-)

    --
    I'm going to transform myself into a mighty hawk. Either that or I'll just go and work at Dixons, haven't decided yet.
  13. Re:Who cares? by Bert64 · · Score: 4, Insightful

    I'd like a multi threaded browser, where something heavy in one tab doesnt drag the rest of the browser down to a crawl...

    --
    http://spamdecoy.net - free throwaway anonymous email - avoid spam!
  14. Re:Grade article: incomplete by Hal_Porter · · Score: 4, Informative

    Opera used to have problems with Digg back in the 8.x days, but since 9.x it works just fine.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
  15. Re:Different market by Ilgaz · · Score: 5, Insightful

    From what I've seen the speed rankings in all tests always have Opera and Safari leading with IE and FF being behind.


    Opera aims at different market -- small gadgets. This is where the speed is really critical. For IE and FF good enough is enough, since performance on modern desktops is not that critical.

    From what I've seen the speed rankings in all tests always have Opera and Safari leading with IE and FF being behind.


    Opera aims at different market -- small gadgets. This is where the speed is really critical. For IE and FF good enough is enough, since performance on modern desktops is not that critical.

    As a Quad G5 (4x 2500) Mac owner with lots of RAM, I really don't want a browser choking up an entire CPU and flooding my memory. I didn't pay money to cover amateur programming mistakes by other people. As same guy, I flamed Opera guys about not fixing a bug happens on Slashdot beta, first thing I checked was that after getting that awesome 9.5 alpha and yes it is fixed.

    I have used a Xeon Video workstation lately and poor AVID was acting like it is on 80386 because a stupid "free" antivirus was taking whole CPU cycles trying to "scan" gigabyte level raw videos while it was asked to ignore them.

    It is common getting replies as "get more RAM" or "upgrade your CPU" from various browser fans but when I see a browser using 100% CPU , I get alerted about what kind of security issues it may have and why I should be wasting my CPU to it.

    Opera's power comes from managing to code and sell full feature browsers which would even run on Nokia 7650 with 2 MB of RAM. Don't let the Desktop versions memory usage fool you, it is mostly RAM Cache, not memory "flood". Instead of flooding memory, they use it for a good reason and release immediately when another app needs it.
  16. Re:its all about the addons by sqrt(2) · · Score: 5, Informative

    Automatically updating block lists, Opera doesn't have that. Flashblock displays an inline play button over all flash content so you can choose to play something instantly. Noscript gives you an icon right at the bottom showing what domains are allowed and what are blocked from running scripts and you can white and black list things through the same menu. Opera doesn't even come close to matching these features natively, and if there's plugins that do I'm not aware of them. And I'll kick in Down Them All plugin that I can't live without now. So that's four reasons I can't use Opera, even though I like it better than FF in a lot of ways, the UI is solid and it's very snappy with a low memory footprint.

    --
    If you build it, nerds will come. Soylentnews.org
  17. The WebKit implementation is superior IMO by Anonymous Coward · · Score: 5, Interesting

    Testing javascript with Safari is like testing javascript with NoScript -- of course it's going to be faster since it doesn't really work The WebKit implementation of JavaScript is easily better than the implementation in FireFox, Opera or Internet Explorer's JScript. Note I'm not saying just 'different', actually better - by which I mean it's demonstrably faster, is more feature complete, and requires less workarounds when you start doing complicated things (all centered around event handling though really, both FireFox and IE have issues with what you can/can't do when it comes to events and referencing properties of objects - in Safari everything I would expect to work, just does, though YMMV).

    I've written both simple demos and fairly sophisticated JavaScript apps (which can do Sim City / Civilization 2.5 isometric views like this - and render them extremely quickly so you that you can pan around the environment as if it was a native title)).

    When it comes to looping through a large array of arrays (e.g. the terrain tile detail in one of the above examples), applying style or class attributes to DOM elements, creating or moving DOM elements on a page and dealing with event handlers Safari wins hands down, followed by FireFox, Opera and IE (in all respects). The "Opera is the fastest" claim holds very little weight with me having compared them. What Opera has is a very fast UI that's extremely responsive, which is all a bit smoke and mirrors really. It's not particularly fast at script execution or object manipulation as soon as things get interesting (it lags behind Safari and FireFox certainly, but it's still far ahead of IE), and of course it renders perfectly valid pages very differently from Safari and FireFox (for which is sometimes possible to blame ambiguities in the standards, but that it doesn't follow the lead of Gecko/KHTML/Webkit or IE is a bit annoying - though do I appreciate the complexity involved).

  18. Re:Wasn't that always the case? by JustOK · · Score: 5, Funny

    Forgive the person for not knowing, he's still waiting for the news to load in one of the slower browsers.

    --
    rewriting history since 2109
  19. Re:Benchmarks be damned by VGPowerlord · · Score: 4, Informative

    Have you tried hitting / in Opera to open the inline find command?

    --
    GLaDOS for President 2016! "Well here we are again. It's always such a pleasure." -- GLaDOS, 2011
  20. Opera without Pavarotti by Anonymous Coward · · Score: 5, Funny

    Luciano Pavarotti September 6, 2007 R.I.P. yesterday.

    http://en.wikipedia.org/wiki/Luciano_Pavarotti

    What matters Opera without Pavarotti about?

  21. Re:Wasn't that always the case? by kestasjk · · Score: 5, Insightful

    If you're going to complain about something, please try and make it relevant. A relevant complaint, like having to wait longer for webpages to render?

    Maybe I just don't have spiderman senses or Clint Eastwood style reflexes that most web users have, but the wait of less than half a second for a webpage to render doesn't really bother me that much.

    I'm not saying this because I'm a Firefox fanboy, or because I don't like Opera, I just don't get why it matters. Even on MySpace it doesn't take so long to render a webpage that it bothers you, and if a webpage takes a long time to load it'll almost certainly be because of your network connection or the server and not rendering time.
    --
    // MD_Update(&m,buf,j);
  22. Re:Different market by Atzanteol · · Score: 5, Funny

    I just switched from FF to Opera because of its low market share numbers - which was the same reason I switched from IE to FF when the FF market was about 2%.

    Pffft. I'm must more emo than you, I use Lynx which has practucally no market share!

    --
    "Ignorance more frequently begets confidence than does knowledge"

    - Charles Darwin