Performance
· 14 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.
785 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.47 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
274 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.140
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.45 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.
3.59 s
Page Load Progression
FPage Weight BudgetAction3.6 MB transferred, 149 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
DJS Execution CostAction2121ms 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 | 539ms | 447ms | 6ms | 1st |
| Unattributable | 328ms | 62ms | 0ms | 3rd |
| https://tagman.britishairways.com/britishairways/nexus-prod/Bootstrap.js | 294ms | 225ms | 14ms | 3rd |
| https://www.britishairways.com/nx/b/homepage/_next/static/chunks/pages/_app-8e5554fa8766420d.js | 256ms | 166ms | 72ms | 1st |
| https://www.britishairways.com/JgkOWn/cQeAhL/WYaC/o28gIw/wW/LYX52JSEaObEL0uEii/VzsYMAE/ZzsgHE/YRISwB | 252ms | 214ms | 16ms | 1st |
| https://www.britishairways.com/travel/home/public/fr_fr/ | 177ms | 14ms | 5ms | 1st |
| https://www.britishairways.com/JgkOWn/cQeAhL/WYaC/o28gIw/wW/tbX52JSEaObE/GkghMAE/bD5LE0/I9e2dt?v=1efa545a-638a-6437-5ec1-8bb035b75435 | 166ms | 147ms | 15ms | 1st |
| https://www.britishairways.com/nx/b/homepage/_next/static/chunks/pages/index-27990ef2704a9dca.js | 55ms | 54ms | 0ms | 1st |
| https://www.britishairways.com/nx/b/homepage/_next/static/chunks/748-587cd0e2d888bbd0.js | 54ms | 8ms | 21ms | 1st |
FJS BundlesAction19 scripts, 809 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 | 75 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 (73%) | ✓ | 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=1efa545a-638a-6437-5ec1-8bb035b75435 | 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/5ce8f35c-498c238a70038099.js | 345 KB | — | ✓ | 1st |
| https://www.britishairways.com/nx/b/homepage/_next/static/Po9JbVd0utDhbDkc6VCED/_ssgManifest.js | 5 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 Optimization36 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
AThird-Party Impact26% 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
Network Waterfall149 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 |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 328ms | 0 KB | — | £3/mo | Costly |
tagman.britishairways.com tagman.britishairways.com | Other | 294ms | 119 KB | 49% | £3/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 328ms and costs ~£3/month
- tagman.britishairways.com adds 294ms and costs ~£3/month
Unattributable takes 328ms 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
tagman.britishairways.com takes 294ms 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