Skip to content
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

FXIOS-615 ⁃ Add caching and prefetch of breach alerts data #6960

Closed
vphong opened this issue Jul 13, 2020 · 0 comments
Closed

FXIOS-615 ⁃ Add caching and prefetch of breach alerts data #6960

vphong opened this issue Jul 13, 2020 · 0 comments
Assignees
Labels
5 Story size Feature-Request This is a new feature that did not previously exist in the project

Comments

@vphong
Copy link
Contributor

vphong commented Jul 13, 2020

Currently, the breach alerts manager loads data every time the logins list is loaded - specifically in viewWillAppear(). This creates more network requests than necessary. An optimization that could be made is to call the network request earlier, save the result from that request in a cache, load the LoginsListViewController with breach data from the cache, and update the cache on a longer time interval to reduce network requests.

┆Issue is synchronized with this Jira Task

@vphong vphong added Feature-Request This is a new feature that did not previously exist in the project 5 Story size labels Jul 13, 2020
@vphong vphong self-assigned this Jul 13, 2020
@vphong vphong removed their assignment Jul 14, 2020
@vphong vphong closed this as completed Aug 17, 2020
@data-sync-user data-sync-user changed the title Add caching and prefetch of breach alerts data FXIOS-615 ⁃ Add caching and prefetch of breach alerts data Aug 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 Story size Feature-Request This is a new feature that did not previously exist in the project
Projects
None yet
Development

No branches or pull requests

1 participant