Hierarchy Graph Improvement

Hi cbarillari, Hi juanf,

The hierarchical graph is really useful, but the initial loading time can be quite slow since it seems to fetch all data upfront. In some cases, it won’t even render.

It would be great if the graph could loads data lazily (e.g., only fetch nodes when they’re expanded, or using the sliders for number of parents/children). This would make the page load much faster and improve the overall user experience.

Is there already a way to enable this, or could this be considered as a feature request?

If not, is there a server-side configuration that would be a workaround for this loading problem)

Thanks for your suggestions and help!