- From: <bugzilla@jessica.w3.org>
- Date: Thu, 24 Jun 2010 21:51:57 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=9650 --- Comment #3 from Garrett <dhtmlkitchen@gmail.com> 2010-06-24 21:51:56 --- Performing DOM traversal on page load is inherently inefficient. The larger the document, the more of a problem it will be. The problem only gets worse on slower machines and so testing it on a fast machine is not going to reveal much. Instead of trying to fix it; don't do DOM traversal onload at all. I see the resolution WORKSFORME. Does that mean the problem is solved by using a script blocker, as indicated in comment #2, or does it mean that the problem wasn't observable? When changing status, please provide a short comment for others to read - thanks. -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Thursday, 24 June 2010 21:51:58 UTC