Performance
· 17 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.
1.81 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.83 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
878 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.138
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.35 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.
19.85 s
Page Load Progression
FPage Weight BudgetAction3.2 MB transferred, 100 requestsFIX
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction4776ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.bt.com/ | 859ms | 104ms | 1ms | 3rd |
| https://www.bt.com/home/_next/static/chunks/pages/_app-c46a38d10daabda4.js | 745ms | 508ms | 124ms | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 666ms | 578ms | 69ms | 3rd |
| https://www.bt.com/home/_next/static/chunks/framework-050c1f32293f7182.js | 628ms | 450ms | 14ms | 3rd |
| Unattributable | 580ms | 19ms | 0ms | 3rd |
| https://js-cdn.dynatrace.com/jstag/17f0bd28e42/bf88365yqv/95b067d34295602_complete.js | 442ms | 317ms | 32ms | 3rd |
| https://assets.adobedtm.com/launch-ENfdadf1bb09d848de85923e05be32e7d1.min.js | 238ms | 178ms | 51ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-19536D3EL2 | 224ms | 180ms | 42ms | 3rd |
| https://www.bt.com/home/_next/static/chunks/main-703d0df2c17dec2d.js | 80ms | 71ms | 9ms | 3rd |
| https://cdn-ukwest.onetrust.com/consent/93aec36f-64c3-487b-897d-5e8f88cbe7b9/otSDKStub.js | 77ms | 72ms | 2ms | 3rd |
Showing top 10 of 14 scripts
FJS BundlesAction37 scripts, 790 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 0 KB | 177 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 362 KB | 177 KB (49%) | ✓ | 3rd |
| https://www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 362 KB | 177 KB (49%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-19536D3EL2 | 177 KB | 77 KB (44%) | ✓ | 3rd |
| https://assets.adobedtm.com/launch-ENfdadf1bb09d848de85923e05be32e7d1.min.js | 134 KB | 65 KB (49%) | ✓ | 3rd |
| https://cdn-ukwest.onetrust.com/scripttemplates/202501.2.0/otBannerSdk.js | 115 KB | 61 KB (53%) | ✓ | 3rd |
| https://js-cdn.dynatrace.com/jstag/17f0bd28e42/bf88365yqv/95b067d34295602_complete.js | 85 KB | 34 KB (40%) | ✓ | 3rd |
| https://www.bt.com/home/_next/static/chunks/framework-050c1f32293f7182.js | 59 KB | 23 KB (38%) | ✓ | 3rd |
| https://code.jquery.com/jquery-3.7.1.min.js | 30 KB | — | ✓ | 3rd |
| https://www.bt.com/home/_next/static/chunks/627.55782f2aa7f83a77.js | 3 KB | — | ✓ | 3rd |
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
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
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
FPage Weight InventoryAction100 resources · 3.2 MB · 790 KB savings availableFIX
~790.4 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 100 resources | 3.2 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization32 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading11 fonts (190 KB)PASS
Web fonts
11
190 KB total
Render-blocking
0
of 11
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
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 ~15 KB and ~30 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints4 hints, 0 missing preconnectsPASS
Current Resource Hints
4 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall100 requests over 3374msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.bt.com www.bt.com | Other | 859ms | 3 KB | — | £13/mo | Costly |
www.bt.com www.bt.com | Other | 745ms | 13 KB | — | £11/mo | Costly |
www.gstatic.com www.gstatic.com | Other | 666ms | 0 KB | 49% | £10/mo | Costly |
www.bt.com www.bt.com | Other | 628ms | 59 KB | 38% | £9/mo | Costly |
Unattributable Unattributable | Other | 580ms | 0 KB | — | £9/mo | Costly |
js-cdn.dynatrace.com js-cdn.dynatrace.com | Other | 442ms | 85 KB | 40% | £7/mo | Costly |
assets.adobedtm.com assets.adobedtm.com | Other | 238ms | 134 KB | 49% | £4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 224ms | 177 KB | 44% | £3/mo | Costly |
www.bt.com www.bt.com | Other | 80ms | 36 KB | — | £1/mo | Optional |
cdn-ukwest.onetrust.com cdn-ukwest.onetrust.com | Other | 77ms | 8 KB | — | £1/mo | Optional |
cdn-ukwest.onetrust.com cdn-ukwest.onetrust.com | Other | 69ms | 115 KB | 53% | £1/mo | Optional |
www.bt.com www.bt.com | Other | 66ms | 9 KB | — | £1/mo | Optional |
www.bt.com www.bt.com | Other | 53ms | 20 KB | — | £1/mo | Optional |
www.bt.com www.bt.com | Other | 51ms | 49 KB | — | £1/mo | Optional |
These scripts may cost more than they're worth
- www.bt.com adds 859ms and costs ~£13/month
- www.bt.com adds 745ms and costs ~£11/month
- www.gstatic.com adds 666ms and costs ~£10/month
- www.bt.com adds 628ms and costs ~£9/month
- Unattributable adds 580ms and costs ~£9/month
- js-cdn.dynatrace.com adds 442ms and costs ~£7/month
- assets.adobedtm.com adds 238ms and costs ~£4/month
- Google Tag Manager adds 224ms and costs ~£3/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
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
www.bt.com takes 859ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.bt.com takes 745ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.gstatic.com takes 666ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.bt.com takes 628ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Unattributable takes 580ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
js-cdn.dynatrace.com takes 442ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
assets.adobedtm.com takes 238ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Google Tag Manager takes 224ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
53% of cdn-ukwest.onetrust.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev