-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[HOLD for payment 2023-12-12] [CRITICAL] Optimize App Start Up Time with Lazy Loading #31787
Comments
Triggered auto assignment to @johnmlee101, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
Triggered auto assignment to @MitchExpensify ( |
Bug0 Triage Checklist (Main S/O)
|
If you are the assigned CME please investigate whether the linked PR caused a regression and leave a comment with the results. If a regression has occurred and you are the assigned CM follow the instructions here. If this regression could have been avoided please consider also proposing a recommendation to the PR checklist so that we can avoid it in the future. |
The regression is being handled |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.7-4 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2023-12-12. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
For reference, here are some details about the assignees on this issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
Triggered auto assignment to @trjExpensify ( |
Bug0 Triage Checklist (Main S/O)
|
This is ready for payment $500 to @situchan |
Cool, do we need a checklist? |
I don't think so |
Sent an offer here. |
Paid! |
Problem
App is currently designed to load almost all of its code and resources in an eager manner, regardless of whether or not they are immediately needed. This results in unnecessary overhead and contributes to the slow boot time.
Solution
Implement lazy initialization techniques for resources like regular expressions that are not immediately required.
Lazy loading for large JSON files, notably emoji data, optimizes imports across the application.
#31776
Issue Owner
Current Issue Owner: @trjExpensifyThe text was updated successfully, but these errors were encountered: