You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: