Performance
· 24 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.58 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.81 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
43 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.024
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.81 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
6.41 s
Page Load Progression
DThird-Party ImpactAction73% third-party, 0 ms blockingFIX
DPage Weight InventoryAction37 resources · 1.6 MB · 72 KB savings availableFIX
~72.5 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 37 resources | 1.6 MiB | ||||||
DHTTP CachingActionno-store (uncacheable)FIX
private, no-cache, no-store, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
CPage Weight BudgetAction1.6 MB transferred, 37 requestsREVIEW
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
CJS Execution CostAction1860ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://mattsairporttransfers.co.uk/ | 943ms | 25ms | 6ms | 1st |
| Unattributable | 542ms | 8ms | 0ms | 1st |
| https://mattsairporttransfers.co.uk/_next/static/chunks/framework-2c79e2a64abdb08b.js | 180ms | 156ms | 14ms | 1st |
| https://mattsairporttransfers.co.uk/_next/static/chunks/pages/index-4a13b777d403dbef.js | 115ms | 114ms | 0ms | 1st |
| https://mattsairporttransfers.co.uk/_next/static/chunks/main-7998c38af135e423.js | 79ms | 71ms | 7ms | 1st |
BJS Bundles15 scripts, 72 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://mattsairporttransfers.co.uk/_next/static/chunks/615-a28485c2e6e4db2e.js | 112 KB | 46 KB (45%) | ✓ | 1st |
| https://mattsairporttransfers.co.uk/_next/static/chunks/701-ed4ab836780e8e70.js | 40 KB | 26 KB (66%) | ✓ | 1st |
| https://mattsairporttransfers.co.uk/_next/static/chunks/pages/_app-d5d938091ecd5244.js | 22 KB | — | ✓ | 1st |
| https://mattsairporttransfers.co.uk/_next/static/chunks/webpack-59c5c889f52620d6.js | 1 KB | — | ✓ | 1st |
| https://mattsairporttransfers.co.uk/_next/static/chunks/252f366e-84f2b16f845a93e1.js | 1 KB | — | ✓ | 1st |
| https://mattsairporttransfers.co.uk/_next/static/chunks/0c428ae2-7a9e6eb2f5992c81.js | 2 KB | — | ✓ | 1st |
| https://mattsairporttransfers.co.uk/_next/static/chunks/1bfc9850-47474312fed2ba24.js | 3 KB | — | ✓ | 1st |
| https://mattsairporttransfers.co.uk/_next/static/chunks/95b64a6e-36a16ced23fc6065.js | 1 KB | — | ✓ | 1st |
| https://mattsairporttransfers.co.uk/_next/static/chunks/main-7998c38af135e423.js | 31 KB | — | ✓ | 1st |
| https://mattsairporttransfers.co.uk/_next/static/chunks/framework-2c79e2a64abdb08b.js | 45 KB | — | ✓ | 1st |
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
BHTTP/3 (QUIC)HTTP/3 not advertisedREVIEW
BCompression AlgorithmMain response uses gzip; brotli would be ~20% smallerREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization3 images, 0 KB saveablePASS
A+Font Loading11 fonts (740 KB)PASS
Web fonts
11
740 KB total
Render-blocking
0
of 11
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
Optimization checklist
- Preload critical fonts (priority=high)
- Use woff2 format for all fonts
- Set font-display to swap, optional, or fallback
- Subset large fonts (≤100 KB each)
Fixing the unchecked items could save ~433 KB and ~866 ms