Skip to content

Conversation

@ifitzpatrick
Copy link
Contributor

The app is slowed down a lot when moving groups because each individual node in the group triggers an update cycle. By only calling markDirty once all of the noflo.Graph listeners have been called for each node, we can speed up this ui interaction quite a bit.

@forresto
Copy link
Collaborator

Smells like somewhere a refactor fluxy dataflow would help.

@ifitzpatrick
Copy link
Contributor Author

Would we be able to avoid triggering a rerender of the whole graph view if we did that?

@jonnor
Copy link
Member

jonnor commented Jan 4, 2017

Waiting until closeTransaction should generally be enough for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants