Opera Denies Microsoft Edge Battery-Saving Claims (thestack.com)
An anonymous reader writes: According to the makers of the Opera browser, Microsoft's recent claim that its Windows 10 Edge browser is more power-efficient than Chrome are erroneous. Running its own tests with Opera, Edge and Chrome, the company finds that Opera runs 22% faster (with a battery life of 3hr 55m) than Edge (3hrs 12m). In Microsoft's own tests, Google's Chrome browser was the first to completely exhaust the battery, closely followed by Firefox and Opera. In May, Opera added a power-saving mode, but any advantage it can be verified to have in the energy-efficiency stakes may be more due to the native adblocking feature it introduced this year.
Me, I'd rather sacrifice some runtime so long as I don't use a Microsoft or a Google product.
"A door is what a dog is perpetually on the wrong side of" - Ogden Nash
Any test needs to include uBlock Origin or the equivalent. Even Edge supports it now, I read. Otherwise any test data will be corrupted by random advertising altering the content and wasting as much battery power as it can.
Also, it's not clear that they even tried to match the laptop batteries. Maybe some where lower capacity than others, due to manufacturing variations and lifetime degradation.
const int one = 65536; (Silvermoon, Texture.cs)
SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
The first time someone picks a browser based on power usage...lemme know.
typo - I meant to say "sucks", not "sicks".
Did you read what I wrote? I care about not running a program made by an evil company first, and about efficiency a distant second.
"A door is what a dog is perpetually on the wrong side of" - Ogden Nash
How do they run these experiments? I don't see any deviation in the measurements. It'd be nearly impossible for the thing to run exactly for 3h55m every time. It should probably be given as 3h55m +/- X minutes. Also, do they swap laptops to eliminate innate differences in batteries between the machines? Say laptop A running Chrome dies after 3h00m and laptop B running Edge dies after 3h10m. Do they run the test again with laptop A running Edge and laptop B running Chrome and get the same results? Do they repeat the runs on different laptop models?
The interesting part is actually how Firefox is the worst performing browser in the test.
Did you not even read TFS? Because:
Google's Chrome browser was the first to completely exhaust the battery
Which leads to:
We often hear from Firefox supporters that Firefox is more efficient than Chrome and other browsers.
It's clearly more efficient than Chrome, as per the results of this test.
I can't afford to be ideology-driven, as I'm a web developer and must test my work in all browsers. I'm comparing them side-by-side, day in and day out; yes, if you manage to wrangle all of Chrome's little sub-processes and add up their memory usage, Chrome is using more memory about half the time. Sometimes it swings in the other direction, and by about the same amount, so I'd say, honestly, on average they use about the same amount of RAM.
APK quotes people (including myself) without context and should not be trusted. Just thought you should know.
I'm letting you know. Battery life doubled over Chrome.
"Science is the power of man"
AdBlocking does not only load pages faster, helps block tracking and other semi-malicious activities but it also saves battery time!
Ads are big revenue streams, someone has to bury this before the word spreads to the uninformed masses.
A 'singular oddity' is an event that cannot be explained and only happens when you are alone.
Considering it has more users than Firefox, when you include Opera Mini - I would say a fair number of people "knew".
The test they performed is pretty much invalid because it's such a narrow case... they played a movie until the battery died. I'd really prefer to see a test where they script browsing or something... so that there are a range of behaviors tested, rather than just a movie.
Which has more power: the hammer, or the anvil?
According to the makers of the Opera browser, Microsoft's recent claim that its Windows 10 Edge browser is more power-efficient than Chrome are erroneous. Running its own tests with Opera, Edge and Chrome, the company finds that Opera runs 22% faster (with a battery life of 3hr 55m) than Edge (3hrs 12m).
What a surprising result. It's strange, when I tested the browser I wrote myself, "Pseudonymium", using my own hand-picked test criteria, which I call the "Pseudonymo" benchmark, the results said that my browser was, and I quote "one point nine and one-third percent times more betterer" than all of its competitors.
It's almost like comparison tests administered by the producers of a product versus competing products in the same market segment are inherently untrustworthy.
I found in my experience Firefox uses far less memory than Chrome for displaying content, however Firefox has this tendency to not free up memory sometimes. I find after having both Firefox and Chrome open the entire day without closing doing various opening and closing of tabs alone, by the end of the day when you open the same content side by side in Firefox and Chrome, the former would use far more RAM.
But really none of that concerns me. RAM is cheap. Now Firefox seems to take longer to open tabs, grinds to a halt far more easily, and overall feels sluggish. Whether it is or not is not really relevant since I am not a benchmark.
At least it was about 5 versions back. I finally had Firefox crap itself during an update and the solution was to nuke my profile. So I did by switching to Pale Moon.
I've heard this a lot on Slashdot. I haven't used Edge very much. So, please tell me what makes you think it is so bad at web browsing.
(I'm not asking about OS compatibility, your UI design preferences, or other things that aren't related primarily to the browsing experience.)
All my liberal friends think I'm a conservative, all my conservative friends think I'm a liberal.
He probably has not even tried it because, you know Microsoft and all...
Firefox does definitely have a memory leak; for me it takes a couple weeks, maybe a month, to become an issue. In that same timeframe, I often catch Chrome using the same amount of RAM, or more, with the same tabs open (testing the same work on the same sites); eventually, Firefox does crap itself and nearly double its RAM usage, though I'm not sure if that's Firefox or one of my add-ons. I could disable add-ons to find out, but I don't want to be without them for a month or longer; it happens so rarely that it's not an issue worth my time to track down. I just kill it, reopen it, restore the session, and carry on.
For me, it only seems to get sluggish when I have a broken or poorly-coded add-on, or when it craps itself after a few weeks. I've also gone into about:config and turned off all the superfluous crap; and I'm running the developer builds, so that might have something to do with it, as well.
APK quotes people (including myself) without context and should not be trusted. Just thought you should know.
Has this been independently verified by an impartial group or are you just going off of what MS says?
The soylentnews experiment has been a dismal failure.
first, from your text looks like it is a huge difference, but it is inline with the other ones
second, edge is preloaded, chrome tries to have multiple process and be modular, so for this test might not need to load everything... but firefox is monolitic (mostly), so the at startup will load everything. If there is any flash loaded, even worst, as the flash in firefox is still a separate process and will always eat more cpu. Yes, all this are firefox problems, but... read below
finally, mozilla knows that for several years. they already have some code blocks in multi-process (but it was hard, as the base code was build as monolitic since day one) to sustain firefox until the new firefox (called servo) with rust is ready. That one will be more secure, modular since day one and be faster than any current browser. So yes, know problem, already being fixed
Servo should have the first public alpha (beta?) release in the next few months
Higuita
most "memory leaks" today are add-ons related... add-ons had too much access to the firefox internals and simple errors could cause problems.
mozilla tried to limit what add-ons can access and is trying to push then to external process, so it is easier to see where the leaks are coming.
Try to disable add-ons and restart firefox to check where the leak is coming
Higuita
Only if you like giving all of your search queries and links clicked to Microsoft, in addition to having a crap selection of addons and a fugly UI.
And while chrome has the same spying capabilities of edge, chromium does not.
I think I sufficiently explained why I did not, and will not, perform that bit of troubleshooting.
APK quotes people (including myself) without context and should not be trusted. Just thought you should know.
Streaming and playing JPEGs? You do realize that JPEG is a static image format, not a video format don't you?
APK likes to ask for responses to the same things over and over. Maybe he just likes the responses?
No, I looked at the data and confirmed that the summary is correct. You, on the other hand... well, other responses already said what I was about to type, no need to repeat it.
APK quotes people (including myself) without context and should not be trusted. Just thought you should know.
I'm going off my battery lasting 8 hours instead of 4.5 since uninstalling chrome. It's been verified by my own experience.
"Science is the power of man"