Re: Measuring DOM performance
Jonas Sicking <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
Boris Zbarsky wrote: > It should be possible to minimize the layout part by working in > disconnected subtrees or data documents, right? Yes, in these cases I think layout won't be notified at all. If we do want to test pure-DOM performance than that is the way to do so. / Jonas