Comparing Results
The Compare page lets you put two check batches side by side and instantly see which URLs improved and which regressed. Essential after a redesign, CMS upgrade, or technical deployment.
How to open
The Compare page is accessible from the project navigation. You need at least 2 completed batches before the page becomes useful.
Selecting batches
Two dropdowns at the top of the page let you pick the batches to compare:
- BEFORE — the earlier (baseline) batch
- AFTER — the newer (current) batch
Only completed batches appear in the lists, each showing its date and URL count.
Summary cards
After selecting both batches, four summary cards appear:
| Card | Description |
|---|---|
| Avg Δ score | Average change in performance score (↑ green / ↓ red) |
| ↑ Improved | Number of URLs where the score increased |
| ↓ Regressed | Number of URLs where the score dropped |
| → Unchanged | Number of URLs with no change |
URL comparison table
Columns
| Column | Contents |
|---|---|
| URL | Page address (or label) |
| Desktop | Score before → score after + Δ |
| Mobile | Score before → score after + Δ |
| Status | Improved / Regressed / Unchanged / No data |
Colour coding: ● Improved — score went up · ● Regressed — score dropped · ● Unchanged.
Filters
Pill buttons above the table let you narrow the list:
- All — show everything
- ↓ Regressed — only URLs that got worse
- ↑ Improved — only URLs that improved
| URL | Desktop | Mobile | Status | |
|---|---|---|---|---|
/checkout | 78 → 71 ↓ -7 | 62 → 58 ↓ -4 | Regressed | |
/products/new-arrival | 81 → 74 ↓ -7 | 65 → 60 ↓ -5 | Regressed |
Expanding a URL row
Click any row to expand a detailed before/after breakdown:
Lighthouse Scores — Performance, Accessibility, Best Practices, SEO; before / after for Mobile and Desktop.
Core Web Vitals — LCP, CLS, FCP, TTFB; before / after for Mobile and Desktop. Values are colour-coded — green if the result improved, red if it worsened.
Common workflows
Checking after a deployment
- Run a check before deploying your update.
- Deploy the update, then run a new check.
- Open Compare, select the pre-deploy batch as BEFORE and the post-deploy batch as AFTER.
- Filter by Regressed to find pages that got worse.
Validating an optimisation
- Run a baseline check before your optimisation work (image compression, lazy loading, etc.).
- Apply optimisations, then run a new check.
- In Compare, select the before and after batches.
- Confirm that Improved > Regressed.
Last updated July 20, 2026