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 fix queue #421

Conversation

olivierchatry
Copy link
Contributor

Description

This fix make sure that emberfire is not pushing to store the same payload more than one time. This is a big optimization when working with a lot of hasMany relationships.

fixes #420

@tstirrat
Copy link
Contributor

Superseded in #425

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.

Observer are being triggered left and right when a model is saved, even if no value have been changed.
2 participants