rete icon indicating copy to clipboard operation
rete copied to clipboard

fromJSON loads ~350 nodes for about 40 seconds

Open dalduba opened this issue 4 years ago • 1 comments

Here is my profile recorded on firefox: https://drive.google.com/file/d/1-4qGKk4H5toJ0xZvogZ_owoDd5ZyyvbU/view?usp=sharing image

Could you point me how to resolve this issue?

dalduba avatar Oct 30 '20 21:10 dalduba

you could implement a "group" node that contains child nodes, which don't render at the parent level.

it's not a technical solution to the "many nodes impacting performance" issue but you could maintain a reasonable performance this way.

also, grouping nodes together is a common workflow in node editors, it makes building the network more manageable.

you may have valid reasons for wanting to keep the network "flat", in which case I am also interested to see what others suggest.

imding avatar Jan 09 '21 16:01 imding

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days.

rete-js[bot] avatar Jul 13 '23 10:07 rete-js[bot]