ember-inspector icon indicating copy to clipboard operation
ember-inspector copied to clipboard

improve tree perf

Open patricklx opened this issue 1 year ago • 0 comments
trafficstars

This improves the tree serialization performance by only serializing the nodes that are displayed. This is done by initially only sending the id, name, type of the nodes. The inspector then requests the serialized node that are in the view and this also happens whenever an update is sent

patricklx avatar Feb 07 '24 16:02 patricklx