net_slow
Identifies slow network requests in a browsing session, returning those slower than a threshold (default 1000ms) sorted by duration descending, limited to a maximum count.
Instructions
List finished network requests slower than a threshold (default 1000ms), slowest first. Capped by limit (default 50) — never silently truncated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | max rows to return (default 50) | |
| sessionId | No | ||
| thresholdMs | No | minimum duration in ms to include (default 1000) |