-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[iOS] Stats: Caching improvements #17904
Comments
After walking through the code, it seems that we already have good caching in place but we can make some improvements to smooth out the user experience:
|
I'm cleaning up issues related to Stats Revamp and Stats. @frosty , I'm unassigning you from the task and we'll see if these suggestions are still relevant going forward. |
When updating Traffic/Insights tabs we're looking and implementing optimization and caching on a case-by-case basis. I'm closing this issue. |
When monitoring the app's network traffic using Charles Proxy, we can see that when you switch between tabs or dates in the Stats view we seem to make requests to the server every single time even if we've just fetched data for the current view.
We should improve caching and make better use of the caching we have in place to ensure that we don't continually hit the network. Each of these views has pull to refresh, so users can always manually fetch the latest data.
The text was updated successfully, but these errors were encountered: