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

Stop rendering all event objects when related models change #66

Open
colinsullivan opened this issue Aug 10, 2011 · 0 comments
Open

Stop rendering all event objects when related models change #66

colinsullivan opened this issue Aug 10, 2011 · 0 comments

Comments

@colinsullivan
Copy link
Member

Currently, all event objects re-render themselves when any field changes on a model. This should be different, and is likely the cause of slowness we are currently experiencing.

For each event type, its widget should only re-render when the segment's name changes (for example), because that is a piece of info that is being represented on the widget.

Backbone events have this facility I believe.

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

No branches or pull requests

1 participant