get_page_performance_breakdown
Gets a page-by-page performance breakdown with formatted output for Core Web Vitals metrics. Returns a human-readable list of pages ranked by performance or popularity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Optional page path to filter by, e.g., /checkout. Defaults to 'origin' (all pages). | origin |
| daysTo | No | Date to look to, default to yesterdays date, dd-mm-yyyy or dd-mm-yyyy hh:mm format | |
| domain | Yes | Domain to get the performance overview for | |
| metric | No | Metric to look at, possible options are All, LCP, INP, CLS, TTFB. This also determines the metric for 'severity' ranking. | All |
| rankBy | No | The criteria for ranking pages. Options are 'Popularity' or 'Severity'. Defaults to 'Popularity'. | Popularity |
| country | No | Country to filter on. Defaults to All OR one country, in 2-letter ISO code format, eg US, GB, FR. | All |
| grouped | No | Group data by base url withou query string or anchor | |
| daysBack | No | Date to look from, default to 8 days ago, dd-mm-yyyy or dd-mm-yyyy hh:mm format | |
| pageSize | No | The number of pages to include in the result set. Defaults to 10. | |
| direction | No | The sorting direction. Options are 'Worst' or 'Best'. Defaults to 'Worst'. | Worst |
| pageGroup | No | Filter by page group/category name. Defaults to All. | All |
| deviceType | No | Filter by device type: All, Desktop, Mobile, Other. | All |
| pageNumber | No | The page number of the result set to retrieve. Defaults to 1. | |
| outputMaxLength | No | The maximum number of characters for the output. Defaults to 5000 | |
| statisticMeasure | No | Statistical measure, options are P50, P75, P90, Average. Defaults to P75. | P75 |