run_performance_test
Measure Core Web Vitals, page load timing, and resource sizes to identify performance bottlenecks in web applications. Requires Chrome DevTools MCP for tracing.
Instructions
Perform performance testing on a web application. This tool measures:
Core Web Vitals: FCP, LCP, CLS, TTI, TBT
Page load timing metrics
Resource analysis: total size, JS/CSS/image sizes
Third-party request impact
Performance optimization opportunities
Use this tool when you need to evaluate a website's loading performance and identify bottlenecks. The tool requires chrome-devtools-mcp to be running for performance tracing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the web page to test | |
| runs | No | Number of test runs for averaging (default: 1) | |
| throttle | No | Network throttling: "none", "3g", or "4g" (default: none) |