Avoid live updates to DOMNodeList
authorAlexander Ebert <ebert@woltlab.com>
Mon, 12 Apr 2021 17:20:54 +0000 (19:20 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 12 Apr 2021 17:20:54 +0000 (19:20 +0200)
commit7d9a17172d56f34ee3f1972d495703c2f9b07aa0
tree6df0bcaf4a20d4655c9e636e8c69b69b4fb48ace
parent833325562474f34b299b78bf5fdb271849801018
Avoid live updates to DOMNodeList

The DOMNodeList is a live collection that is updated whenever an item is removed. This can have a significant performance impact when removing a large set of nodes.
wcfsetup/install/files/lib/system/html/output/node/HtmlOutputNodeProcessor.class.php