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.12 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.76 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
326 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.12 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.53 s
Page Load Progression
BThird-Party Impact59% third-party, 0 ms blockingREVIEW
CJS Execution CostAction1342ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://iptv-org.pro/ | 416ms | 17ms | 19ms | 1st |
| https://iptv-org.pro/_next/static/chunks/122-68a4c6e8b22e0ad6.js | 266ms | 225ms | 17ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-SJYVTBVL5M | 261ms | 197ms | 45ms | 3rd |
| https://scripts.clarity.ms/0.8.69-beta/clarity.js | 214ms | 190ms | 5ms | 3rd |
| Unattributable | 185ms | 7ms | 0ms | 1st |
BJS Bundles10 scripts, 125 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-SJYVTBVL5M | 170 KB | 72 KB (42%) | ✓ | 3rd |
| https://iptv-org.pro/_next/static/chunks/122-68a4c6e8b22e0ad6.js | 52 KB | 27 KB (52%) | ✓ | 1st |
| https://iptv-org.pro/_next/static/chunks/66216d83-1255e684610c5d3c.js | 61 KB | 27 KB (44%) | ✓ | 1st |
| https://iptv-org.pro/_next/static/chunks/webpack-be33c4e88c4b6868.js | 2 KB | — | ✓ | 1st |
| https://iptv-org.pro/_next/static/chunks/main-app-53379581c58e0dd2.js | 0 KB | — | ✓ | 1st |
| https://iptv-org.pro/_next/static/chunks/app/page-5d65b92a0b4a217d.js | 1 KB | — | ✓ | 1st |
| https://umami.bestvid.net/script.js | 3 KB | — | ✓ | 3rd |
| https://www.clarity.ms/tag/y9g114dzh3 | 1 KB | — | ✓ | 3rd |
| https://analytics.ahrefs.com/analytics.js | 3 KB | — | ✓ | 3rd |
| https://scripts.clarity.ms/0.8.69-beta/clarity.js | 25 KB | — | ✓ | 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
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
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+Page Weight Budget354 KB transferred, 20 requestsPASS
A+Text CompressionAll text resources are compressedPASS
A+Image Optimization1 images, 0 KB saveablePASS
A+Font LoadingNo web fonts (system fonts)PASS
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints1 hints, 0 missing preconnectsPASS
Current Resource Hints
1 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 max-age=0 (≤ 5min) is appropriatePASS
A+Server Response Intelligence2 server-response signal(s) detectedPASS
APage Weight Inventory20 resources · 354 KB · 125 KB savings availablePASS
~125.4 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 20 resources | 354.4 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 Waterfall20 requests over 1261msINFO
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 | 261ms | 170 KB | 42% | €3/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 214ms | 25 KB | — | €2/mo | Costly |
These scripts may cost more than they're worth
- Google Tag Manager adds 261ms and costs ~€3/month
- Microsoft Clarity adds 214ms and costs ~€2/month
Google Tag Manager takes 261ms 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
Microsoft Clarity takes 214ms 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 Optimization32 images, 126 KB total, 62 KB wastedINFO
Image Optimization Audit
Total Images
32
Total Size
126 KB
Oversized
6
Wasted
62 KB