capture_network
Capture all network requests during page load, including status codes, sizes, timing, and resource types. Identify failed API calls, slow requests, and large assets to optimize page load behavior.
Instructions
Capture all network requests during page load with status codes, sizes, timing, and resource types. Provides a summary with total requests, failed requests, total transfer size, and breakdown by resource type. Useful for finding failed API calls, slow requests, large assets, and understanding page load behavior.
This tool is FREE — runs entirely within Claude Code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the page to capture network requests from (e.g., http://localhost:3000) | |
| waitMs | No | Time in ms to wait after page load for additional network activity (default 3000) |