chrome_page_load_summary
Summarize each page navigation in a Chrome trace with navigation ID, URL, FCP, LCP, DCL, and load timings for comparing page-load performance and identifying slow loads.
Instructions
Summarize each page navigation in a Chrome trace: navigation id, URL, FCP / LCP / DCL / load timings in ms. Read-only.
Use when: comparing page-load timings across navigations, finding slow loads, baselining web-vitals before/after a change. Prefer over hand-joining chrome.page_loads — schema is already correct.
Don't use for: non-Chrome traces (will error). For sub-event timings inside one navigation, drop to execute_sql against the chrome.page_loads module.
Parameters: none — operates on the loaded trace.
Empty result: no navigations occurred during capture (e.g. trace started after the page was already loaded).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||