From 9f2ee85b6aceb581a317109cc962ca6c8f11daba Mon Sep 17 00:00:00 2001 From: Tomasz Lesniakiewicz Date: Thu, 21 Mar 2024 15:31:54 +0100 Subject: [PATCH] chore: update comment --- src/pages/home/sidebar/SidebarLinksData.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/home/sidebar/SidebarLinksData.js b/src/pages/home/sidebar/SidebarLinksData.js index c5749893d7fb..8395c3d1e716 100644 --- a/src/pages/home/sidebar/SidebarLinksData.js +++ b/src/pages/home/sidebar/SidebarLinksData.js @@ -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(