Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance: removeInternalValues runs slow on large complex objects #511

Open
sophypal opened this issue Mar 8, 2018 · 0 comments
Open

Comments

@sophypal
Copy link
Contributor

sophypal commented Mar 8, 2018

removeInternalValues needs to be optimized to reduce the amount of cloning/filtering that is being done on the form value. I've seen this function take upwards of 500ms and on forms that perform multiple change events that could easily add up.

It can be optimized to remove certain fields based on the schema–which already defines which fields have internal values.

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

No branches or pull requests

1 participant