DOM access performance

The techniques section of the guidelines discusses performance issues when
accessing the DOM. In particular it recommends being able to access the DOM
"in-process." We did some initial performance testing comparing traversing the
IE DOM in process and out of process. In-process was roughly ten times faster
than out of process. This is more than significant, but not surprising.

Rich

Rich Schwerdtfeger
Lead Architect, IBM Special Needs Systems
EMail/web: schwer@us.ibm.com http://www.austin.ibm.com/sns/rich.htm

"Two roads diverged in a wood, and I -
I took the one less traveled by, and that has made all the difference.", Frost

Received on Monday, 4 October 1999 11:31:34 UTC