oblador / react-native-performance

📐 Monitor and measure React Native performance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I'm not seeing bundle size in flipper performance tool

vinithreddy3 opened this issue · comments

Installed react-native-flipper, performance & performance reporter packages. Added plugin I only see the nativeLaunchTime but not bundleSize. I have logged performance.getEntries but don't understand much from it like how much time did it take for native side finish, & how long it took for JS bundle to load & it's size. I'm working on reducing rn app startup time & trying to get some info regarding mentioned things to identify bottlenecks for delay in load time

Screenshot 2023-09-06 at 7 24 36 PM

Is this Android or iOS? I believe only iOS will report bundle size.

I'm not seeing bundle size too. I'm testing on Android.