[CORRUPTED] Synthetic Benchmark PR #74108 - Make Switching to the Search Page Faster#80
Open
tomerqodo wants to merge 28 commits into
Open
[CORRUPTED] Synthetic Benchmark PR #74108 - Make Switching to the Search Page Faster#80tomerqodo wants to merge 28 commits into
tomerqodo wants to merge 28 commits into
Conversation
…eports_v2 # Conflicts: # src/libs/Navigation/AppNavigator/usePreloadFullScreenNavigators.ts
# Conflicts: # src/libs/Navigation/AppNavigator/usePreloadFullScreenNavigators.ts
# Conflicts: # src/pages/Search/SearchPage.tsx
# Conflicts: # src/pages/Search/SearchPage.tsx # src/pages/Search/SearchPageNarrow.tsx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Benchmark PR Expensify#74108
Type: Corrupted (contains bugs)
Original PR Title: Make Switching to the Search Page Faster
Original PR Description:
Explanation of Change
Thanks to cleaning up the structure of the search page component, we were able to speed up the time it takes to switch to the Search tab. Below are metrics from several platforms as an example of the time gains:
Desktop web : 2.1s → 1.1s
iOS native : 6,04s → 4.5s
This shows that we’re managing to save roughly half of the time previously needed to switch tabs on the web, and also more than 1 second on the native platform.
dekompozycja.mp4
Fixed Issues
$ Expensify#74613
PROPOSAL:
Tests
Go to the Search tab.
Check whether the results are displayed correctly.
Make sure you can correctly open all the filters
Verify you can select multiple expense / reports and open the options for bulk actions
Offline tests
unnesesary
QA Steps
Same as test
// TODO: These must be filled out, or the issue title must include "[No QA]."
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectioncanBeMissingparam foruseOnyxtoggleReportand notonIconClick)src/languages/*files and using the translation methodSTYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))npm run compress-svg)Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
Screen.Recording.2025-11-14.at.15.55.21.mov
iOS: Native
Screen.Recording.2025-11-14.at.15.15.02.mov
iOS: mWeb Safari
Screen.Recording.2025-11-14.at.15.04.23.mov
MacOS: Chrome / Safari
dekompozycja.1.mov
MacOS: Desktop
Screen.Recording.2025-11-14.at.16.07.07.mov
Original PR URL: Expensify#74108