|
|
|
|
|
by condescendence
3972 days ago
|
|
The title thing is funny, if you look at the URL it's a more accurate title. Power consumption of the worlds most popular websites calculated on different browsers – Chrome vs Safari vs Firefox vs http://blog.getbatterybox.com/which-browser-is-the-most-ener... __ Title aside, very interesting article I'd like to see what factors play into these huge disparities of battery life loss between the different browsers. |
|
What really consumes energy is compiling and executing Javascript, and playing animations (flash, gif, css, video). JS engines of all three browsers are likely different. I also suspect that Safari, being essentially single-platform, can afford platform-specific optimizations (e.g cheaper non-public API calls).