Task #106182
openTree-component: reduce number of event-listeners
0%
Description
On scrolling or navigating the tree, tree-nodes are constantly added and removed.
Each tree-node implements ~12 event-listeners.
This results in a big number of event-listeners being constantly created and removed, which slowes down the creation of tree-nodes.
Also this results in unused memory and garbage collection (GC).
Updated by Gerrit Code Review 29 days ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/88227
Updated by Gerrit Code Review 29 days ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/88227
Updated by Gerrit Code Review 26 days ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/88227