Performance
· 26 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.70 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.14 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
246 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.
2.67 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.
7.27 s
Page Load Progression
DHTTP CachingActionno-store (uncacheable)FIX
private, no-cache, no-store, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
BImage Optimization14 images, 0 KB saveableREVIEW
CJS Execution CostAction1444ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://iptvplaylist.app/_next/static/chunks/1170-bf088dea7b0c004d.js | 396ms | 365ms | 13ms | 1st |
| https://iptvplaylist.app/ | 376ms | 27ms | 34ms | 1st |
| Unattributable | 271ms | 12ms | 0ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-5S71RRM7HZ | 220ms | 180ms | 39ms | 3rd |
| https://scripts.clarity.ms/0.8.69/clarity.js | 181ms | 165ms | 6ms | 3rd |
BJS Bundles22 scripts, 72 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-5S71RRM7HZ | 168 KB | 72 KB (43%) | ✓ | 3rd |
| https://iptvplaylist.app/_next/static/chunks/6473-b776ecb2ef075770.js | 21 KB | — | ✓ | 1st |
| https://iptvplaylist.app/_next/static/chunks/1247-5316b10d6eff8b88.js | 5 KB | — | ✓ | 1st |
| https://iptvplaylist.app/_next/static/chunks/main-app-1ee710acf19d19a0.js | 1 KB | — | ✓ | 1st |
| https://iptvplaylist.app/_next/static/chunks/app/not-found-25ad2cf5e144d7a6.js | 3 KB | — | ✓ | 1st |
| https://iptvplaylist.app/_next/static/chunks/9522-0cd30c82710e891a.js | 16 KB | — | ✓ | 1st |
| https://iptvplaylist.app/_next/static/chunks/3941-30cf580a968ae43f.js | 5 KB | — | ✓ | 1st |
| https://iptvplaylist.app/_next/static/chunks/8685-b43391461d48160b.js | 9 KB | — | ✓ | 1st |
| https://iptvplaylist.app/_next/static/chunks/5002-f2424c89906ed808.js | 14 KB | — | ✓ | 1st |
| https://iptvplaylist.app/_next/static/chunks/2872-62d213d721e5eb41.js | 4 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
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
A+Page Weight Budget703 KB transferred, 51 requestsPASS
AThird-Party Impact29% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading2 fonts (47 KB)PASS
Web fonts
2
47 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 Hints3 hints, 0 missing preconnectsPASS
Current Resource Hints
3 resource hints configured
A+HTTP/3 (QUIC)HTTP/3 advertised via Alt-SvcPASS
A+Compression AlgorithmMain response uses brotliPASS
A+LCP Image PreloadLCP preload audit not availablePASS
A+Main HTML Cache-ControlMain HTML uses no-store -- correct for sensitive/dynamic contentPASS
A+Server Response Intelligence2 server-response signal(s) detectedPASS
A+Page Weight Inventory51 resources · 703 KB · 72 KB savings availablePASS
~72.4 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 51 resources | 703.1 KiB | ||||||
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
AJavaScript Blocking1 JS blocking issue(s) detectedPASS
A+CSS Performance DepthNo CSS performance depth issues detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall51 requests over 2310msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Google Tag Manager www.googletagmanager.com | Tag Manager | 220ms | 168 KB | 43% | €2/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 181ms | 25 KB | — | €2/mo | Optional |
These scripts may cost more than they're worth
- Google Tag Manager adds 220ms and costs ~€2/month
Google Tag Manager takes 220ms 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 Optimization57 images, 110 KB total, 0 KB wastedINFO
Image Optimization Audit
Total Images
57
Total Size
110 KB