Performance and Core Web Vitals
The Performance tab surveys every crawled page for client-side rendering
behaviour and Core Web Vitals, flags pages that need attention, and
summarises the findings in a single view. It requires headless mode
(renderJavascript: true) — without it, the
crawler does not execute page scripts and cannot collect runtime metrics.
Stats
Four summary figures appear at the top of the tab:
Core Web Vitals
Below the summary stats, the tab shows average Core Web Vitals across the entire crawl:
Poor-performing pages
Pages whose metrics exceed acceptable thresholds are listed in a table for individual inspection. Each row contains:
Thresholds
Each metric is colour-coded against the thresholds below. Green means the value is in good order, yellow signals that it needs attention, and red marks a poor result.
These ranges align with the Web Vitals initiative thresholds published by Google. The colour appears beside the metric value in both the summary averages and the individual page table, so pages that exceed a threshold are visible at a glance.
Score disclaimer
The performance score shown in this tab is Consuela's own measurement. It is not a Lighthouse score. Consuela and Lighthouse measure overlapping signals — Core Web Vitals, render timing, blocking time — but they weight them differently, collect them under different conditions, and will not produce the same number for the same page.
If you run Lighthouse independently on the same URL, expect the two scores to diverge. Neither is wrong; they are different instruments applied to the same subject. When reporting performance findings, note which tool produced the number so readers are not left comparing figures from two different scales.