evaluate_external_store_performance
Analyzes useSyncExternalStore performance, detecting selector reference instability and concurrency bypasses where heavy store updates block the high-priority main thread.
Instructions
Analyzes useSyncExternalStore performance, identifying selector reference instability and concurrency bypasses where heavy store updates block the high-priority main thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile_path | Yes | Absolute path to the React DevTools Profiler export (.json) | |
| max_blocking_task_ms | No | Maximum duration budget in ms for synchronous tasks before flagging bypass (default: 50) |