chrome_web_content_interactions
Identify slow interactions in Chrome traces by ranking web content interactions by duration for Interaction to Next Paint (INP) analysis.
Instructions
Rank web content interactions in a Chrome trace by duration: id, ts, dur_ms, interaction_type, renderer_upid. Sorted by dur_ms DESC, limit 100. Read-only.
Use when: INP (Interaction to Next Paint) analysis, reproducing user-felt latency, finding slow click/tap/keyboard handlers.
Don't use for: non-Chrome traces (will error). For interactions outside the top 100 or filtered by interaction_type, drop to execute_sql against chrome.web_content_interactions.
Parameters: none — operates on the loaded trace.
Empty result: no interactions captured (trace started before user input or interaction tracking was disabled in tracing config).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||