Skip to content

Graph rendering performance #8

@compojoom

Description

@compojoom

The networks and trustlines information is being fetched within few ms, the graph building of nodes and edges is being done in 1.2ms, but then the graph takes like 1 minute to render… It must be something with the vis library we use (it’s being depracated).

I just took the generated nodes and edges and added them to a d3.js example of a graph:
https://observablehq.com/@compojoom/disjoint-force-directed-graph

The graph renders immediately. I think that we should build on top of d3 and rebuild the graph to be faster.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions