jk-gan / flipper-plugin-redux-debugger

Flipper plugin for Redux in React Native
MIT License
117 stars 20 forks source link

Substantial lag on logging redux actions #29

Closed sweatherall closed 3 years ago

sweatherall commented 3 years ago

Flipper version: 0.64.0 RN version: 0.63.3

I am working with a somewhat complex react native app, but sometimes the redux logs can get several minutes behind!

Under Flipper Degug logs, I see this message many times: Plugin flipper-plugin-redux-debugger took too much time while doing background: 44ms. Handling background messages should take less than 25ms.

I'm wondering if there is anything I can do to fix this lag? Let me know if I can provide any other information.

Thank you!

plwai commented 3 years ago

Hi there,

These are the possible reasons and solutions:

sweatherall commented 3 years ago

Thank you for the helpful response, whitelisting it is!