Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rinej committed Mar 21, 2024
1 parent d787f1b commit 9f2ee85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/home/sidebar/SidebarLinksData.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,7 @@ export default compose(
)(
/*
While working on audit on the App Start App metric we noticed that by memoizing SidebarLinksData we can avoid 1 additional run of getOrderedReportIDs.
With that we can reduce app start up time by ~2.5s on heavy account.
After finding and fixing core issues with getOrderedReportIDs performance we might remove the memoization
With that we can reduce app start up time by ~2s on heavy account.
More details - https://github.com/Expensify/App/issues/35234#issuecomment-1926914534
*/
memo(
Expand Down

0 comments on commit 9f2ee85

Please sign in to comment.