-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[NoQA] feat: more startup marks #39181
Conversation
@hungvu193 Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
I'll be testing this in the next couple of hours |
@hurali97 please also have a look on it 🙏 |
Reviewer Checklist
Screenshots/VideosAndroid: mWeb ChromeN/A iOS: NativeN/A iOS: mWeb SafariN/A MacOS: Chrome / SafariN/A MacOS: DesktopN/A |
@kirillzyusko Can you also tick the checkmark |
Done @hungvu193 🙌 |
We did not find an internal engineer to review this PR, trying to assign a random engineer to #35234 as well as to this PR... Please reach out for help on Slack if no one gets assigned! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test well 🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but it would be great to get @hurali97 or @adhorodyski to approve too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ✅
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
hey @mountiny , Can you create payment issue for this? Seems Melvin didn't auto create it. |
done |
🚀 Deployed to production by https://github.com/Julesssss in version: 1.4.60-13 🚀
|
Details
Capture new metrics:
appCreation
nativeLaunchEnd_To_appCreationStart
appCreationEnd_To_contentAppeared
contentAppeared_To_screenTTI
A sequence of all events is shown in this diagram (credits to @hurali97)
To verify that metrics are calculated properly we can use next equation:
TTI = nativeLaunch + nativeLaunchEnd_To_appCreationStart + appCreation + appCreationEnd_To_contentAppeared + contentAppeared_To_screenTTI
An example of metrics:
Debug
Release
Fixed Issues
$ #35234 (comment)
PROPOSAL: #35234 (comment)
Tests
run e2e tests and gather metrics;
be sure that formula in description produces valid output.
Verify that no errors appear in the JS console
Offline tests
N/A
QA Steps
run e2e tests and gather metrics;
be sure that formula in description produces valid output.
Verify that no errors appear in the JS console
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop