React Native Android slow performance without debugging Chrome

I'm having performance issues on Android React Native. I am using Redux.

The problem is that my application runs fine (fast) when chrome debugging is enabled. When I turn off the remote debugger, the performance becomes very sluggish. I'm just wondering if this is normal. I read another topic, saying that in debug mode, performance runs on chrome itself, so it’s faster. Is such a big gap normal operation?

Thank.

+4
source share
1 answer

, . console.log('show_me_some_data'), . , response-native , console.log. , . , .

, -.

-1

All Articles