Get JavaScript Analysis
get_js_analysisAnalyze JavaScript execution for a URL to identify boot-up time, main thread work, unused code, and costly scripts, helping optimize web performance.
Instructions
Get JavaScript execution analysis for a URL. Returns JS boot-up time, main thread work breakdown, unused JavaScript, and the most expensive scripts by execution time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The full URL to analyze (e.g., https://example.com) | |
| strategy | No | Device strategy for the analysis | mobile |