get_performance
Retrieve the current tab's navigation timing, paint metrics, JS heap size, and per-resource load times after the page settles. Use it to diagnose load performance without reloading.
Instructions
Navigation timing, paint metrics, JS heap size and per-resource load times, as measured since the current document loaded. Read-only, no reload triggered — numbers are only meaningful once loading has settled, so on a page still fetching wait for network idle first. Covers how fast the document arrived, not the layout-shift and interaction metrics that accumulate afterwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab_id | No | Target tab; omitted = last tab navigated in this session, else the active one |