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.
2.86 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
12.59 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.41 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.004
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
10.90 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.
26.60 s
Page Load Progression
FPage Weight BudgetAction35.0 MB transferred, 318 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
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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction14794ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.airtime.com/_next/static/chunks/43463b79ce561e2b.js?dpl=dpl_5G8oz5rwsBXRNAVwaUZ4BNqQYBp6 | 5949ms | 4327ms | 31ms | 3rd |
| https://www.airtime.com/_next/static/chunks/7a49606dc85869d0.js?dpl=dpl_5G8oz5rwsBXRNAVwaUZ4BNqQYBp6 | 3490ms | 2254ms | 129ms | 3rd |
| https://www.airtime.com/_next/static/chunks/27c9195b51d29285.js?dpl=dpl_5G8oz5rwsBXRNAVwaUZ4BNqQYBp6 | 2669ms | 2324ms | 48ms | 3rd |
| Unattributable | 1151ms | 56ms | 0ms | 3rd |
| https://www.airtime.com/home | 625ms | 40ms | 35ms | 3rd |
| https://www.airtime.com/_next/static/chunks/b530c7326bcd9c63.js?dpl=dpl_5G8oz5rwsBXRNAVwaUZ4BNqQYBp6 | 275ms | 272ms | 2ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MP2L82G | 263ms | 214ms | 46ms | 3rd |
| https://www.airtime.com/_next/static/chunks/cba8986258977648.js?dpl=dpl_5G8oz5rwsBXRNAVwaUZ4BNqQYBp6 | 229ms | 178ms | 49ms | 3rd |
| https://www.airtime.com/_next/static/chunks/42964fd9a84fd3a3.js?dpl=dpl_5G8oz5rwsBXRNAVwaUZ4BNqQYBp6 | 144ms | 82ms | 14ms | 3rd |
FJS BundlesAction111 scripts, 682 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.airtime.com/_next/static/chunks/c6a6e08733ea3a55.js?dpl=dpl_5G8oz5rwsBXRNAVwaUZ4BNqQYBp6 | 130 KB | 124 KB (96%) | ✓ | 3rd |
| https://www.airtime.com/_next/static/chunks/7a49606dc85869d0.js?dpl=dpl_5G8oz5rwsBXRNAVwaUZ4BNqQYBp6 | 285 KB | 117 KB (41%) | ✓ | 3rd |
| https://www.airtime.com/_next/static/chunks/149a97fb38f876d6.js?dpl=dpl_5G8oz5rwsBXRNAVwaUZ4BNqQYBp6 | 102 KB | 100 KB (98%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MP2L82G | 165 KB | 73 KB (44%) | ✓ | 3rd |
| https://www.airtime.com/_next/static/chunks/cba8986258977648.js?dpl=dpl_5G8oz5rwsBXRNAVwaUZ4BNqQYBp6 | 90 KB | 70 KB (78%) | ✓ | 3rd |
| https://www.airtime.com/_next/static/chunks/de5d941d3b65f444.js?dpl=dpl_5G8oz5rwsBXRNAVwaUZ4BNqQYBp6 | 42 KB | 42 KB (100%) | ✓ | 3rd |
| https://www.airtime.com/_next/static/chunks/113f98656ae342b2.js?dpl=dpl_5G8oz5rwsBXRNAVwaUZ4BNqQYBp6 | 78 KB | 41 KB (53%) | ✓ | 3rd |
| https://www.airtime.com/_next/static/chunks/43463b79ce561e2b.js?dpl=dpl_5G8oz5rwsBXRNAVwaUZ4BNqQYBp6 | 61 KB | 36 KB (59%) | ✓ | 3rd |
| https://www.airtime.com/_next/static/chunks/4bc978b987ec3de9.js?dpl=dpl_5G8oz5rwsBXRNAVwaUZ4BNqQYBp6 | 48 KB | 34 KB (71%) | ✓ | 3rd |
| https://www.airtime.com/_next/static/chunks/f66909e545e28188.js?dpl=dpl_5G8oz5rwsBXRNAVwaUZ4BNqQYBp6 | 39 KB | 23 KB (59%) | ✓ | 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingpublic, max-age=0, must-revalidateREVIEW
public, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization31 images, 0 KB saveablePASS
A+Font Loading6 fonts (229 KB)PASS
Web fonts
6
229 KB total
Render-blocking
0
of 6
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 Hints11 hints, 0 missing preconnectsPASS
Current Resource Hints
11 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall318 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 |
|---|---|---|---|---|---|---|
www.airtime.com www.airtime.com | Other | 5949ms | 61 KB | 59% | €65/mo | Costly |
www.airtime.com www.airtime.com | Other | 3490ms | 285 KB | 41% | €38/mo | Costly |
www.airtime.com www.airtime.com | Other | 2669ms | 64 KB | — | €29/mo | Costly |
Unattributable Unattributable | Other | 1151ms | 0 KB | — | €12/mo | Costly |
www.airtime.com www.airtime.com | Other | 625ms | 53 KB | — | €7/mo | Costly |
www.airtime.com www.airtime.com | Other | 275ms | 9 KB | — | €3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 263ms | 165 KB | 44% | €3/mo | Costly |
www.airtime.com www.airtime.com | Other | 229ms | 90 KB | 78% | €2/mo | Costly |
www.airtime.com www.airtime.com | Other | 144ms | 30 KB | — | €2/mo | Optional |
These scripts may cost more than they're worth
- www.airtime.com adds 5949ms and costs ~€65/month
- www.airtime.com adds 3490ms and costs ~€38/month
- www.airtime.com adds 2669ms and costs ~€29/month
- Unattributable adds 1151ms and costs ~€12/month
- www.airtime.com adds 625ms and costs ~€7/month
- www.airtime.com adds 275ms and costs ~€3/month
- Google Tag Manager adds 263ms and costs ~€3/month
- www.airtime.com adds 229ms and costs ~€2/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
www.airtime.com takes 5949ms 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
59% of www.airtime.com'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
www.airtime.com takes 3490ms 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.airtime.com takes 2669ms 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 1151ms 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.airtime.com takes 625ms 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.airtime.com takes 275ms 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
Google Tag Manager takes 263ms 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.airtime.com takes 229ms 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
78% of www.airtime.com'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