React-native-debugger: Perfomance issue with React-Profiler

Created on 2 Nov 2018  路  6Comments  路  Source: jhen0409/react-native-debugger

After upgrading to RN0.57 dev tools become very slow. If I turn off the React dev-tools it works well. I guess it might be related to the recent addition of Performance tab in React tools?

React Native Debugger app version: 0.8.1
React Native version: 0.57.4
Platform: iOS
Is real device of platform: Yes
Operating System: macOS

integratioreact-devtools

Most helpful comment

馃憠 TEMPORARY WORKAROUND 馃敟

This how I use it on daily basis.

  1. right click and Toggle React DevTools (to hide React DevTools)
    image

  2. Use standalone React DevTools:
    yarn global add react-devtools
    after that. Whenever need just pop open the tools from command line:
    react-devtools

All 6 comments

I am also experiencing this issue, but on both platforms: Android and iOS

Only occurs when connected to the debugger. It is pretty noticeable since the upgrade to 0.57.0

was working fine in 0.56.x, or at least not this slow.

Same problem... Almost unusable when debugging. I wish to know at least a workaround for that matter.

馃憠 TEMPORARY WORKAROUND 馃敟

This how I use it on daily basis.

  1. right click and Toggle React DevTools (to hide React DevTools)
    image

  2. Use standalone React DevTools:
    yarn global add react-devtools
    after that. Whenever need just pop open the tools from command line:
    react-devtools

i've noticed just restarting the debugger (and sometimes the ios simulator, too) also temporatily helps.

right click and Toggle React DevTools (to hide React DevTools)
super hack 馃グ

@usrbowe

right click and Toggle React DevTools (to hide React DevTools)

is super hack 馃暫

Was this page helpful?
0 / 5 - 0 ratings

Related issues

AndrejGajdos picture AndrejGajdos  路  4Comments

idrakimuhamad picture idrakimuhamad  路  3Comments

khomyakov42 picture khomyakov42  路  4Comments

NathHorrigan picture NathHorrigan  路  6Comments

chaitanyadeorukhkar picture chaitanyadeorukhkar  路  6Comments