Performance
· 16 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.
3.73 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
17.61 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.28 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.043
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.79 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.
18.31 s
Page Load Progression
FPage Weight BudgetAction3.2 MB transferred, 130 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
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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
Source: web.dev
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
FJS Execution CostAction7726ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.britishairways.com/nx/b/homepage/_next/static/chunks/framework-3d9cad9dc1d09675.js | 1826ms | 1584ms | 20ms | 1st |
| https://tagman.britishairways.com/britishairways/nexus-prod/Bootstrap.js | 1052ms | 799ms | 78ms | 3rd |
| https://www.britishairways.com/nx/b/homepage/_next/static/chunks/pages/_app-8e5554fa8766420d.js | 1034ms | 681ms | 286ms | 1st |
| https://www.britishairways.com/JgkOWn/cQeAhL/WYaC/o28gIw/wW/LYX52JSEaObEL0uEii/VzsYMAE/ZzsgHE/YRISwB | 939ms | 829ms | 45ms | 1st |
| Unattributable | 796ms | 182ms | 0ms | 3rd |
| https://www.britishairways.com/JgkOWn/cQeAhL/WYaC/o28gIw/wW/tbX52JSEaObE/GkghMAE/bD5LE0/I9e2dt?v=04c03fcb-bd63-911c-a75a-2ed7d9565435 | 785ms | 705ms | 57ms | 1st |
| https://www.britishairways.com/travel/home/public/fr_fr/ | 622ms | 47ms | 21ms | 1st |
| https://www.britishairways.com/nx/b/homepage/_next/static/chunks/pages/index-27990ef2704a9dca.js | 215ms | 213ms | 1ms | 1st |
| https://www.britishairways.com/akam/13/3c96b06b | 138ms | 128ms | 4ms | 1st |
| https://www.britishairways.com/nx/b/homepage/_next/static/chunks/748-587cd0e2d888bbd0.js | 123ms | 7ms | 75ms | 1st |
Showing top 10 of 12 scripts
FJS BundlesAction19 scripts, 831 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.britishairways.com/nx/b/homepage/_next/static/chunks/pages/_app-8e5554fa8766420d.js | 906 KB | 481 KB (54%) | ✓ | 1st |
| https://www.britishairways.com/nx/b/homepage/_next/static/chunks/748-587cd0e2d888bbd0.js | 242 KB | 76 KB (35%) | ✓ | 1st |
| https://tagman.britishairways.com/britishairways/nexus-prod/Bootstrap.js | 119 KB | 58 KB (49%) | ✓ | 3rd |
| https://www.britishairways.com/nx/b/homepage/_next/static/chunks/294-19da17d576ea4783.js | 81 KB | 52 KB (68%) | ✓ | 1st |
| https://s.go-mpulse.net/boomerang/93U6S-JS5E3-HQLJ8-98G8C-NNRXF | 56 KB | 41 KB (74%) | ✓ | 3rd |
| https://www.britishairways.com/JgkOWn/cQeAhL/WYaC/o28gIw/wW/LYX52JSEaObEL0uEii/VzsYMAE/ZzsgHE/YRISwB | 180 KB | 38 KB (21%) | ✓ | 1st |
| https://www.britishairways.com/JgkOWn/cQeAhL/WYaC/o28gIw/wW/tbX52JSEaObE/GkghMAE/bD5LE0/I9e2dt?v=04c03fcb-bd63-911c-a75a-2ed7d9565435 | 162 KB | 34 KB (21%) | ✓ | 1st |
| https://www.britishairways.com/nx/b/homepage/_next/static/chunks/framework-3d9cad9dc1d09675.js | 69 KB | 30 KB (47%) | ✓ | 1st |
| https://www.britishairways.com/nx/b/homepage/_next/static/chunks/main-bbce3f4bb09a192b.js | 44 KB | 21 KB (54%) | ✓ | 1st |
| https://www.britishairways.com/nx/b/homepage/_next/static/chunks/5ce8f35c-498c238a70038099.js | 345 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
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
DHTTP CachingActionno-store (uncacheable)FIX
no-cache, no-store, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| must-revalidate | — | Must recheck with server after expiry |
BImage Optimization29 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+Third-Party Impact19% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading7 fonts (443 KB)PASS
Web fonts
7
443 KB total
Render-blocking
0
of 7
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
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 ~133 KB and ~266 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall130 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
tagman.britishairways.com tagman.britishairways.com | Other | 1052ms | 119 KB | 49% | £11/mo | Costly |
Unattributable Unattributable | Other | 796ms | 0 KB | — | £8/mo | Costly |
s.go-mpulse.net s.go-mpulse.net | Other | 85ms | 56 KB | 74% | £1/mo | Optional |
These scripts may cost more than they're worth
- tagman.britishairways.com adds 1052ms and costs ~£11/month
- Unattributable adds 796ms and costs ~£8/month
tagman.britishairways.com takes 1052ms 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 796ms 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
74% of s.go-mpulse.net'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