get_slow_components
Find React components exceeding a render time threshold to identify performance bottlenecks. Requires React Profiler or DevTools to inspect render times.
Instructions
Find React components with slow render times. Requires React Profiler or DevTools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum components to return (default: 20) | |
| threshold | No | Minimum render time in ms to report (default: 16) |