Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

I am a programmer and architect (the kind that writes code) with a focus on testing and open source; I maintain the PHPUnit_Selenium project. I believe programming is one of the hardest and most beautiful jobs in the world. Giorgio is a DZone Zone Leader and has posted 467 posts at DZone. You can read more from them at their website. View Full User Profile

Which browser do you consider the fastest?

07.25.2011
Email
Views: 4375
  • submit to reddit

If this question was made to me an year ago, with no doubts I would have answered Chrome (or its Chromium variation). However, other browsers have keep innovating and I have even come back to Firefox 4 a while ago.

In order to measure the speed of a browser, automated benchmarks don't always cut it: tests mainly cover the JavaScript engine, but usually left out startup time or the responsiveness of the user interface. Moreover, performance is affected by other factors: your processor and its cores, your operating system, the current load. And the fact that its browser pushes its own benchmarks.

Thus the ultimate judge of browser speed is the opinions from a large sample of users - particularly power users such as programmers who push the browser to the limits.

In this poll, we're trying to find out from you which browser is considered the faster. These are our contestants.

Chrome and Chromium

Based on WebKit, it originally presented speed as its main selling point, and was the first to pioneer process isolation for different windows and tabs. At the time of this writing, it has reached version 12.0.742.124 (good luck keeping track of that).

Firefox

Based on Gecko engine, features hardware acceleration and it's struggling with Chrome for between geeks. 3.x versions weren't performance-savy, but Firefox 4 and 5 were vastly better and made many people switching back. You can play Runfield to see how fast a fox can run.

Safari

Based on WebKit, it has the advantage of running on a closed optimized platform like Mac OS X or iOS. It has reached version 5.1 and with WebKit2 supports multiple processes, and dropped support for operating systems older than Tiger.

IE

Based on the Trident proprietary engine (and now the Chakra JS engine), it only supports Windows. The main focus of the team has been on improving compliance to the new HTML 5 standard, but has speed been affected (positively on negatively)? I haven't used this browser in years.

IE 6.x should hopefully be dead, 7 and 8 are the most diffused, and 9 has been released as stable in March, being the first with DirectX integration. IE 10 has been presented at the same time, but it will be a long journey to its release.

Opera

Based on the Presto engine, has reached version 11.50; it enjoys a small dedicated market share. From version 10.5, it features new Javascript and graphic engines and even strange performance features like Opera Turbo, where compressed response are sent to you from Opera's servers for greater speed.

Chrome&Chromium
67% (239 votes)
Firefox
17% (60 votes)
Safari
2% (8 votes)
Internet Explorer
3% (9 votes)
Opera
10% (34 votes)
Others (e.g. Lynx because I only work from the command line)
1% (5 votes)
Total votes: 355

(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)

Comments

Simon Tite replied on Sun, 2011/07/31 - 1:03pm

Although I'm a long time Opera user, I had to vote for Chrome, because, dammit, it just *is* faster, at least for my usage. I'm still sticking with Opera though, because speed isn't everything.

Giorgio Sironi replied on Wed, 2011/08/03 - 4:12am in response to: simontite

I returned to Firefox because of its speed which is now comparable (but worse) than Chrome.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.