ember-inspector
ember-inspector copied to clipboard
improve tree perf
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