It takes a about 4 seconds to display a graph of 35 nodes and 54 edges. That's too long for such a relatively small graph. The time seems to be taken up in the visualization part itself. I've profiled it and almost all the time is spent there. It's odd because much larger graphs like http://visjs.org/examples/network/exampleApplications/worldCupPerformance.html can display almost immediately.
It takes a about 4 seconds to display a graph of 35 nodes and 54 edges. That's too long for such a relatively small graph. The time seems to be taken up in the visualization part itself. I've profiled it and almost all the time is spent there. It's odd because much larger graphs like http://visjs.org/examples/network/exampleApplications/worldCupPerformance.html can display almost immediately.