webtool_lighthouse
Run a Lighthouse audit to generate a comprehensive performance report with detailed resource analysis, identifying exact files causing performance issues on any webpage.
Instructions
Run a Lighthouse audit on a webpage to generate a comprehensive performance report with detailed resource analysis. The report includes specific file paths, resource sizes, and performance metrics similar to Chrome DevTools. Identifies exact files causing performance issues without offering improvement suggestions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the webpage to audit | |
| categories | No | Categories to include in the audit | |
| device | No | Device to emulate | mobile |
| ignoreSSLErrors | No | Whether to ignore SSL certificate errors (default: true for development convenience) |