SiLeBAT / fcl-client

Web app for analyzing food delivery networks
https://silebat.github.io/fcl-client/
GNU General Public License v3.0
7 stars 2 forks source link

Evaluate performance bottlenecks #55

Open birgitlewicki opened 6 years ago

birgitlewicki commented 6 years ago

dev note: Test performance for big networks

ruegenbfr commented 5 years ago

Rendering performance was improved by: using linear maps instead of dynamic size function using straight edges instead curved edges (for non small graphs) deactivating labels (for non small graphs)

In short: the style is dependent on the size of the visualized graph

See: http://js.cytoscape.org/#performance

Still open: Evaluation of score calculation