Consider code splitting or tree shaking to reduce unused code.
Why this matters
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.
Why this matters
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
i
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
i
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
i
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW
Green Hosting
No green hosting detected
A
Page Weight Budget
1.0 MB transferred, 82 requests
PASS
1.0 MB transferred, 82 requests
Info::
✓
Page weighs 2.7 MB (1.0 MB transferred)
Warning::
!
JavaScript is 552 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 552 KB
Info::
i
82 HTTP requests
Info::
i
Estimated 0.22 g CO2 per page load
1.0 MBtransferred
82 requests
0.22 g CO2 per page load
JavaScript551.8 KiB52%
Images301.9 KiB29%
Fonts94.8 KiB9%
HTML58.0 KiB5%
CSS47.4 KiB4%
Other1.3 KiB0%
Other1.1 KiB0%
Other804 B0%
Other556 B0%
02.4 MB4.9 MB
Under budget
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Why this matters
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
✓
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
10 fonts (95 KB)
PASS
10 fonts (95 KB)
Info::
i
10 font(s) use font-display: swap (FOUT risk but functional)
Web fonts
10
95 KB total
Render-blocking
0
of 10
Dominant font-display
swap
Most common across fonts
Font loading timeline
TransferFOIT (block)FOUT (swap)
acier-bat-solid_400_nor...woff2swap
Size0 KB
Load time95 ms
Start118 ms
RiskFOUT — text flashes from fallback to web font
subset-Avenir-Roman.woff2woff2swap
Size0 KB
Load time95 ms
Start118 ms
RiskFOUT — text flashes from fallback to web font
subset-Avenir-Medium.woff2woff2swap
Size0 KB
Load time95 ms
Start118 ms
RiskFOUT — text flashes from fallback to web font
subset-Avenir-Heavy.woff2woff2swap
Size0 KB
Load time94 ms
Start118 ms
RiskFOUT — text flashes from fallback to web font
subset-Kessel105W00-Bol...woff2swap
Size0 KB
Load time66 ms
Start147 ms
RiskFOUT — text flashes from fallback to web font
acier-bat-solid_400_nor...woff2swap
Size10 KB
Load time53 ms
Start221 ms
RiskFOUT — text flashes from fallback to web font
subset-Avenir-Roman.woff2woff2swap
Size19 KB
Load time85 ms
Start221 ms
RiskFOUT — text flashes from fallback to web font
subset-Avenir-Medium.woff2woff2swap
Size31 KB
Load time91 ms
Start221 ms
RiskFOUT — text flashes from fallback to web font
subset-Avenir-Heavy.woff2woff2swap
Size18 KB
Load time85 ms
Start221 ms
RiskFOUT — text flashes from fallback to web font
subset-Kessel105W00-Bol...woff2swap
Size17 KB
Load time70 ms
Start383 ms
RiskFOUT — text flashes from fallback to web font
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)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
✓
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
✓
No render-blocking resources detected
A+
Resource Hints
8 hints, 0 missing preconnects
PASS
8 hints, 0 missing preconnects
Info::
✓
Page uses 8 resource hint(s)
Current Resource Hints
preconnect
2
preload
6
dns-prefetch—
prefetch—
8 resource hints configured
A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
✓
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
✓
LCP image preload audit not available for this scan
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
2 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
✓
No CSS performance depth issues detected
Network Waterfall
82 requests over 2339ms
INFO
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
73%of JavaScript execution is third-party
First-party Third-party1551ms · 457KB · £4/mo
Script
Category
Execution
Transfer
Unused
Monthly Cost
Verdict
Unattributable
Unattributable
Other
465ms
0 KB
—
£1/mo
Costly
cdn.activatedigital.co.uk
cdn.activatedigital.co.uk
Other
398ms
6 KB
—
£1/mo
Costly
Google Tag Manager
www.googletagmanager.com
Tag Manager
238ms
178 KB
40%
£1/mo
Costly
Google Tag Manager
www.googletagmanager.com
Tag Manager
155ms
129 KB
—
£0/mo
Optional
Facebook Pixel
connect.facebook.net
Advertising
110ms
45 KB
—
£0/mo
Optional
Facebook Pixel
connect.facebook.net
Advertising
104ms
97 KB
35%
£0/mo
Optional
cdn.activatedigital.co.uk
cdn.activatedigital.co.uk
Other
82ms
2 KB
—
£0/mo
Optional
Unattributable
Other
Costly
Execution465ms
Transfer0 KB
Monthly Cost£1/mo
cdn.activatedigital.co.uk
Other
Costly
Execution398ms
Transfer6 KB
Monthly Cost£1/mo
Google Tag Manager
Tag Manager
Costly
Execution238ms
Transfer178 KB
Unused40%
Monthly Cost£1/mo
Google Tag Manager
Tag Manager
Optional
Execution155ms
Transfer129 KB
Monthly Cost£0/mo
Facebook Pixel
Advertising
Optional
Execution110ms
Transfer45 KB
Monthly Cost£0/mo
Facebook Pixel
Advertising
Optional
Execution104ms
Transfer97 KB
Unused35%
Monthly Cost£0/mo
cdn.activatedigital.co.uk
Other
Optional
Execution82ms
Transfer2 KB
Monthly Cost£0/mo
These scripts may cost more than they're worth
Unattributable adds 465ms and costs ~£1/month
cdn.activatedigital.co.uk adds 398ms and costs ~£1/month
Google Tag Manager adds 238ms and costs ~£1/month
73% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
Why this matters
When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.
Learn more ▾▴
Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.
Source: web.dev
Unattributable takes 465ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
Why this matters
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
cdn.activatedigital.co.uk takes 398ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
Why this matters
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 238ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
Why this matters
This script has high main-thread execution time — optimize hot paths or defer.