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
{{ message }}
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.
My function calls to the store are slow for some reason. I wonder if it's a config issue.
When the function is called updateDashboardState I print out the time that takes to check how long it takes to update the cache. It is around 3-4 ms which is great.
On the other hand when I invoke the function and check the time between the function call and the return it is around 500ms which is terrible.
Apparently the reconciliation called 3 times instead of 1 (or 2). The cached data seems to be the same though. Any workarounds?
My function calls to the store are slow for some reason. I wonder if it's a config issue.
When the function is called
updateDashboardState
I print out the time that takes to check how long it takes to update the cache. It is around 3-4 ms which is great.On the other hand when I invoke the function and check the time between the function call and the return it is around 500ms which is terrible.
Apparently the reconciliation called 3 times instead of 1 (or 2). The cached data seems to be the same though. Any workarounds?
Could be related to this issue:
apollographql/apollo-client#4077
The text was updated successfully, but these errors were encountered: