Skip to content
https://iptvplaylist.app

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
93
GRADE
A
FIX
1
REVIEW
4
PASS
18
INFO
3

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

81
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
100
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
26
18 PASS 4 REVIEW 1 FIX
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: private, no-cache, no-store, max-age=0, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

private, no-cache, no-store, max-age=0, must-revalidate

DirectiveValueMeaning
privateOnly browser cache, not CDN/proxy
no-cacheCache but always revalidate first
no-storeNever cache this response
max-age0Cache for 0 seconds
must-revalidateMust recheck with server after expiry
B
Image Optimization
14 images, 0 KB saveable
REVIEW
14 images, 0 KB saveable
Info::
All images are well-optimized
14 images 111 KB
0 oversized -0 KB
10 legacy format
0 missing dimensions CLS risk
C
JS Execution Cost
Action
1444ms total JS execution
REVIEW
1444ms total JS execution
Warning::
https://iptvplaylist.app/_next/static/chunks/1170-...: 396ms CPU time
Warning::
https://iptvplaylist.app/: 376ms CPU time
Warning::
Unattributable: 271ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-5S71...: 220ms CPU time
Info::
https://scripts.clarity.ms/0.8.69/clarity.js: 181ms CPU time
Info::
Third-party scripts: 402ms (28% of total)

Main Thread Breakdown

Script Evaluation 53% Other 19% Style & Layout 15% Script Parsing & Compilation 8%
ScriptTotalScriptingParse/CompileParty
https://iptvplaylist.app/_next/static/chunks/1170-bf088dea7b0c004d.js396ms365ms13ms1st
https://iptvplaylist.app/376ms27ms34ms1st
Unattributable271ms12ms0ms1st
https://www.googletagmanager.com/gtag/js?id=G-5S71RRM7HZ220ms180ms39ms3rd
https://scripts.clarity.ms/0.8.69/clarity.js181ms165ms6ms3rd
B
JS Bundles
22 scripts, 72 KB unused
REVIEW
22 scripts, 72 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-5S71...: 72 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 72 KB
72 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-5S71RRM7HZ168 KB72 KB (43%)3rd
https://iptvplaylist.app/_next/static/chunks/6473-b776ecb2ef075770.js21 KB1st
https://iptvplaylist.app/_next/static/chunks/1247-5316b10d6eff8b88.js5 KB1st
https://iptvplaylist.app/_next/static/chunks/main-app-1ee710acf19d19a0.js1 KB1st
https://iptvplaylist.app/_next/static/chunks/app/not-found-25ad2cf5e144d7a6.js3 KB1st
https://iptvplaylist.app/_next/static/chunks/9522-0cd30c82710e891a.js16 KB1st
https://iptvplaylist.app/_next/static/chunks/3941-30cf580a968ae43f.js5 KB1st
https://iptvplaylist.app/_next/static/chunks/8685-b43391461d48160b.js9 KB1st
https://iptvplaylist.app/_next/static/chunks/5002-f2424c89906ed808.js14 KB1st
https://iptvplaylist.app/_next/static/chunks/2872-62d213d721e5eb41.js4 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
A+
Page Weight Budget
703 KB transferred, 51 requests
PASS
703 KB transferred, 51 requests
Info::
Page weighs 1.9 MB (703 KB transferred)
Info::
51 HTTP requests
Info::
Estimated 0.14 g CO2 per page load
703 KB / 2.4 MB budget
703 KB transferred
51 requests
0.14 g CO2 per page load
JavaScript 431.9 KiB 61%
Images 110.6 KiB 16%
HTML 51.0 KiB 7%
Fonts 46.6 KiB 7%
Other 31.0 KiB 4%
CSS 27.2 KiB 4%
Other 3.5 KiB 0%
Other 847 B 0%
Other 587 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Under budget
A
Third-Party Impact
29% third-party, 0 ms blocking
PASS
29% third-party, 0 ms blocking
Info::
Third-party code accounts for 29% of page weight (202.4 KiB of 703.1 KiB)
Info::
Third-party blocking time is low (0 ms)
71%
29%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
2 fonts (47 KB)
PASS
2 fonts (47 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

47 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.7 s LCP 4.1 shttps://iptvplaylist.app/_next/static/media/1755441e3a2fa970-s.p.woff21755441e3a2fa970-s.p.woff2 https://iptvplaylist.app/_next/static/media/1755441e3a2fa970-s.p.woff2 — 35.5 KiB — 42 ms — font-display: swaphttps://iptvplaylist.app/_next/static/media/cd333bdcb43b4c68-s.woff2cd333bdcb43b4c68-s.woff2 https://iptvplaylist.app/_next/static/media/cd333bdcb43b4c68-s.woff2 — 11.1 KiB — 44 ms — font-display: swap
1755441e3a2fa970-s.p.woff2 woff2 swap
Size 35 KB
Load time 42 ms
Start 420 ms
Risk FOUT — text flashes from fallback to web font
cd333bdcb43b4c68-s.woff2 woff2 swap
Size 11 KB
Load time 44 ms
Start 421 ms
Risk FOUT — text flashes from fallback to web font
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 Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
3 hints, 0 missing preconnects
PASS
3 hints, 0 missing preconnects
Info::
Page uses 3 resource hint(s)

Current Resource Hints

preconnect
preload
3
dns-prefetch
prefetch

3 resource hints configured

A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
Compression Algorithm
Main response uses brotli
PASS
Main response uses brotli
Info::
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Main HTML Cache-Control
Main HTML uses no-store -- correct for sensitive/dynamic content
PASS
Main HTML uses no-store -- correct for sensitive/dynamic content
Info::
Main HTML uses no-store -- correct for sensitive/dynamic content
Got: private, no-cache, no-store, max-age=0, must-revalidate
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: RSC, Next-Router-State-Tree, Next-Router-Prefetch, Next-Router-Segment-Prefetch
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
A+
Page Weight Inventory
51 resources · 703 KB · 72 KB savings available
PASS
51 resources · 703 KB · 72 KB savings available
Info::
Within 1MB page-weight target
Got: 703 KB
Info::
~72 KB of savings available
Info::
10 third-party resources (29% of weight)
51 resources · 703.1 KiB · 10 third-party Within 1MB page-weight target
JavaScript 61% · 431.9 KiB
Image 20% · 141.6 KiB
Document 7% · 51.0 KiB
Font 7% · 46.6 KiB
CSS 4% · 27.2 KiB
Other 1% · 4.9 KiB

~72.4 KiB of savings available

Remove unused JavaScript: 72.4 KiB
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A
JavaScript Blocking
1 JS blocking issue(s) detected
PASS
1 JS blocking issue(s) detected
Warning::
1 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
51 requests over 2310ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.7 s LCP 4.1 shttps://iptvplaylist.app// https://iptvplaylist.app/ — 200 — 51.0 KiB — 310 ms — h2https://iptvplaylist.app/_next/static/css/2256e5697bbbc750.css/_next/static/css/2256e5697bbbc750.... https://iptvplaylist.app/_next/static/css/2256e5697bbbc750.css — 200 — 1.4 KiB — 38 ms — h2https://iptvplaylist.app/_next/static/css/8aef3bf2f2359e91.css/_next/static/css/8aef3bf2f2359e91.... https://iptvplaylist.app/_next/static/css/8aef3bf2f2359e91.css — 200 — 25.8 KiB — 57 ms — h2https://iptvplaylist.app/images/home/hero.webp/images/home/hero.webp https://iptvplaylist.app/images/home/hero.webp — 200 — 29.1 KiB — 58 ms — h2https://iptvplaylist.app/site.webmanifest/site.webmanifest https://iptvplaylist.app/site.webmanifest — 200 — 847 B — 85 ms — h3https://iptvplaylist.app/_next/static/chunks/webpack-4768b421d3a9d28f.js/_next/static/chunks/webpack-4768b4... https://iptvplaylist.app/_next/static/chunks/webpack-4768b421d3a9d28f.js — 200 — 2.4 KiB — 69 ms — h3https://iptvplaylist.app/_next/static/chunks/88ff4859-591c1e4933d759ba.js/_next/static/chunks/88ff4859-591c1... https://iptvplaylist.app/_next/static/chunks/88ff4859-591c1e4933d759ba.js — 200 — 54.2 KiB — 55 ms — h3https://iptvplaylist.app/_next/static/chunks/1170-bf088dea7b0c004d.js/_next/static/chunks/1170-bf088dea7... https://iptvplaylist.app/_next/static/chunks/1170-bf088dea7b0c004d.js — 200 — 45.4 KiB — 97 ms — h3https://iptvplaylist.app/_next/static/chunks/main-app-1ee710acf19d19a0.js/_next/static/chunks/main-app-1ee71... https://iptvplaylist.app/_next/static/chunks/main-app-1ee710acf19d19a0.js — 200 — 733 B — 54 ms — h3https://iptvplaylist.app/_next/static/chunks/app/not-found-25ad2cf5e144d7a6.js/_next/static/chunks/app/not-found-... https://iptvplaylist.app/_next/static/chunks/app/not-found-25ad2cf5e144d7a6.js — 200 — 3.1 KiB — 89 ms — h3https://iptvplaylist.app/_next/static/chunks/9522-0cd30c82710e891a.js/_next/static/chunks/9522-0cd30c827... https://iptvplaylist.app/_next/static/chunks/9522-0cd30c82710e891a.js — 200 — 15.6 KiB — 89 ms — h3https://iptvplaylist.app/_next/static/chunks/3941-30cf580a968ae43f.js/_next/static/chunks/3941-30cf580a9... https://iptvplaylist.app/_next/static/chunks/3941-30cf580a968ae43f.js — 200 — 5.1 KiB — 89 ms — h3https://iptvplaylist.app/_next/static/chunks/8685-b43391461d48160b.js/_next/static/chunks/8685-b43391461... https://iptvplaylist.app/_next/static/chunks/8685-b43391461d48160b.js — 200 — 8.5 KiB — 97 ms — h3https://iptvplaylist.app/_next/static/chunks/5002-f2424c89906ed808.js/_next/static/chunks/5002-f2424c899... https://iptvplaylist.app/_next/static/chunks/5002-f2424c89906ed808.js — 200 — 13.9 KiB — 97 ms — h3https://iptvplaylist.app/_next/static/chunks/2872-62d213d721e5eb41.js/_next/static/chunks/2872-62d213d72... https://iptvplaylist.app/_next/static/chunks/2872-62d213d721e5eb41.js — 200 — 3.9 KiB — 97 ms — h3https://iptvplaylist.app/_next/static/chunks/6473-b776ecb2ef075770.js/_next/static/chunks/6473-b776ecb2e... https://iptvplaylist.app/_next/static/chunks/6473-b776ecb2ef075770.js — 200 — 21.2 KiB — 108 ms — h3https://iptvplaylist.app/_next/static/chunks/app/%5Blocale%5D/(marketing)/layout-1f26edef548fce0b.js/_next/static/chunks/app/%5Blocale%... https://iptvplaylist.app/_next/static/chunks/app/%5Blocale%5D/(marketing)/layout-1f26edef548fce0b.js — 200 — 11.9 KiB — 102 ms — h3https://iptvplaylist.app/_next/static/chunks/1247-5316b10d6eff8b88.js/_next/static/chunks/1247-5316b10d6... https://iptvplaylist.app/_next/static/chunks/1247-5316b10d6eff8b88.js — 200 — 4.9 KiB — 101 ms — h3https://iptvplaylist.app/_next/static/chunks/app/%5Blocale%5D/(marketing)/(home)/page-c85f23f295a10c8a.js/_next/static/chunks/app/%5Blocale%... https://iptvplaylist.app/_next/static/chunks/app/%5Blocale%5D/(marketing)/(home)/page-c85f23f295a10c8a.js — 200 — 10.0 KiB — 108 ms — h3https://iptvplaylist.app/_next/static/chunks/3007-cd0af6262d7d4702.js/_next/static/chunks/3007-cd0af6262... https://iptvplaylist.app/_next/static/chunks/3007-cd0af6262d7d4702.js — 200 — 26.4 KiB — 108 ms — h3https://iptvplaylist.app/_next/static/chunks/app/%5Blocale%5D/layout-b9b0cc1fad3f24a9.js/_next/static/chunks/app/%5Blocale%... https://iptvplaylist.app/_next/static/chunks/app/%5Blocale%5D/layout-b9b0cc1fad3f24a9.js — 200 — 3.6 KiB — 106 ms — h3https://iptvplaylist.app/_next/static/chunks/app/%5Blocale%5D/error-c5d1687afadac850.js/_next/static/chunks/app/%5Blocale%... https://iptvplaylist.app/_next/static/chunks/app/%5Blocale%5D/error-c5d1687afadac850.js — 200 — 752 B — 106 ms — h3https://iptvplaylist.app/logo-mark.png/logo-mark.png https://iptvplaylist.app/logo-mark.png — 200 — 4.2 KiB — 107 ms — h3https://iptvplaylist.app/images/home/sports.webp/images/home/sports.webp https://iptvplaylist.app/images/home/sports.webp — 200 — 23.2 KiB — 69 ms — h3https://iptvplaylist.app/images/home/football.webp/images/home/football.webp https://iptvplaylist.app/images/home/football.webp — 200 — 22.8 KiB — 55 ms — h3https://iptvplaylist.app/images/home/brazil.webp/images/home/brazil.webp https://iptvplaylist.app/images/home/brazil.webp — 200 — 25.4 KiB — 49 ms — h3https://iptvplaylist.app/images/flags/at.svg/images/flags/at.svg https://iptvplaylist.app/images/flags/at.svg — 200 — 640 B — 45 ms — h3https://iptvplaylist.app/images/flags/be.svg/images/flags/be.svg https://iptvplaylist.app/images/flags/be.svg — 200 — 694 B — 48 ms — h3https://iptvplaylist.app/images/flags/cz.svg/images/flags/cz.svg https://iptvplaylist.app/images/flags/cz.svg — 200 — 647 B — 68 ms — h3https://iptvplaylist.app/images/flags/dk.svg/images/flags/dk.svg https://iptvplaylist.app/images/flags/dk.svg — 200 — 650 B — 70 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.7 s LCP 4.1 shttps://iptvplaylist.app// https://iptvplaylist.app/ — 200 — 51.0 KiB — 310 ms — h2https://iptvplaylist.app/_next/static/css/2256e5697bbbc750.css/_next/static/css/2256e5697bbbc750.... https://iptvplaylist.app/_next/static/css/2256e5697bbbc750.css — 200 — 1.4 KiB — 38 ms — h2https://iptvplaylist.app/_next/static/css/8aef3bf2f2359e91.css/_next/static/css/8aef3bf2f2359e91.... https://iptvplaylist.app/_next/static/css/8aef3bf2f2359e91.css — 200 — 25.8 KiB — 57 ms — h2https://iptvplaylist.app/images/home/hero.webp/images/home/hero.webp https://iptvplaylist.app/images/home/hero.webp — 200 — 29.1 KiB — 58 ms — h2https://iptvplaylist.app/site.webmanifest/site.webmanifest https://iptvplaylist.app/site.webmanifest — 200 — 847 B — 85 ms — h3https://iptvplaylist.app/_next/static/chunks/webpack-4768b421d3a9d28f.js/_next/static/chunks/webpack-4768b4... https://iptvplaylist.app/_next/static/chunks/webpack-4768b421d3a9d28f.js — 200 — 2.4 KiB — 69 ms — h3https://iptvplaylist.app/_next/static/chunks/88ff4859-591c1e4933d759ba.js/_next/static/chunks/88ff4859-591c1... https://iptvplaylist.app/_next/static/chunks/88ff4859-591c1e4933d759ba.js — 200 — 54.2 KiB — 55 ms — h3https://iptvplaylist.app/_next/static/chunks/1170-bf088dea7b0c004d.js/_next/static/chunks/1170-bf088dea7... https://iptvplaylist.app/_next/static/chunks/1170-bf088dea7b0c004d.js — 200 — 45.4 KiB — 97 ms — h3https://iptvplaylist.app/_next/static/chunks/main-app-1ee710acf19d19a0.js/_next/static/chunks/main-app-1ee71... https://iptvplaylist.app/_next/static/chunks/main-app-1ee710acf19d19a0.js — 200 — 733 B — 54 ms — h3https://iptvplaylist.app/_next/static/chunks/app/not-found-25ad2cf5e144d7a6.js/_next/static/chunks/app/not-found-... https://iptvplaylist.app/_next/static/chunks/app/not-found-25ad2cf5e144d7a6.js — 200 — 3.1 KiB — 89 ms — h3https://iptvplaylist.app/_next/static/chunks/9522-0cd30c82710e891a.js/_next/static/chunks/9522-0cd30c827... https://iptvplaylist.app/_next/static/chunks/9522-0cd30c82710e891a.js — 200 — 15.6 KiB — 89 ms — h3https://iptvplaylist.app/_next/static/chunks/3941-30cf580a968ae43f.js/_next/static/chunks/3941-30cf580a9... https://iptvplaylist.app/_next/static/chunks/3941-30cf580a968ae43f.js — 200 — 5.1 KiB — 89 ms — h3https://iptvplaylist.app/_next/static/chunks/8685-b43391461d48160b.js/_next/static/chunks/8685-b43391461... https://iptvplaylist.app/_next/static/chunks/8685-b43391461d48160b.js — 200 — 8.5 KiB — 97 ms — h3https://iptvplaylist.app/_next/static/chunks/5002-f2424c89906ed808.js/_next/static/chunks/5002-f2424c899... https://iptvplaylist.app/_next/static/chunks/5002-f2424c89906ed808.js — 200 — 13.9 KiB — 97 ms — h3https://iptvplaylist.app/_next/static/chunks/2872-62d213d721e5eb41.js/_next/static/chunks/2872-62d213d72... https://iptvplaylist.app/_next/static/chunks/2872-62d213d721e5eb41.js — 200 — 3.9 KiB — 97 ms — h3https://iptvplaylist.app/_next/static/chunks/6473-b776ecb2ef075770.js/_next/static/chunks/6473-b776ecb2e... https://iptvplaylist.app/_next/static/chunks/6473-b776ecb2ef075770.js — 200 — 21.2 KiB — 108 ms — h3https://iptvplaylist.app/_next/static/chunks/app/%5Blocale%5D/(marketing)/layout-1f26edef548fce0b.js/_next/static/chunks/app/%5Blocale%... https://iptvplaylist.app/_next/static/chunks/app/%5Blocale%5D/(marketing)/layout-1f26edef548fce0b.js — 200 — 11.9 KiB — 102 ms — h3https://iptvplaylist.app/_next/static/chunks/1247-5316b10d6eff8b88.js/_next/static/chunks/1247-5316b10d6... https://iptvplaylist.app/_next/static/chunks/1247-5316b10d6eff8b88.js — 200 — 4.9 KiB — 101 ms — h3https://iptvplaylist.app/_next/static/chunks/app/%5Blocale%5D/(marketing)/(home)/page-c85f23f295a10c8a.js/_next/static/chunks/app/%5Blocale%... https://iptvplaylist.app/_next/static/chunks/app/%5Blocale%5D/(marketing)/(home)/page-c85f23f295a10c8a.js — 200 — 10.0 KiB — 108 ms — h3https://iptvplaylist.app/_next/static/chunks/3007-cd0af6262d7d4702.js/_next/static/chunks/3007-cd0af6262... https://iptvplaylist.app/_next/static/chunks/3007-cd0af6262d7d4702.js — 200 — 26.4 KiB — 108 ms — h3https://iptvplaylist.app/_next/static/chunks/app/%5Blocale%5D/layout-b9b0cc1fad3f24a9.js/_next/static/chunks/app/%5Blocale%... https://iptvplaylist.app/_next/static/chunks/app/%5Blocale%5D/layout-b9b0cc1fad3f24a9.js — 200 — 3.6 KiB — 106 ms — h3https://iptvplaylist.app/_next/static/chunks/app/%5Blocale%5D/error-c5d1687afadac850.js/_next/static/chunks/app/%5Blocale%... https://iptvplaylist.app/_next/static/chunks/app/%5Blocale%5D/error-c5d1687afadac850.js — 200 — 752 B — 106 ms — h3https://iptvplaylist.app/logo-mark.png/logo-mark.png https://iptvplaylist.app/logo-mark.png — 200 — 4.2 KiB — 107 ms — h3https://iptvplaylist.app/images/home/sports.webp/images/home/sports.webp https://iptvplaylist.app/images/home/sports.webp — 200 — 23.2 KiB — 69 ms — h3https://iptvplaylist.app/images/home/football.webp/images/home/football.webp https://iptvplaylist.app/images/home/football.webp — 200 — 22.8 KiB — 55 ms — h3https://iptvplaylist.app/images/home/brazil.webp/images/home/brazil.webp https://iptvplaylist.app/images/home/brazil.webp — 200 — 25.4 KiB — 49 ms — h3https://iptvplaylist.app/images/flags/at.svg/images/flags/at.svg https://iptvplaylist.app/images/flags/at.svg — 200 — 640 B — 45 ms — h3https://iptvplaylist.app/images/flags/be.svg/images/flags/be.svg https://iptvplaylist.app/images/flags/be.svg — 200 — 694 B — 48 ms — h3https://iptvplaylist.app/images/flags/cz.svg/images/flags/cz.svg https://iptvplaylist.app/images/flags/cz.svg — 200 — 647 B — 68 ms — h3https://iptvplaylist.app/images/flags/dk.svg/images/flags/dk.svg https://iptvplaylist.app/images/flags/dk.svg — 200 — 650 B — 70 ms — h3https://iptvplaylist.app/images/flags/fi.svg/images/flags/fi.svg https://iptvplaylist.app/images/flags/fi.svg — 200 — 658 B — 68 ms — h3https://iptvplaylist.app/images/flags/fr.svg/images/flags/fr.svg https://iptvplaylist.app/images/flags/fr.svg — 200 — 649 B — 68 ms — h3https://iptvplaylist.app/images/flags/de.svg/images/flags/de.svg https://iptvplaylist.app/images/flags/de.svg — 200 — 633 B — 62 ms — h3https://iptvplaylist.app/images/flags/gr.svg/images/flags/gr.svg https://iptvplaylist.app/images/flags/gr.svg — 200 — 784 B — 58 ms — h3https://iptvplaylist.app/images/flags/hu.svg/images/flags/hu.svg https://iptvplaylist.app/images/flags/hu.svg — 200 — 663 B — 60 ms — h3https://iptvplaylist.app/_next/static/media/1755441e3a2fa970-s.p.woff2/_next/static/media/1755441e3a2fa97... https://iptvplaylist.app/_next/static/media/1755441e3a2fa970-s.p.woff2 — 200 — 35.5 KiB — 42 ms — h3https://iptvplaylist.app/_next/static/media/cd333bdcb43b4c68-s.woff2/_next/static/media/cd333bdcb43b4c6... https://iptvplaylist.app/_next/static/media/cd333bdcb43b4c68-s.woff2 — 200 — 11.1 KiB — 44 ms — h3https://iptvplaylist.app/favicon.ico/favicon.ico https://iptvplaylist.app/favicon.ico — 200 — 5.0 KiB — 42 ms — h3https://iptvplaylist.app/android-chrome-192x192.png/android-chrome-192x192.png https://iptvplaylist.app/android-chrome-192x192.png — 200 — 26.0 KiB — 34 ms — h3https://iptvplaylist.app/iptv-checker?_rsc=t70zj/iptv-checker?_rsc=t70zj https://iptvplaylist.app/iptv-checker?_rsc=t70zj — 200 — 951 B — 41 ms — h3https://iptvplaylist.app/sports-playlist?_rsc=t70zj/sports-playlist?_rsc=t70zj https://iptvplaylist.app/sports-playlist?_rsc=t70zj — 200 — 956 B — 454 ms — h3https://www.googletagmanager.com/gtag/js?id=G-5S71RRM7HZwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-5S71RRM7HZ — 200 — 168.0 KiB — 264 ms — h2https://umami.bestvid.net/script.jsumami.bestvid.net/script.js https://umami.bestvid.net/script.js — 200 — 3.0 KiB — 104 ms — h3https://analytics.ahrefs.com/analytics.jsanalytics.ahrefs.com/analytics.js https://analytics.ahrefs.com/analytics.js — 200 — 3.0 KiB — 86 ms — h3https://www.clarity.ms/tag/y9fiiuzhu4www.clarity.ms/tag/y9fiiuzhu4 https://www.clarity.ms/tag/y9fiiuzhu4 — 200 — 1.1 KiB — 144 ms — http/1.1https://analytics.ahrefs.com/api/eventanalytics.ahrefs.com/api/event https://analytics.ahrefs.com/api/event — 200 — 307 B — 132 ms — h3https://umami.bestvid.net/api/sendumami.bestvid.net/api/send https://umami.bestvid.net/api/send — 204 — 0 B — 132 ms — h3https://scripts.clarity.ms/0.8.69/clarity.jsscripts.clarity.ms/0.8.69/clarity.j... https://scripts.clarity.ms/0.8.69/clarity.js — 200 — 25.2 KiB — 126 ms — h2https://umami.bestvid.net/api/sendumami.bestvid.net/api/send https://umami.bestvid.net/api/send — 200 — 1.1 KiB — 63 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-5S71RRM7HZ&gtm=45je68s1h1v9262558672za200zd9262558672&_p=1788264492320&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=329504044.1788264493&frm=0&ngs=1&pscdl=noapi&rcb=0&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B151.0.7922.173%7CNot%253DA%253FBrand%3B99.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115616986~115938465~115938469~118012009~118897920~118897930~120385423&sid=1788264492&sct=1&seg=0&dl=https%3A%2F%2Fiptvplaylist.app%2F&dt=Public%20IPTV%20Playlist%20Directory%20%26%20Free%20M3U%20Tools&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1746region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-5S71RRM7HZ&gtm=45je68s1h1v9262558672za200zd9262558672&_p=1788264492320&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=329504044.1788264493&frm=0&ngs=1&pscdl=noapi&rcb=0&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B151.0.7922.173%7CNot%253DA%253FBrand%3B99.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115616986~115938465~115938469~118012009~118897920~118897930~120385423&sid=1788264492&sct=1&seg=0&dl=https%3A%2F%2Fiptvplaylist.app%2F&dt=Public%20IPTV%20Playlist%20Directory%20%26%20Free%20M3U%20Tools&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1746 — 204 — 550 B — 90 ms — h2https://f.clarity.ms/collectf.clarity.ms/collect https://f.clarity.ms/collect — 204 — 280 B — 448 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
28% of JavaScript execution is third-party
First-party Third-party 402ms · 193KB · €4/mo
Google Tag Manager
Tag Manager
Costly
Execution 220ms
Transfer 168 KB
Unused 43%
Monthly Cost €2/mo
Microsoft Clarity
Session Replay
Optional
Execution 181ms
Transfer 25 KB
Monthly Cost €2/mo

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.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

How third-party costs are calculated

Image Optimization
57 images, 110 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

57

Total Size

110 KB

2 missing lazy loading
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback