Find noisy stores
nanostores_find_noisy_storesIdentify performance bottlenecks by detecting stores with frequent changes or excessive action calls to optimize rendering efficiency.
Instructions
Use this when investigating performance issues or excessive re-renders. Returns stores ranked by activity — frequent changes, many action calls — to pinpoint bottlenecks. Example: {limit: 10} or {windowMs: 30000, compact: true}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of stores to return | |
| windowMs | No | Time window in milliseconds (from now back) | |
| compact | No | Return TOON-encoded compact table for lower token cost |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stores | Yes | ||
| summary | Yes |