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.80 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.30 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
868 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.040
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.32 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.
5.06 s
Page Load Progression
FPage Weight BudgetAction3.3 MB transferred, 201 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
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 CostAction5319ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.delta.com/homepage/26.3.8/mach-core/browser/polyfills.js | 1224ms | 1011ms | 2ms | 1st |
| https://www.delta.com/resources/df032bb95163120c0d0265eb98f27f913a30d77a1d98e | 1044ms | 896ms | 33ms | 1st |
| Unattributable | 843ms | 194ms | 0ms | 3rd |
| https://www.delta.com/NxvV2/ISv/V5F2/Si/veeSUD/1G7hbLaQkOX7LS/fQUZPAE/fnJiRG/IXEUIB | 448ms | 383ms | 45ms | 1st |
| https://www.delta.com/NxvV2/ISv/V5F2/Si/veeSUD/wb7hbLaQ/K0ciPAE/UHQfJX/dcDxdt?v=c25fdc53-9bc7-8767-c05d-4eb57f670210 | 376ms | 290ms | 77ms | 1st |
| https://www.delta.com/eu/en | 368ms | 5ms | 2ms | 1st |
| https://tms.delta.com/delta/dl_anderson/Bootstrap.js | 346ms | 274ms | 54ms | 3rd |
| https://assets.adobedtm.com/3b29aa0834b1/0e49b4a4297a/launch-ab7c06f028a9.min.js | 237ms | 172ms | 55ms | 3rd |
| https://www.delta.com/homepage/26.3.8/mach-core/browser/main.js | 171ms | 3ms | 167ms | 1st |
| https://cdn.cookielaw.org/scripttemplates/202503.1.0/otBannerSdk.js | 136ms | 92ms | 19ms | 3rd |
Showing top 10 of 12 scripts
FJS BundlesAction57 scripts, 1.2 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.delta.com/homepage/26.3.8/mach-core/browser/main.js | 0 KB | 342 KB (52%) | ✓ | 1st |
| https://www.delta.com/homepage/26.3.8/mach-core/browser/main.js | 662 KB | 342 KB (52%) | ✓ | 1st |
| https://cdn.cookielaw.org/scripttemplates/202503.1.0/otBannerSdk.js | 116 KB | 62 KB (53%) | ✓ | 3rd |
| https://tms.delta.com/delta/dl_anderson/Bootstrap.js | 96 KB | 45 KB (47%) | ✓ | 3rd |
| https://tms.delta.com/delta/dl_anderson/Bootstrap.js | 0 KB | 45 KB (47%) | ✓ | 3rd |
| https://assets.adobedtm.com/3b29aa0834b1/0e49b4a4297a/launch-ab7c06f028a9.min.js | 100 KB | 37 KB (37%) | ✓ | 3rd |
| https://assets.adobedtm.com/3b29aa0834b1/0e49b4a4297a/launch-ab7c06f028a9.min.js | 0 KB | 37 KB (37%) | ✓ | 3rd |
| https://www.delta.com/NxvV2/ISv/V5F2/Si/veeSUD/1G7hbLaQkOX7LS/fQUZPAE/fnJiRG/IXEUIB | 173 KB | 36 KB (21%) | ✓ | 1st |
| https://www.delta.com/NxvV2/ISv/V5F2/Si/veeSUD/1G7hbLaQkOX7LS/fQUZPAE/fnJiRG/IXEUIB | 173 KB | 36 KB (21%) | ✓ | 1st |
| https://www.delta.com/NxvV2/ISv/V5F2/Si/veeSUD/wb7hbLaQ/K0ciPAE/UHQfJX/dcDxdt?v=c25fdc53-9bc7-8767-c05d-4eb57f670210 | 0 KB | 34 KB (21%) | ✓ | 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 cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization49 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 Impact18% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading15 fonts (129 KB)PASS
Web fonts
15
129 KB total
Render-blocking
0
of 15
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 Waterfall201 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 | 843ms | 0 KB | — | $11/mo | Costly |
tms.delta.com tms.delta.com | Other | 346ms | 0 KB | 47% | $5/mo | Costly |
assets.adobedtm.com assets.adobedtm.com | Other | 237ms | 0 KB | 37% | $3/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 136ms | 116 KB | 53% | $2/mo | Essential |
These scripts may cost more than they're worth
- Unattributable adds 843ms and costs ~$11/month
- tms.delta.com adds 346ms and costs ~$5/month
- assets.adobedtm.com adds 237ms and costs ~$3/month
Unattributable takes 843ms 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
tms.delta.com takes 346ms 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 237ms 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 OneTrust'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