webtool_network_monitor
Analyze network activity and resource loading performance for any webpage to identify bottlenecks and optimization opportunities.
Instructions
Analyze network activity and resource loading performance. Provides detailed insights into network requests, timing, and optimization opportunities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the webpage to analyze | |
| timeoutMs | No | Timeout in milliseconds for the analysis | |
| waitAfterLoadMs | No | Additional time to wait after page load to capture more requests | |
| useProxy | No | Whether to use a proxy for this request | |
| ignoreSSLErrors | No | Whether to ignore SSL certificate errors (use with caution) | |
| includeThirdParty | No | Whether to include third-party requests in the analysis | |
| disableCache | No | Whether to disable browser cache for the analysis | |
| captureHeaders | No | Whether to capture request and response headers | |
| captureContent | No | Whether to capture request and response content | |
| captureTimings | No | Whether to capture detailed timing information | |
| filterByType | No | Filter requests by resource type (e.g., 'document', 'stylesheet', 'script', 'image', 'font', 'media', 'json', 'text') | |
| filterByDomain | No | Filter requests by domain (e.g., 'example.com') | |
| sortBy | No | Sort requests by a specific property | startTime |
| networkConditionName | No | Predefined network condition to emulate (e.g., 'Slow 3G', 'Fast 3G', '4G', 'WiFi', 'Fiber') | |
| networkCondition | No | Custom network condition configuration | |
| deviceName | No | Predefined device to emulate (e.g., 'Pixel 7', 'iPhone 14') | |
| deviceConfig | No | Custom device configuration for emulation | |
| maxRequests | No | Maximum number of requests to include in the response (to limit response size) | |
| summarizeOnly | No | Whether to include only summary and recommendations without detailed request data (to reduce response size) | |
| page | No | Page number for paginated results (starts at 1) | |
| pageSize | No | Number of requests per page for paginated results | |
| includeRecommendations | No | Whether to include optimization recommendations in the output |