react-native-debugger
react-native-debugger copied to clipboard
Better performance when Network inspect enable
Hello,
I'm working on a React native application on Android that had a performance problems. Just to make a request and some process after it take 1 second and some time more. But the server answer in 30 ms
While I was debugging, I activate Network Inspect on react-native-debugger, and i figure out that when this option is enable, my application is way more faster. My operation take 100-150 ms instead of 800-1000 ms when Network Inspect is disabled.
Did someone have an explanation why this append and how make it as fastest in release apk?
Thanks
@QuentinA Did you find anything on this. I am also facing same issue, api call and setstate is happening instantly after enabling inspect in react native debugger. Need to make the same work under release. I am under a strict deadline. hope you can see this message and respond.