webtool_web_vitals
Analyze Core Web Vitals metrics (LCP, CLS, FID/INP, TTFB) and identify problematic elements affecting user experience using the Performance Observer API.
Instructions
Analyze Core Web Vitals metrics (LCP, CLS, FID/INP, TTFB) and identify problematic elements affecting these metrics. Uses Performance Observer API to provide detailed insights into real user experience metrics.
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 metrics | |
| interactWithPage | No | Whether to automatically interact with the page to trigger more events | |
| useProxy | No | Whether to use a proxy for this request | |
| ignoreSSLErrors | No | Whether to ignore SSL certificate errors (use with caution) | |
| 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 | |
| runMultipleTimes | No | Whether to run the analysis multiple times to get more accurate results | |
| numberOfRuns | No | Number of runs to perform if runMultipleTimes is true |