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
It seems like reducing the number of arguments pass to the ember helper will improve performance. We should do an experiment where we serialize a json object with all the information that we need and then deserialize it on the other side to see if this is notably faster.
The text was updated successfully, but these errors were encountered:
It seems like reducing the number of arguments pass to the ember helper will improve performance. We should do an experiment where we serialize a json object with all the information that we need and then deserialize it on the other side to see if this is notably faster.
The text was updated successfully, but these errors were encountered: