analyze_website_performance
Run Lighthouse audits on mobile and desktop to identify performance issues, then get a structured report with fix steps for your coding agent.
Instructions
Runs reliable mobile and desktop Lighthouse audits and returns an implementation-ready structured report with equivalent Markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | A fully qualified public HTTP or HTTPS URL, for example https://example.com. | |
| mode | No | fast runs each profile once; reliable runs each profile three times and reports medians. | reliable |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| target | Yes | ||
| fixPacks | Yes | ||
| profiles | Yes | ||
| environment | Yes | ||
| schemaVersion | Yes | ||
| siteIntelligence | Yes | ||
| agentInstructions | Yes | ||
| prioritizedIssues | Yes |