devtools icon indicating copy to clipboard operation
devtools copied to clipboard

How to filter out certain components that are not being monitored and reduce lag

Open mfanlii opened this issue 7 months ago • 0 comments

The reason is that we have designed some complex common components for internal use, which have no sensory performance issues when not using devtools. However, when debugging with devtools, it becomes particularly laggy. Is it possible that our component design is too complex? So I hope there can be a way to filter out the listening of some components, and when it is necessary to debug this component, manually turn on the listening before debugging. Overall, we hope to have a way to configure components not to be monitored and reduce performance consumption.

mfanlii avatar Jun 03 '25 01:06 mfanlii