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.
1.57 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.90 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
548 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.045
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.13 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.
2.91 s
Page Load Progression
DJS Execution CostAction2186ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://polyfill.ryanair.com/?features=intersectionObserver,cssVars,objectFit | 1135ms | 953ms | 2ms | 3rd |
| https://www.ryanair.com/homepage_dist/desktop/main.da34040018a53c11.js | 434ms | 392ms | 6ms | 1st |
| https://www.ryanair.com/nl/nl | 332ms | 3ms | 1ms | 1st |
| Unattributable | 285ms | 5ms | 0ms | 3rd |
DHTTP CachingActionno-store (uncacheable)FIX
no-store
| Directive | Value | Meaning |
|---|---|---|
| no-store | — | Never cache this response |
CPage Weight BudgetAction1.6 MB transferred, 96 requestsREVIEW
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
BImage Optimization27 images, 0 KB saveableREVIEW
CJS BundlesAction10 scripts, 253 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.ryanair.com/homepage_dist/desktop/main.da34040018a53c11.js | 730 KB | 253 KB (35%) | ✓ | 1st |
| https://polyfill.ryanair.com/?features=intersectionObserver,cssVars,objectFit | 14 KB | — | ✓ | 3rd |
| https://www.ryanair.com/homepage_dist/desktop/runtime.a821d64f749d4a53.js | 10 KB | — | ✓ | 1st |
| https://www.ryanair.com/homepage_dist/desktop/2096.1de430d6b2119a7e.js | 1 KB | — | ✓ | 1st |
| https://www.ryanair.com/homepage_dist/desktop/4271.6552b846e08699bb.js | 1 KB | — | ✓ | 1st |
| https://www.ryanair.com/homepage_dist/desktop/1010.f2f9833b32b6d723.js | 1 KB | — | ✓ | 1st |
| https://www.ryanair.com/homepage_dist/desktop/3132.1f1cad4667cb0cc0.js | 15 KB | — | ✓ | 1st |
| https://www.ryanair.com/homepage_dist/desktop/3433.185d962500282c45.js | 5 KB | — | ✓ | 1st |
| https://www.ryanair.com/flightselect_dist/desktop/runtime.d4def03edbc4be58.js | 12 KB | — | ✓ | 1st |
| https://www.ryanair.com/flightselect_dist/desktop/main.acd1eaff4f7df2d6.js | 633 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Third-Party Impact6% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading2 fonts (23 KB)PASS
Web fonts
2
23 KB total
Render-blocking
0
of 2
Dominant font-display
swap
Most common across fonts
Font loading timeline
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 CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall96 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 |
|---|---|---|---|---|---|---|
polyfill.ryanair.com polyfill.ryanair.com | Other | 1135ms | 14 KB | — | €20/mo | Costly |
Unattributable Unattributable | Other | 285ms | 0 KB | — | €5/mo | Costly |
These scripts may cost more than they're worth
- polyfill.ryanair.com adds 1135ms and costs ~€20/month
- Unattributable adds 285ms and costs ~€5/month
65% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
polyfill.ryanair.com takes 1135ms 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 285ms 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