Before adding more papers, simulation effects must be disabled/ reduced to improve client performance.
Co-ords are being pre-calculated in export_graph.py stage, then react-graph-2d runs simulation once nodes are loaded on the client for spacing and arrangement. The simulation will stress the client side once Nodes increase.
Determine a method on the server to organise the nodes with appropriate spacing without running the simulation client-side.
Before adding more papers, simulation effects must be disabled/ reduced to improve client performance.
Co-ords are being pre-calculated in
export_graph.pystage, thenreact-graph-2druns simulation once nodes are loaded on the client for spacing and arrangement. The simulation will stress the client side once Nodes increase.Determine a method on the server to organise the nodes with appropriate spacing without running the simulation client-side.