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
wc-analytics endpoint is one of the slowest endpoints in the app, and is one that we hit a lot. We fetch site stats and top performers every time we open My Store tab and when we change between tabs.
To reduce the number of requests done to the wc-analytics endpoint, while keeping the data fresh, we will:
Migrate existing top performer products cache to use Room so we can apply an observable approach: PR
wc-analytics
endpoint is one of the slowest endpoints in the app, and is one that we hit a lot. We fetch site stats and top performers every time we open My Store tab and when we change between tabs.To reduce the number of requests done to the
wc-analytics
endpoint, while keeping the data fresh, we will:Visitor stats are not included as part of this caching/invalidating policy. Visitor stats should always be refreshed.
More details here: p91TBi-8yY-p2 and here p91TBi-8V6-p2
The text was updated successfully, but these errors were encountered: