Chrome 4.0 Vs. Opera 10 Vs. Firefox 3.5
Jim Karter writes "In a three-way cage match, LifeHacker threw Chrome 4, Firefox 3.5, and Opera 10 into the ring and let the three browsers duke it out to see which would emerge as the fastest app for surfing the web. Quoting: 'Like all our previous speed tests, this one is unscientific, but thorough. We install the most current versions of each browser being tested — in this case, Opera 10, Chrome's development channel 4.0 version, and the final Firefox 3.5 with security fixes — in a system with a 2.0 GHz Intel Centrino Duo processor and 2GB of RAM, running Windows XP.'"
Safari is in the test. It's just that they focused on the three new kids on the block, of which safari 4 is not among.
TFA does list results of Safari and IE, as well as other browsers, for every test in a separate graph.
Of course using Windows Process Monitor to get memory usage for a application like Chrome which has different processes per tab/plugin leads to horrendously incorrect results, which the article acknowledges in an edit, without any attempt to get the correct figures. Shame really, as this functionality is built into Chrome...
on Unix, anyway. Exit Firefox, then do:
for i in ~/.mozilla/firefox/*.default/*.sqlite; do sqlite3 $i "vacuum;" ; done
FF3.x does everything in sqlite. Some of the tables fill with crap 'cos deleted rows are marked "deleted" rather than actually being deleted and compacted. I hope future versions will run a vacuum automatically every now and then.
On this Ubuntu 9.04 box I had to apt-get install sqlite3.
http://rocknerd.co.uk