Use tree walkers to list and process changed nodes in a DOM subtree
When Rimmel mounts an element to the DOM, a MutationObserver is called to activate all data bindings.
We want to switch to using document.createTreeWalker() instead of filtering through a mutationList as per existing TODO1 and TODO2 comments, which should bring a performance improvement for free.
Hey @dariomannu, Can you please assign this issue to me.
Hi @the-matrixneo sure, that's all yours!
Hi @the-matrixneo how are you getting on? Any progress on this issue, by any chance?
Hey @dariomannu! ,
My apologies for the delay on this. I got pulled onto a few higher-priority work but I'm back on it now. I will raise the merge request.
Thanks for your patience!
Hey @dariomannu! ,
My apologies for the delay on this. I got pulled onto a few higher-priority work but I'm back on it now. I will raise the merge request.
Thanks for your patience!
are u still working on this?