Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6687641
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T05:18:45+00:00 2026-05-26T05:18:45+00:00

Link to test: http://nontroppo.org/timer/Hixie_DOM.html

  • 0

Link to test: http://nontroppo.org/timer/Hixie_DOM.html

enter image description here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T05:18:46+00:00Added an answer on May 26, 2026 at 5:18 am

    The biggest issue I saw was the index testIndex function which in your screenshot takes just over 8 seconds in IE9. Which is copied below for reference.

    function testIndex(div) {
        for (var i = 0; i < count; i += 1) {
            divs[i] = div.childNodes[count*2 - i*2 - 1];
        }
    }
    

    Note that divs is an array with 10000 indexes.

    There are quiet a few things going on in this function and I think the slow down happens because browsers other than IE have optimized these types of DOM manipulations and calculation caching. I think part of the problem is that this function, unlike all the others, adds a copy of what it finds to the divs array. So it crawls the DOM, copies the object it finds to an array. IE has never been terribly fast when crawling the DOM. Try the following and see what the difference is.

    function testIndex(div) {
        var doublecount = (count*2) -1;
        for (var i = 0; i < count; i += 1) {
            div.childNodes[doublecount - i*2];
        }
    }
    

    That may speed things up.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

http://jsfiddle.net/HVGre/1/ - test link. I have an html link on my page that I
Heres my link: http://tinyurl.com/6j727e If you click on the link in test.php, it opens
Can other Safari users please test http://recaptcha.net/learnmore.html for me, to see if the audio
I am very confused about the following: echo(<a href='http://.urlencode(www.test.com/test.php?x=1&y=2).'>test</a><br>); echo(<a href='http://.www.test.com/test.php?x=1&y=2.'>test</a>); The first link
Live example here: http://timkjaerlange.com/foobar/stack-stuff/august-18-2010/test.html I want to animate addClass and removeClass on this interface
Here's a part of my .php file: <html xmlns:fb=http://www.facebook.com/2008/fbml xmlns=http://www.w3.org/1999/xhtml> <head> <meta content=IE=8 http-equiv=X-UA-Compatible>
I have the following url http://www.test.info/link/?url=http://www.site2.com How do I get the value of the
I got some html formatted in the following way: [Title|<a class=external href=http://test.com>http://test.com</a>] From these
Website test page: http://www.lantiis.com/indexold.html jsFiddle: http://jsfiddle.net/Guhb4/7/ I received help with the jQuery and it
I have a VB.net test application that clicks a link that opens the Microsoft

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.