Thread: Browser speed

  1. #1
    Registered User
    Join Date
    Jan 2009
    Posts
    3

    Browser speed

    Heya

    Here is alittle something that i would like to share with you. I'm currently working on a ajax-webpage that will have to show quite alot of table elements and i was benchmarking the most common browsers.

    Total element 24372

    Elements per second

    Opera = 13903 (1.753 sec)
    Firefox = 10146.5 (2.402 sec)
    Chrome = 3730 (6.534 sec)

    IE7 = 483.8 (50.372 sec)
    Ok this might look shocking but let me explain, in Opera, Firefox and Chrome i can run code asyncronous. If i do this in IE the loadtime is insanly fast but the browser just ignores to load some of the information (The divs are left blank and the browser stops to load).

    Maybe someone should make a browser and donate it to Microsoft, it seems they could need some help, hehe

    Happy programming!

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    Ok this might look shocking
    Actually no - I've never seen a browser benchmark that didn't put IE dead last...

  3. #3
    and the hat of copycat stevesmithx's Avatar
    Join Date
    Sep 2007
    Posts
    587
    Quote Originally Posted by sean View Post
    Actually no - I've never seen a browser benchmark that didn't put IE dead last...
    IE is not my favorite either but just saw this...
    http://arstechnica.com/microsoft/new...me-firefox.ars
    Not everything that can be counted counts, and not everything that counts can be counted
    - Albert Einstein.


    No programming language is perfect. There is not even a single best language; there are only languages well suited or perhaps poorly suited for particular purposes.
    - Herbert Mayer

  4. #4
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    Ha ha - yeah I saw that this morning too. "Microsoft's OWN speed tests". Though I'd bet that the other benchmarks that have come through Slashdot have been just a tad biased AGAINST IE so all's fair...

  5. #5
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318
    There can never be a benchmark that covers all factors of a browser. Therefore I ignore all benchmarks and I use what I like.
    "The Internet treats censorship as damage and routes around it." - John Gilmore

  6. #6
    Ugly C Lover audinue's Avatar
    Join Date
    Jun 2008
    Location
    Indonesia
    Posts
    489
    Safari anyone? xD
    Just GET it OFF out my mind!!

  7. #7
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    and w3m, links = 0 sec (without javascript of course).

    That's a clear winner in my opinion. I'm sure anyone could find a benchmark to suit their application and beat the others.

  8. #8
    Complete Beginner
    Join Date
    Feb 2009
    Posts
    312
    Quote Originally Posted by zacs7 View Post
    and w3m, links = 0 sec (without javascript of course).
    I win: telnet

    Greets,
    Philip
    All things begin as source code.
    Source code begins with an empty file.
    -- Tao Te Chip

  9. #9
    and the hat of copycat stevesmithx's Avatar
    Join Date
    Sep 2007
    Posts
    587
    telnet != browser, right?
    Not everything that can be counted counts, and not everything that counts can be counted
    - Albert Einstein.


    No programming language is perfect. There is not even a single best language; there are only languages well suited or perhaps poorly suited for particular purposes.
    - Herbert Mayer

  10. #10
    Math wizard
    Join Date
    Dec 2006
    Location
    USA
    Posts
    582
    Both of my parent's computers are having a lot of problems with IE. They have to wait a long time for things on Ebay to even download or finish and it takes an increasingly longer time. 20 seconds just to load one page (and finally begin to scroll) is ridiculous. Firefox doesn't have that problem (though I have problems downloading things constantly without the download abruptly stopping without ever finishing).
    High elevation is the best elevation. The higher, the better the view!
    My computer: XP Pro SP3, 3.4 GHz i7-2600K CPU (OC'd to 4 GHz), 4 GB DDR3 RAM, X-Fi Platinum sound, GeForce 460, 1920x1440 resolution, 1250 GB HDD space, Visual C++ 2008 Express

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Internet Browser Handling
    By pobri19 in forum Windows Programming
    Replies: 9
    Last Post: 04-04-2009, 06:19 AM
  2. Flight Simulator Wind Speed!!
    By Dilmerv in forum C++ Programming
    Replies: 6
    Last Post: 03-20-2006, 12:40 AM
  3. Getting Default Browser and Running It
    By Driver in forum Windows Programming
    Replies: 4
    Last Post: 10-22-2004, 02:08 PM
  4. Replies: 4
    Last Post: 05-28-2002, 06:19 PM