You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the nature of the performance issue you're seeing?
If pages are slow to load, there is a lot of calculation that happens based on the source data. You could eliminate a lot of this and basically change the app into a static HTML view based on your data.
If objects are slow to render in the browser, you can try simplifying objects (get rid of rounded corners, hover effects, transparency), and maybe eliminating connections and other unneeded objects. It should also help to have the d3 force layout perform more than one iteration / "tick" per frame, but I haven't done this before.
Is there anything I can do that'll improve the performance of this for say 2000+ nodes?
The text was updated successfully, but these errors were encountered: