performance_start_trace
Initiate a performance trace to identify frontend issues, measure Core Web Vitals (LCP, INP, CLS), and analyze page load speed for optimization.
Instructions
Start a performance trace on the selected webpage. Use to find frontend performance issues, Core Web Vitals (LCP, INP, CLS), and improve page load speed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reload | No | Determines if, once tracing has started, the current selected page should be automatically reloaded. Navigate the page to the right URL using the navigate_page tool BEFORE starting the trace if reload or autoStop is set to true. | |
| autoStop | No | Determines if the trace recording should be automatically stopped. | |
| filePath | No | The absolute file path, or a file path relative to the current working directory, to save the raw trace data. For example, trace.json.gz (compressed) or trace.json (uncompressed). |