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, each time a property from the scope is used, a new ScopeKeyData is created. Here is the graph of a relatively simple page (http://www.place-my-order.com/restaurants). Each of the items in an orange box is a different ScopeKeyData for "state":
Is there any reason we can't cache these? cc @justinbmeyer
Currently, each time a property from the scope is used, a new
ScopeKeyData
is created. Here is the graph of a relatively simple page (http://www.place-my-order.com/restaurants). Each of the items in an orange box is a differentScopeKeyData
for"state"
:Is there any reason we can't cache these? cc @justinbmeyer
Here is an example of what this would look like:
The code for this is on here.
The text was updated successfully, but these errors were encountered: