Slashdot Mirror


Microsoft Reproduces Google's Battery Life Test To Show Edge Beats Chrome (venturebeat.com)

Earlier this year, Microsoft said that its Edge browser was more power efficient than Google's Chrome, a claim that Google refuted with its own findings. But the debate isn't over. An anonymous reader writes: Microsoft is at it again -- touting Edge as the most battery-efficient browser on Windows 10. The company has rerun its battery tests from the previous quarter using the latest versions of the major browsers, open-sourced its lab test on GitHub, and published the full methodology. But this time, Microsoft says it also replicated one of Google's tests to show that Edge lasts longer than Chrome, Firefox, and Opera.

13 of 132 comments (clear)

  1. Re:Sure by neoritter · · Score: 4, Insightful

    Or instead of resorting to logical fallacies you could look at the published information to determine if they are right. You know, by reading the released methodology and looking at the published lab test code.

  2. Re:Sure by drinkypoo · · Score: 4, Informative

    A test specified, run and controlled by a party with a huge vested interested. And one that has been convicted for criminal behavior twice. Yep, that inspires confidence.

    While I share your concern when it comes to Microsoft, the test has been Open Sourced. Please point at the bad part. Explain also why you trust Google.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  3. Edge by dontbemad · · Score: 5, Informative

    Say what you will about M$FT or IE or whatever, but Edge is surprisingly fast and efficient.

    I bought a tiny $80 Windows 10 tablet with around 2gb of ram and a minuscule atom processor, and Chrome will choke at just about everything (especially gmail). Edge opens quickly, browses quickly, and utilizes very little memory.

    Not shilling for Edge or Microsoft by any means, but for what its worth, they definitely improved their web browser pretty substantially.

  4. Pointless by MBGMorden · · Score: 4, Insightful

    Battery life isn't the be all and end all browser test. For me - on mutliple systems - Edge just stalls and stops randomly at the most annoying times - even if I've only got 2 or 3 tabs open. Chrome pretty much never does this.

    What good is extra battery life if I spend 20-50% more time in the browser waiting on it to do something?

    --
    "People who think they know everything are very annoying to those of us who do."-Mark Twain
  5. So Edge is the best browser on Windows 10 by Opportunist · · Score: 4, Funny

    Great. It's a bit like being the top dog in the dump.

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  6. The Microsoft Problem Is Never Performance by alternative_right · · Score: 5, Insightful

    Microsoft products generally perform well under the hood. The problem is the other stuff. The interface shows the signs of design by committee, and applications are configured in such a way as to manipulate us into using other Microsoft products and services. That is what we hate, because both of these interrupt the process of work, and replace it with the process of working-around-Microsoft.

  7. Re:Who cares? by MightyMartian · · Score: 3, Insightful

    Battery life is at best a distant second in my books on browser performance. Edge just isn't very good. I've tried a couple of times to use it, but it's like some really awkward late alpha early beta project. It's also easily broken, which is why we basically abandoned in at my office.

    --
    The world's burning. Moped Jesus spotted on I50. Details at 11.
  8. Chrome has made a giant leap. Bravo! by lophophore · · Score: 4, Interesting

    I say "bravo!" for the Chrome team. Their results are significantly better than the prior test.

    in the last test, Edge lasted 70% longer than Chrome. see https://www.youtube.com/watch?...

    in this test, four months later, the laptop with Edge lasted only 11% longer than Chrome. If I were the Edge team, I'd be watching my back and not crowing so loudly.

    Note that they only tested on Windows 10, because Edge only runs on Windows 10.

    --
    there are 3 kinds of people:
    * those who can count
    * those who can't
  9. Re:Sure by SilentTristero · · Score: 3, Informative

    Isn't the whole thing missing the point?

    I mean, really, when's the last time you were concerned about which browser to use because you only had 6 hours of battery left if you used Chrome to surf, instead of 7 if you used Edge?

    Um, no. In previous Chrome builds (<53) it would spin laptop fans endlessly even when nothing was going on and use at least 50% CPU, at close to max freq. Battery life was significantly worsened just by having Chrome open. So when was the last time I was concerned about battery life due to which browser? A couple of months ago it was a real problem. Now they're close enough that Chrome is usable, because it's so much better as a browser and only a little worse on the battery.

  10. Re:Who cares? by darkain · · Score: 3, Insightful

    Actually YES. It is called "Market Competition", ya'know, that thing we bitch about lacking in the ISP industry? With there being Webkit, Blink, Gecko, and Trident all competing for top dog right now, us, the users all win. Each of the engines are trying to be the fastest, most accurate and complete HTML5/CSS3 representation, and now the longest battery life for mobile devices. So while *YOU* may not use Edge/Trident, Microsoft is still forcing Google, Opera and others to up their game in specific benchmarks that do matter to quite a few users. So yes, in the end we all win, and should care about the competition between these products.

  11. Re:Who cares? by Dan+East · · Score: 5, Interesting

    Our dev team recently spent an entire iteration enhancing the performance of our online products. They involve lots of resource loading, WebGL rendering, HTML5 canvas rendering, etc. Our benchmarks showed Edge was far and away the best performer of our supported browsers (Chrome, IE, Edge, Firefox, OSX Safari), particularly when it came to loading time. We develop using Chrome and only do compatibility testing on Edge, but all the times I've used it I was impressed.

    --
    Better known as 318230.
  12. Re:Who cares? by TechyImmigrant · · Score: 3, Informative

    >They involve lots of resource loading, WebGL rendering, HTML5 canvas rendering, etc

    I already hate your website and I haven't even used it yet.

    --
    I should use this sig to advertise my book ISBN-13 : 978-1501515132.
  13. Re:Who cares? by Daltorak · · Score: 4, Insightful

    According to HTML5 Test we see the following... Edge 14 460 Chrome 52 492 FireFox 48 461 Safari 9.1 370

    I guess Edge is getting there. It is on Par with FireFox and beats safari... However chrome has a strong lead.

    HTML 5 Test has made some questionable decisions about what specs should count towards the totals. Edge, for instance, is docked 4 points for not supporting Shadow DOM, but this spec is still in draft form and nowhere near completion. Same story with Web Animations.... still an Editor's Draft, but is worth 3 points. Same with MediaStream Recording..... 2 points. Same with window.requestIdleCallback..... 1 point. Same with Credential Management Level 1.... 3 points. Same with Speech Recognition..... 3 points. Same with WebGL 2 ..... 5 points.

    Do you really think it's wise to give credit to a web browser for implementing something that is in draft status and is likely to change? That's bad for web compatibility, not good. Right? Chrome loves implementing these features early, but web developers can't really take advantage of them because they're at risk of some future browser upgrade breaking their site.