URL Results
The URL detail page is the central place for analysing the performance of a specific page. It brings together Lighthouse metrics, trend charts, full check history, and report tools.
Page navigation
Click any URL in the project table to open its detail page. The header shows:
- ← back button to the project
- Full URL
- Status: Active / Paused
- Label (if set)
- Page type — colour dot + name, click to change
The page is divided into four tabs: Check results · Charts · History · Reports
Tab: Check results
Controls toolbar
A unified panel at the top of the tab contains two controls:
- Batch selector — dropdown with all completed runs. The most recent is labelled latest. A Latest button appears when an older batch is selected.
- Platform pills — All / Mobile / Desktop / Both. Click to switch the view.
Platform modes
| Mode | What you see |
|---|---|
| All | Averaged scores and metrics across both platforms |
| Mobile | Mobile-only data |
| Desktop | Desktop-only data |
| Both | Mobile and Desktop side-by-side in every section |
Result sections
The results are organised into collapsible cards. Click any card header to expand or collapse it.
1. Health
A colour-coded progress bar summarising the overall score (0–100).
● Good (≥ 80) · ● Needs work (50–79) · ● Critical (< 50)
2. Scores
Four score tiles: Performance, Accessibility, Best Practices, SEO.
Each tile shows the average score prominently, with Mobile and Desktop values below it.
Colour scale: ● ≥ 90 · ● 50–89 · ● < 50.
3. Core Web Vitals — Lab Data
Metric tiles for LCP, FCP, CLS, INP, TTFB, TBT, SI, TTI.
Values are shown as 1.5 s, 200 ms, or 0.12 with a colour indicator.
In Both mode, Mobile and Desktop values appear side-by-side.
4. Field Data (CrUX)
Real-world performance data from the Google Chrome UX Report (collected automatically once a week).
Five metric tiles: LCP, CLS, INP, FCP, TTFB — each shows the p75 value and the percentage of real users in the Good zone.
If not enough traffic data is available for this URL, an explanation card is shown instead.
5. Screenshot (single-platform modes only)
Click the Screenshot card header to expand a page thumbnail captured at check time.
6. Audits
Lighthouse audit results grouped into three sub-sections. Each sub-section has a Show / Hide button:
- Opportunities — recommendations with estimated load-time savings
- Diagnostics — additional diagnostic checks
- Passed Audits — checks that passed (hidden by default)
Each audit row can be expanded to show a description and the list of affected resources. In Both mode the Mobile and Desktop values appear in separate columns; expanding a row shows a Mobile / Desktop tab switcher for the details.
Downloading the JSON report
Users on Pro and Business plans see a Download JSON button to export the full raw Lighthouse report for the selected batch and platform.
Tab: Charts
Visualises metric changes over time across all check runs. Requires at least 2 batches.
Controls
- Chart type: Bar / Line / Area
- Colour scheme: 6 options (selected by swatch)
- Platform: All / Mobile / Desktop
Metric groups
- Scores: Performance, Accessibility, Best Practices, SEO
- Core Web Vitals: LCP, FCP, CLS, INP
- Additional Metrics: TTFB, TBT, SI, TTI
Each chart includes background colour zones (Excellent / Good / Warning / Critical), lines or bars for Mobile and Desktop, and a summary row below: latest value + zone + trend arrow (↑↓).
Tab: History
A list of all check batches run for this URL.
Trend chart
When 2 or more batches exist, a line chart shows trends for all four Lighthouse scores. Toggle Mobile / Desktop above the chart.
Batch list
Each batch entry shows:
- Date and time
- Platforms checked (Mobile, Desktop, or both)
- Performance score + change vs. the previous batch
- Expand button → full table with all 4 category scores and per-check status
Clicking a batch switches the Check results tab to that run.
| Platform | Perf | SEO | A11y | LCP | Status |
|---|---|---|---|---|---|
| mobile | 66 | 95 | 91 | 4,210 ms | completed |
Tab: Reports
Reports are saved snapshots of data for a selected period. See Report Detail for full documentation.
Generating a report
- Click Generate Report.
- Choose a batch (data snapshot).
- Select what to include: Lighthouse recommendations, historical trends.
- For trends, choose a period: 7d / 30d / 90d / Custom.
- Click Generate.
Report actions
| Icon | Action |
|---|---|
| View | View report |
| Link | Copy public link (or create one if it doesn't exist yet) |
| Delete | Delete report |
Metrics reference
| Metric | Full name | Good | Needs attention | Critical |
|---|---|---|---|---|
| LCP | Largest Contentful Paint | < 2.5 s | 2.5–4 s | > 4 s |
| FCP | First Contentful Paint | < 1.8 s | 1.8–3 s | > 3 s |
| CLS | Cumulative Layout Shift | < 0.1 | 0.1–0.25 | > 0.25 |
| INP | Interaction to Next Paint | < 200 ms | 200–500 ms | > 500 ms |
| TTFB | Time to First Byte | < 800 ms | 800 ms–1.8 s | > 1.8 s |
| TBT | Total Blocking Time | < 200 ms | 200–600 ms | > 600 ms |
| SI | Speed Index | < 3.4 s | 3.4–5.8 s | > 5.8 s |
| TTI | Time to Interactive | < 3.8 s | 3.8–7.3 s | > 7.3 s |
Last updated July 20, 2026