I noticed a general issue: there are too many data fetches. The ones that i found were
if i hover over a node, the tooltip needs to make fetch the data from the api;
if i switch between raw / rich views, it again makes fetches.
Better would be to only fetch data when loading the whole "Node details" page and save it into state. Including, e.g. all the nodes in the graph browser and their tooltips as well.
I noticed a general issue: there are too many data fetches. The ones that i found were
Better would be to only fetch data when loading the whole "Node details" page and save it into state. Including, e.g. all the nodes in the graph browser and their tooltips as well.
@SharanRP