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.
896 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.50 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
493 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.014
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.89 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.70 s
Page Load Progression
FPage Weight BudgetAction48.4 MB transferred, 347 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 CostAction5351ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.airtime.com/_next/static/chunks/43463b79ce561e2b.js?dpl=dpl_5G8oz5rwsBXRNAVwaUZ4BNqQYBp6 | 1809ms | 1246ms | 16ms | 3rd |
| https://www.airtime.com/_next/static/chunks/7a49606dc85869d0.js?dpl=dpl_5G8oz5rwsBXRNAVwaUZ4BNqQYBp6 | 1261ms | 804ms | 24ms | 3rd |
| https://www.airtime.com/_next/static/chunks/27c9195b51d29285.js?dpl=dpl_5G8oz5rwsBXRNAVwaUZ4BNqQYBp6 | 780ms | 675ms | 9ms | 3rd |
| https://www.airtime.com/home | 567ms | 17ms | 13ms | 3rd |
| Unattributable | 468ms | 24ms | 0ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202510.1.0/otBannerSdk.js | 170ms | 106ms | 43ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MP2L82G | 149ms | 110ms | 29ms | 3rd |
| https://www.airtime.com/_next/static/chunks/turbopack-57f3f69869c5baba.js?dpl=dpl_5G8oz5rwsBXRNAVwaUZ4BNqQYBp6 | 77ms | 77ms | 0ms | 3rd |
| https://www.airtime.com/_next/static/chunks/42964fd9a84fd3a3.js?dpl=dpl_5G8oz5rwsBXRNAVwaUZ4BNqQYBp6 | 69ms | 45ms | 5ms | 3rd |
FJS BundlesAction113 scripts, 748 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 | 116 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 (45%) | ✓ | 3rd |
| https://www.airtime.com/_next/static/chunks/cba8986258977648.js?dpl=dpl_5G8oz5rwsBXRNAVwaUZ4BNqQYBp6 | 90 KB | 70 KB (78%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202510.1.0/otBannerSdk.js | 123 KB | 65 KB (53%) | ✓ | 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 (58%) | ✓ | 3rd |
| https://www.airtime.com/_next/static/chunks/4bc978b987ec3de9.js?dpl=dpl_5G8oz5rwsBXRNAVwaUZ4BNqQYBp6 | 48 KB | 34 KB (71%) | ✓ | 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
AImage Optimization34 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 HintsNo optimization neededPASS
Network Waterfall347 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 | 1809ms | 61 KB | 58% | €20/mo | Costly |
www.airtime.com www.airtime.com | Other | 1261ms | 285 KB | 41% | €14/mo | Costly |
www.airtime.com www.airtime.com | Other | 780ms | 64 KB | — | €8/mo | Costly |
www.airtime.com www.airtime.com | Other | 567ms | 53 KB | — | €6/mo | Costly |
Unattributable Unattributable | Other | 468ms | 0 KB | — | €5/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 170ms | 123 KB | 53% | €2/mo | Essential |
Google Tag Manager www.googletagmanager.com | Tag Manager | 149ms | 165 KB | 45% | €2/mo | Optional |
www.airtime.com www.airtime.com | Other | 77ms | 5 KB | — | €1/mo | Optional |
www.airtime.com www.airtime.com | Other | 69ms | 30 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- www.airtime.com adds 1809ms and costs ~€20/month
- www.airtime.com adds 1261ms and costs ~€14/month
- www.airtime.com adds 780ms and costs ~€8/month
- www.airtime.com adds 567ms and costs ~€6/month
- Unattributable adds 468ms 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
www.airtime.com takes 1809ms 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
58% 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 1261ms 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 780ms 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 567ms 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 468ms 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