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

[IMPROVEMENT] Delete update PhishingController on app start #5797

Merged
merged 1 commit into from
Feb 22, 2023

Conversation

tommasini
Copy link
Contributor

@tommasini tommasini commented Feb 20, 2023

Description
To improve the app start time this PR it was deleted the update of phishingListController from the Engine because it was already being done on the BrowserTab component

The difference between 6.0.0 and this one it's small under good network conditions, but definitely will improve with worst network conditions since it's less one endpoint that we call during our app start that loads a good amount of data.

Screenshots/Recordings
Phishing controller reproduction:
https://recordit.co/DGSeZnZe0T

App start time with qa build without importing account:
https://recordit.co/81dk9Nvwjf

App start time with qa build with 5 accounts imported:
https://recordit.co/LU8aMJmmeg

Test cases:

  • Go to browser
  • browse for metamasl.net
  • Check the phishing screen

If applicable, add screenshots and/or recordings to visualize the before and after of your change

Issue

Progresses #https://github.com/MetaMask/mobile-planning/issues/627

Checklist

  • There is a related GitHub issue
  • Tests are included if applicable
  • Any added code is fully documented

@tommasini tommasini requested a review from a team as a code owner February 20, 2023 20:41
@github-actions
Copy link
Contributor

CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes.

@tommasini tommasini added needs-dev-review PR needs reviews from other engineers (in order to receive required approvals) Spot Check on the Release Build If a ticket doesn't require feature QA, but does require some form of manual spot checking labels Feb 20, 2023
@tommasini tommasini removed the needs-dev-review PR needs reviews from other engineers (in order to receive required approvals) label Feb 22, 2023
@tommasini tommasini merged commit af6f887 into main Feb 22, 2023
@tommasini tommasini deleted the fix/627-phishing-list-update-engine-removal branch February 22, 2023 17:25
@github-actions github-actions bot locked and limited conversation to collaborators Feb 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
release-6.1.0 Spot Check on the Release Build If a ticket doesn't require feature QA, but does require some form of manual spot checking
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants