bamlab / react-native-flipper-performance-monitor

An attempt to have a lighthouse for React Native. Flipper plugin to show a graph of the React Native performance monitor
MIT License
586 stars 17 forks source link

Question regarding performance #65

Closed CallumHemsley closed 2 years ago

CallumHemsley commented 2 years ago

Hello!

We've been using this flipper plugin to monitor our performance and it's worked quite well so far!

One question we have is does tracking performance have an impact on performance? We were wondering if this should be turned on conditionally or something, or do we always want it running in prod?

Thanks!

Almouro commented 2 years ago

Hi @CallumHemsley

Glad to hear it's working well for you :)

No impact on production, the plugin doesn't do anything in production.

For black-box performance testing for production builds, https://github.com/bamlab/android-performance-profiler is also having a bit of a revamp... More on that soon!

CallumHemsley commented 2 years ago

Amazing, thanks Alex!