Performance
· 22 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.
455 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
884 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
124 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.006
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.01 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.
884 ms
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CJS Execution CostAction1082ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://client.px-cloud.net/PXrf8vapwA/main.min.js | 656ms | 399ms | 4ms | 3rd |
| https://www.skyscanner.net/rf8vapwA/captcha.js?a=captcha&m=0&u=5a07cfd3-4c6c-11f1-a757-48a0d4a88e51&v= | 344ms | 307ms | 9ms | 3rd |
| Unattributable | 82ms | 3ms | 0ms | 3rd |
CJS BundlesAction9 scripts, 181 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.skyscanner.net/rf8vapwA/captcha.js?a=captcha&m=0&u=5a07cfd3-4c6c-11f1-a757-48a0d4a88e51&v= | 264 KB | 44 KB (17%) | ✓ | 3rd |
| https://www.skyscanner.net/rf8vapwA/captcha.js?a=captcha&m=0&u=5a07cfd3-4c6c-11f1-a757-48a0d4a88e51&v= | 0 KB | 44 KB (17%) | ✓ | 3rd |
| https://www.skyscanner.net/sttc/px/captcha-v2/static/js/main.80db1e99.js | 84 KB | 35 KB (42%) | ✓ | 3rd |
| https://client.px-cloud.net/PXrf8vapwA/main.min.js | 95 KB | 29 KB (30%) | ✓ | 3rd |
| https://client.px-cloud.net/PXrf8vapwA/main.min.js | 0 KB | 29 KB (30%) | ✓ | 3rd |
| blob:https://www.skyscanner.net/ed5a7bfb-3dc7-4e7d-942b-f0d3a7c5e717 | 0 KB | — | ✓ | 3rd |
| blob:https://www.skyscanner.net/1fb65f5f-8719-4426-beb5-3604bfbb7883 | -0 KB | — | ✓ | 3rd |
| blob:https://www.skyscanner.net/c3f743cb-2702-4418-9249-b3f23e293245 | -0 KB | — | ✓ | 3rd |
| https://crcldu.com/bd/auditor.js?v=1778416320000 | 152 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
BHTTP/3 (QUIC)HTTP/3 not advertisedREVIEW
CCompression AlgorithmActionMain response served uncompressedREVIEW
BMain HTML Cache-ControlNo Cache-Control header on main HTML responseREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Page Weight Budget683 KB transferred, 25 requestsPASS
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
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization1 images, 0 KB saveablePASS
A+Font LoadingNo web fonts (system fonts)PASS
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+LCP Image PreloadLCP preload audit not availablePASS
A+Server Response Intelligence1 server-response signal(s) detectedPASS
APage Weight Inventory25 resources · 683 KB · 181 KB savings availablePASS
~180.7 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 25 resources | 683.4 KiB | ||||||
Network Waterfall25 requests over 2485msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
client.px-cloud.net client.px-cloud.net | Other | 656ms | 0 KB | 30% | $9/mo | Costly |
www.skyscanner.net www.skyscanner.net | Other | 344ms | 0 KB | 17% | $5/mo | Costly |
Unattributable Unattributable | Other | 82ms | 0 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- client.px-cloud.net adds 656ms and costs ~$9/month
- www.skyscanner.net adds 344ms and costs ~$5/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
client.px-cloud.net takes 656ms 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.skyscanner.net takes 344ms 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
Image Optimization1 images, 14 KB total, 0 KB wastedINFO
Image Optimization Audit
Total Images
1
Total Size
14 KB