I have a network with about 500 nodes. I'm converting a network rendered from python's networkx exported to a graphml file using the write_graphml_lxml method. When I later go to map my data properties there's this long wait that's unclear what's going on. I've come to realize that it's just a processing delay. It should be more intuitive to spin a wait cursor for the UI during this operation to lend feedback that something is actually rendering or popup a wait progress bar or something of the like. Would make the yEd experience that much more positive.