Skip to content
https://Techex.tv

Performance

· 21 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
86
GRADE
B
FIX
1
REVIEW
7
PASS
11
INFO
2

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

82
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
98
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.
92
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.

716 ms

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

2.52 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

22 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.003

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

2.07 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.

2.58 s

Page Load Progression

672 ms
1.3 s
2.0 s
2.7 s
3.4 s
4.0 s
4.7 s
5.4 s
Checks
21
11 PASS 7 REVIEW 1 FIX
F
Page Weight Budget
Action
10.0 MB transferred, 62 requests
FIX
10.0 MB transferred, 62 requests
Critical::
Page weighs 10.7 MB (10.0 MB transferred)
Warning::
Images are 6.3 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 6.3 MB
Info::
Fonts are 588 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 588 KB
Info::
62 HTTP requests
Info::
Estimated 2.1 g CO2 per page load
10.0 MB / 2.4 MB budget
10.0 MB transferred
62 requests
2.1 g CO2 per page load
Images 6.3 MiB 63%
Other 2.9 MiB 29%
Fonts 588.0 KiB 6%
JavaScript 140.4 KiB 1%
HTML 18.0 KiB 0%
CSS 10.7 KiB 0%
Other 3.0 KiB 0%
Other 619 B 0%
Other 479 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

C
Image Optimization
Action
30 images, 0 KB saveable
REVIEW
30 images, 0 KB saveable
Warning::
https://techex.tv/techex-white.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://techex.tv/logos/linkedin-white.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
30 images 6.3 MB
0 oversized -0 KB
30 legacy format
2 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

B
JS Execution Cost
873ms total JS execution
REVIEW
873ms total JS execution
Warning::
Unattributable: 378ms CPU time
Warning::
https://techex.tv/: 300ms CPU time
Info::
https://techex.tv/_next/static/chunks/271-d1fcccae...: 106ms CPU time
Info::
https://techex.tv/_next/static/chunks/f6b80d70-4d7...: 90ms CPU time

Main Thread Breakdown

Other 50% Script Evaluation 22% Style & Layout 19% Rendering 4%
ScriptTotalScriptingParse/CompileParty
Unattributable378ms13ms0ms1st
https://techex.tv/300ms7ms3ms1st
https://techex.tv/_next/static/chunks/271-d1fcccae7ec1cbcb.js106ms92ms7ms1st
https://techex.tv/_next/static/chunks/f6b80d70-4d7a8a31cf1c271e.js90ms79ms9ms1st
B
Compression Algorithm
Main response uses gzip; brotli would be ~20% smaller
REVIEW
Main response uses gzip; brotli would be ~20% smaller
Info::
Main HTML response uses gzip (brotli would be ~20% smaller)
All current browsers support brotli. Most CDNs (Cloudflare, Fastly, AWS CloudFront, Vercel, Netlify) can switch from gzip to brotli with a single config flag. Origin servers (nginx, Apache) need a brotli module compiled in -- nginx-brotli or Apache mod_brotli.
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.
C
Page Weight Inventory
Action
62 resources · 10.0 MB · 0 KB savings available
REVIEW
62 resources · 10.0 MB · 0 KB savings available
Warning::
Page weight 10.0 MB exceeds 1 MB target by 9.0 MB
Got: 10.0 MB Expected: ≤ 1 MB
Info::
16 resources over 200KB
62 resources · 10.0 MiB · 0 third-party 9.0 MiB over 1MB target
Image 63% · 6.3 MiB
Media 29% · 2.9 MiB
Font 6% · 588.0 KiB
JavaScript 1% · 140.4 KiB
Document 0% · 18.0 KiB
CSS 0% · 10.7 KiB
Other 0% · 1.1 KiB
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

B
HTTP Caching
no-cache
REVIEW
no-cache
Info::
Cache-Control header is set
Got: no-cache
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-cache

DirectiveValueMeaning
no-cacheCache but always revalidate first
A+
Third-Party Impact
No third-party resources
PASS
No third-party resources
Info::
No third-party resources detected
No third-party resources detected — all resources are first-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
4 fonts (588 KB)
PASS
4 fonts (588 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

588 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 716 ms LCP 2.5 shttps://techex.tv/fonts/FiraSans-Light.woff2FiraSans-Light.woff2 https://techex.tv/fonts/FiraSans-Light.woff2 — 142.1 KiB — 373 ms — font-display: swaphttps://techex.tv/fonts/FiraSans-Regular.woff2FiraSans-Regular.woff2 https://techex.tv/fonts/FiraSans-Regular.woff2 — 142.4 KiB — 683 ms — font-display: swaphttps://techex.tv/fonts/FiraSans-SemiBold.woff2FiraSans-SemiBold.woff2 https://techex.tv/fonts/FiraSans-SemiBold.woff2 — 151.3 KiB — 708 ms — font-display: swaphttps://techex.tv/fonts/FiraSans-Bold.woff2FiraSans-Bold.woff2 https://techex.tv/fonts/FiraSans-Bold.woff2 — 152.1 KiB — 792 ms — font-display: swap
FiraSans-Light.woff2 woff2 swap
Size 142 KB
Load time 373 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
FiraSans-Regular.woff2 woff2 swap
Size 142 KB
Load time 683 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
FiraSans-SemiBold.woff2 woff2 swap
Size 151 KB
Load time 708 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
FiraSans-Bold.woff2 woff2 swap
Size 152 KB
Load time 792 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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)

Fixing the unchecked items could save ~294 KB and ~588 ms

A+
JS Bundles
10 scripts, 0 KB unused
PASS
10 scripts, 0 KB unused
0 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://techex.tv/_next/static/chunks/webpack-4104cba3bd2e8fb1.js2 KB1st
https://techex.tv/_next/static/chunks/f6b80d70-4d7a8a31cf1c271e.js53 KB1st
https://techex.tv/_next/static/chunks/271-d1fcccae7ec1cbcb.js45 KB1st
https://techex.tv/_next/static/chunks/main-app-2070c88d587bf534.js1 KB1st
https://techex.tv/_next/static/chunks/665-31c6303c68f4eb6a.js4 KB1st
https://techex.tv/_next/static/chunks/app/layout-4d48cd0f503703b2.js10 KB1st
https://techex.tv/_next/static/chunks/app/not-found-39f2b9ad80471c1b.js2 KB1st
https://techex.tv/_next/static/chunks/836-d2b9d2b7279a5a68.js11 KB1st
https://techex.tv/_next/static/chunks/712-e6ce613489ce00aa.js11 KB1st
https://techex.tv/_next/static/chunks/app/page-8ed54873f807fec2.js3 KB1st
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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
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+
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-cache -- safe revalidate-on-request policy
PASS
Main HTML uses no-cache -- safe revalidate-on-request policy
Info::
Main HTML uses no-cache -- safe revalidate-on-request policy
Got: no-cache
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.
Network Waterfall
62 requests over 5206ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 716 ms LCP 2.5 shttps://techex.tv// https://techex.tv/ — 200 — 18.0 KiB — 1.2 s — h2https://techex.tv/_next/static/css/7410c1eba9a691e8.css/_next/static/css/7410c1eba9a691e8.... https://techex.tv/_next/static/css/7410c1eba9a691e8.css — 200 — 10.7 KiB — 501 ms — h2https://techex.tv/techex-white.svg/techex-white.svg https://techex.tv/techex-white.svg — 200 — 9.0 KiB — 382 ms — h2https://techex.tv/fonts/FiraSans-Light.woff2/fonts/FiraSans-Light.woff2 https://techex.tv/fonts/FiraSans-Light.woff2 — 200 — 142.1 KiB — 373 ms — h2https://techex.tv/fonts/FiraSans-Regular.woff2/fonts/FiraSans-Regular.woff2 https://techex.tv/fonts/FiraSans-Regular.woff2 — 200 — 142.4 KiB — 683 ms — h2https://techex.tv/fonts/FiraSans-SemiBold.woff2/fonts/FiraSans-SemiBold.woff2 https://techex.tv/fonts/FiraSans-SemiBold.woff2 — 200 — 151.3 KiB — 708 ms — h2https://techex.tv/fonts/FiraSans-Bold.woff2/fonts/FiraSans-Bold.woff2 https://techex.tv/fonts/FiraSans-Bold.woff2 — 200 — 152.1 KiB — 792 ms — h2https://techex.tv/cms/hero-hls/Techex-Homepage-Video-WO-1s-6d80a87a/poster.jpg/cms/hero-hls/Techex-Homepage-Video... https://techex.tv/cms/hero-hls/Techex-Homepage-Video-WO-1s-6d80a87a/poster.jpg — 200 — 53.8 KiB — 587 ms — h2https://techex.tv/logos/linkedin-white.png/logos/linkedin-white.png https://techex.tv/logos/linkedin-white.png — 200 — 1.7 KiB — 443 ms — h3https://techex.tv/cms/api/media/file/DAZN.svg/cms/api/media/file/DAZN.svg https://techex.tv/cms/api/media/file/DAZN.svg — 200 — 15.9 KiB — 608 ms — h3https://techex.tv/cms/api/media/file/Sky%20Coloured%20Logo.svg/cms/api/media/file/Sky%20Coloured%... https://techex.tv/cms/api/media/file/Sky%20Coloured%20Logo.svg — 200 — 132.3 KiB — 769 ms — h3https://techex.tv/cms/api/media/file/Warner_Bros._Discovery.svg/cms/api/media/file/Warner_Bros._Di... https://techex.tv/cms/api/media/file/Warner_Bros._Discovery.svg — 200 — 9.1 KiB — 588 ms — h3https://techex.tv/cms/api/media/file/Amazon_logo.svg/cms/api/media/file/Amazon_logo.svg https://techex.tv/cms/api/media/file/Amazon_logo.svg — 200 — 6.1 KiB — 562 ms — h3https://techex.tv/cms/api/media/file/ITV.svg/cms/api/media/file/ITV.svg https://techex.tv/cms/api/media/file/ITV.svg — 200 — 29.7 KiB — 661 ms — h3https://techex.tv/_next/static/chunks/webpack-4104cba3bd2e8fb1.js/_next/static/chunks/webpack-4104cb... https://techex.tv/_next/static/chunks/webpack-4104cba3bd2e8fb1.js — 200 — 1.7 KiB — 449 ms — h3https://techex.tv/_next/static/chunks/f6b80d70-4d7a8a31cf1c271e.js/_next/static/chunks/f6b80d70-4d7a8... https://techex.tv/_next/static/chunks/f6b80d70-4d7a8a31cf1c271e.js — 200 — 53.2 KiB — 658 ms — h3https://techex.tv/_next/static/chunks/271-d1fcccae7ec1cbcb.js/_next/static/chunks/271-d1fcccae7e... https://techex.tv/_next/static/chunks/271-d1fcccae7ec1cbcb.js — 200 — 45.2 KiB — 541 ms — h3https://techex.tv/_next/static/chunks/main-app-2070c88d587bf534.js/_next/static/chunks/main-app-2070c... https://techex.tv/_next/static/chunks/main-app-2070c88d587bf534.js — 200 — 574 B — 424 ms — h3https://techex.tv/_next/static/chunks/665-31c6303c68f4eb6a.js/_next/static/chunks/665-31c6303c68... https://techex.tv/_next/static/chunks/665-31c6303c68f4eb6a.js — 200 — 3.6 KiB — 457 ms — h3https://techex.tv/_next/static/chunks/app/layout-4d48cd0f503703b2.js/_next/static/chunks/app/layout-4d4... https://techex.tv/_next/static/chunks/app/layout-4d48cd0f503703b2.js — 200 — 9.8 KiB — 489 ms — h3https://techex.tv/_next/static/chunks/app/not-found-39f2b9ad80471c1b.js/_next/static/chunks/app/not-found-... https://techex.tv/_next/static/chunks/app/not-found-39f2b9ad80471c1b.js — 200 — 1.5 KiB — 486 ms — h3https://techex.tv/_next/static/chunks/836-d2b9d2b7279a5a68.js/_next/static/chunks/836-d2b9d2b727... https://techex.tv/_next/static/chunks/836-d2b9d2b7279a5a68.js — 200 — 11.2 KiB — 472 ms — h3https://techex.tv/_next/static/chunks/712-e6ce613489ce00aa.js/_next/static/chunks/712-e6ce613489... https://techex.tv/_next/static/chunks/712-e6ce613489ce00aa.js — 200 — 10.7 KiB — 471 ms — h3https://techex.tv/_next/static/chunks/app/page-8ed54873f807fec2.js/_next/static/chunks/app/page-8ed54... https://techex.tv/_next/static/chunks/app/page-8ed54873f807fec2.js — 200 — 3.0 KiB — 464 ms — h3https://techex.tv/cms/api/media/file/Amazon.svg/cms/api/media/file/Amazon.svg https://techex.tv/cms/api/media/file/Amazon.svg — 200 — 101.8 KiB — 777 ms — h3https://techex.tv/cms/api/media/file/BT/cms/api/media/file/BT https://techex.tv/cms/api/media/file/BT — 200 — 19.7 KiB — 648 ms — h3https://techex.tv/cms/api/media/file/DAZN_StandardLogo_02_RGB%201.svg/cms/api/media/file/DAZN_StandardLo... https://techex.tv/cms/api/media/file/DAZN_StandardLogo_02_RGB%201.svg — 200 — 4.1 KiB — 548 ms — h3https://techex.tv/cms/api/media/file/eurosport/cms/api/media/file/eurosport https://techex.tv/cms/api/media/file/eurosport — 200 — 12.8 KiB — 566 ms — h3https://techex.tv/cms/api/media/file/Globecast.svg/cms/api/media/file/Globecast.svg https://techex.tv/cms/api/media/file/Globecast.svg — 200 — 4.9 KiB — 427 ms — h3https://techex.tv/cms/api/media/file/IMG.svg/cms/api/media/file/IMG.svg https://techex.tv/cms/api/media/file/IMG.svg — 200 — 3.9 KiB — 535 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 716 ms LCP 2.5 shttps://techex.tv// https://techex.tv/ — 200 — 18.0 KiB — 1.2 s — h2https://techex.tv/_next/static/css/7410c1eba9a691e8.css/_next/static/css/7410c1eba9a691e8.... https://techex.tv/_next/static/css/7410c1eba9a691e8.css — 200 — 10.7 KiB — 501 ms — h2https://techex.tv/techex-white.svg/techex-white.svg https://techex.tv/techex-white.svg — 200 — 9.0 KiB — 382 ms — h2https://techex.tv/fonts/FiraSans-Light.woff2/fonts/FiraSans-Light.woff2 https://techex.tv/fonts/FiraSans-Light.woff2 — 200 — 142.1 KiB — 373 ms — h2https://techex.tv/fonts/FiraSans-Regular.woff2/fonts/FiraSans-Regular.woff2 https://techex.tv/fonts/FiraSans-Regular.woff2 — 200 — 142.4 KiB — 683 ms — h2https://techex.tv/fonts/FiraSans-SemiBold.woff2/fonts/FiraSans-SemiBold.woff2 https://techex.tv/fonts/FiraSans-SemiBold.woff2 — 200 — 151.3 KiB — 708 ms — h2https://techex.tv/fonts/FiraSans-Bold.woff2/fonts/FiraSans-Bold.woff2 https://techex.tv/fonts/FiraSans-Bold.woff2 — 200 — 152.1 KiB — 792 ms — h2https://techex.tv/cms/hero-hls/Techex-Homepage-Video-WO-1s-6d80a87a/poster.jpg/cms/hero-hls/Techex-Homepage-Video... https://techex.tv/cms/hero-hls/Techex-Homepage-Video-WO-1s-6d80a87a/poster.jpg — 200 — 53.8 KiB — 587 ms — h2https://techex.tv/logos/linkedin-white.png/logos/linkedin-white.png https://techex.tv/logos/linkedin-white.png — 200 — 1.7 KiB — 443 ms — h3https://techex.tv/cms/api/media/file/DAZN.svg/cms/api/media/file/DAZN.svg https://techex.tv/cms/api/media/file/DAZN.svg — 200 — 15.9 KiB — 608 ms — h3https://techex.tv/cms/api/media/file/Sky%20Coloured%20Logo.svg/cms/api/media/file/Sky%20Coloured%... https://techex.tv/cms/api/media/file/Sky%20Coloured%20Logo.svg — 200 — 132.3 KiB — 769 ms — h3https://techex.tv/cms/api/media/file/Warner_Bros._Discovery.svg/cms/api/media/file/Warner_Bros._Di... https://techex.tv/cms/api/media/file/Warner_Bros._Discovery.svg — 200 — 9.1 KiB — 588 ms — h3https://techex.tv/cms/api/media/file/Amazon_logo.svg/cms/api/media/file/Amazon_logo.svg https://techex.tv/cms/api/media/file/Amazon_logo.svg — 200 — 6.1 KiB — 562 ms — h3https://techex.tv/cms/api/media/file/ITV.svg/cms/api/media/file/ITV.svg https://techex.tv/cms/api/media/file/ITV.svg — 200 — 29.7 KiB — 661 ms — h3https://techex.tv/_next/static/chunks/webpack-4104cba3bd2e8fb1.js/_next/static/chunks/webpack-4104cb... https://techex.tv/_next/static/chunks/webpack-4104cba3bd2e8fb1.js — 200 — 1.7 KiB — 449 ms — h3https://techex.tv/_next/static/chunks/f6b80d70-4d7a8a31cf1c271e.js/_next/static/chunks/f6b80d70-4d7a8... https://techex.tv/_next/static/chunks/f6b80d70-4d7a8a31cf1c271e.js — 200 — 53.2 KiB — 658 ms — h3https://techex.tv/_next/static/chunks/271-d1fcccae7ec1cbcb.js/_next/static/chunks/271-d1fcccae7e... https://techex.tv/_next/static/chunks/271-d1fcccae7ec1cbcb.js — 200 — 45.2 KiB — 541 ms — h3https://techex.tv/_next/static/chunks/main-app-2070c88d587bf534.js/_next/static/chunks/main-app-2070c... https://techex.tv/_next/static/chunks/main-app-2070c88d587bf534.js — 200 — 574 B — 424 ms — h3https://techex.tv/_next/static/chunks/665-31c6303c68f4eb6a.js/_next/static/chunks/665-31c6303c68... https://techex.tv/_next/static/chunks/665-31c6303c68f4eb6a.js — 200 — 3.6 KiB — 457 ms — h3https://techex.tv/_next/static/chunks/app/layout-4d48cd0f503703b2.js/_next/static/chunks/app/layout-4d4... https://techex.tv/_next/static/chunks/app/layout-4d48cd0f503703b2.js — 200 — 9.8 KiB — 489 ms — h3https://techex.tv/_next/static/chunks/app/not-found-39f2b9ad80471c1b.js/_next/static/chunks/app/not-found-... https://techex.tv/_next/static/chunks/app/not-found-39f2b9ad80471c1b.js — 200 — 1.5 KiB — 486 ms — h3https://techex.tv/_next/static/chunks/836-d2b9d2b7279a5a68.js/_next/static/chunks/836-d2b9d2b727... https://techex.tv/_next/static/chunks/836-d2b9d2b7279a5a68.js — 200 — 11.2 KiB — 472 ms — h3https://techex.tv/_next/static/chunks/712-e6ce613489ce00aa.js/_next/static/chunks/712-e6ce613489... https://techex.tv/_next/static/chunks/712-e6ce613489ce00aa.js — 200 — 10.7 KiB — 471 ms — h3https://techex.tv/_next/static/chunks/app/page-8ed54873f807fec2.js/_next/static/chunks/app/page-8ed54... https://techex.tv/_next/static/chunks/app/page-8ed54873f807fec2.js — 200 — 3.0 KiB — 464 ms — h3https://techex.tv/cms/api/media/file/Amazon.svg/cms/api/media/file/Amazon.svg https://techex.tv/cms/api/media/file/Amazon.svg — 200 — 101.8 KiB — 777 ms — h3https://techex.tv/cms/api/media/file/BT/cms/api/media/file/BT https://techex.tv/cms/api/media/file/BT — 200 — 19.7 KiB — 648 ms — h3https://techex.tv/cms/api/media/file/DAZN_StandardLogo_02_RGB%201.svg/cms/api/media/file/DAZN_StandardLo... https://techex.tv/cms/api/media/file/DAZN_StandardLogo_02_RGB%201.svg — 200 — 4.1 KiB — 548 ms — h3https://techex.tv/cms/api/media/file/eurosport/cms/api/media/file/eurosport https://techex.tv/cms/api/media/file/eurosport — 200 — 12.8 KiB — 566 ms — h3https://techex.tv/cms/api/media/file/Globecast.svg/cms/api/media/file/Globecast.svg https://techex.tv/cms/api/media/file/Globecast.svg — 200 — 4.9 KiB — 427 ms — h3https://techex.tv/cms/api/media/file/IMG.svg/cms/api/media/file/IMG.svg https://techex.tv/cms/api/media/file/IMG.svg — 200 — 3.9 KiB — 535 ms — h3https://techex.tv/cms/api/media/file/ITV%20logo.svg/cms/api/media/file/ITV%20logo.svg https://techex.tv/cms/api/media/file/ITV%20logo.svg — 200 — 8.8 KiB — 615 ms — h3https://techex.tv/cms/api/media/file/NBCUni-1.svg/cms/api/media/file/NBCUni-1.svg https://techex.tv/cms/api/media/file/NBCUni-1.svg — 200 — 77.8 KiB — 675 ms — h3https://techex.tv/cms/api/media/file/NBCUniversal_Peacock.svg/cms/api/media/file/NBCUniversal_Pe... https://techex.tv/cms/api/media/file/NBCUniversal_Peacock.svg — 200 — 4.4 KiB — 618 ms — h3https://techex.tv/cms/api/media/file/Sky.svg/cms/api/media/file/Sky.svg https://techex.tv/cms/api/media/file/Sky.svg — 200 — 39.4 KiB — 669 ms — h3https://techex.tv/cms/api/media/file/Uk%20Parliment.svg/cms/api/media/file/Uk%20Parliment.... https://techex.tv/cms/api/media/file/Uk%20Parliment.svg — 200 — 30.6 KiB — 728 ms — h3https://techex.tv/cms/api/media/file/WBD.svg/cms/api/media/file/WBD.svg https://techex.tv/cms/api/media/file/WBD.svg — 200 — 204.1 KiB — 829 ms — h3https://techex.tv/cms/api/media/file/Techex%2C%20Homepage%20Video%20WO%201s.mp4/cms/api/media/file/Techex%2C%20Hom... https://techex.tv/cms/api/media/file/Techex%2C%20Homepage%20Video%20WO%201s.mp4 — 206 — 624.4 KiB — 1.0 s — h3https://techex.tv/manifest.webmanifest/manifest.webmanifest https://techex.tv/manifest.webmanifest — 200 — 479 B — 520 ms — h3https://techex.tv/cms/api/media/file/tx%20darwin%20with%20border.png/cms/api/media/file/tx%20darwin%20w... https://techex.tv/cms/api/media/file/tx%20darwin%20with%20border.png — 200 — 50.8 KiB — 267 ms — h3https://techex.tv/cms/api/media/file/product_txdarwin.png/cms/api/media/file/product_txdarwi... https://techex.tv/cms/api/media/file/product_txdarwin.png — 200 — 604.6 KiB — 515 ms — h3https://techex.tv/cms/api/media/file/tx%20edge%20with%20border.png/cms/api/media/file/tx%20edge%20wit... https://techex.tv/cms/api/media/file/tx%20edge%20with%20border.png — 200 — 48.5 KiB — 337 ms — h3https://techex.tv/cms/api/media/file/product_txedge-2_dashboard-1.png/cms/api/media/file/product_txedge-... https://techex.tv/cms/api/media/file/product_txedge-2_dashboard-1.png — 200 — 246.1 KiB — 342 ms — h3https://techex.tv/cms/api/media/file/satellite.png/cms/api/media/file/satellite.png https://techex.tv/cms/api/media/file/satellite.png — 200 — 674.3 KiB — 755 ms — h3https://techex.tv/cms/api/media/file/ConsumerMultiview_layout.png/cms/api/media/file/ConsumerMultivi... https://techex.tv/cms/api/media/file/ConsumerMultiview_layout.png — 200 — 589.6 KiB — 692 ms — h3https://techex.tv/cms/api/media/file/live%20event.png/cms/api/media/file/live%20event.pn... https://techex.tv/cms/api/media/file/live%20event.png — 200 — 815.3 KiB — 694 ms — h3https://techex.tv/cms/api/media/file/mcr/cms/api/media/file/mcr https://techex.tv/cms/api/media/file/mcr — 200 — 1003.4 KiB — 536 ms — h3https://techex.tv/cms/api/media/file/Playout%20Protection/cms/api/media/file/Playout%20Prote... https://techex.tv/cms/api/media/file/Playout%20Protection — 200 — 882.4 KiB — 599 ms — h3https://techex.tv/cms/api/media/file/scte/cms/api/media/file/scte https://techex.tv/cms/api/media/file/scte — 200 — 782.7 KiB — 692 ms — h3https://techex.tv/support?_rsc=1p-R_iEY6bj0jY31/support?_rsc=1p-R_iEY6bj0jY31 https://techex.tv/support?_rsc=1p-R_iEY6bj0jY31 — 200 — 150 B — 150 ms — h3https://techex.tv/events?_rsc=1p-R_iEY6bj0jY31/events?_rsc=1p-R_iEY6bj0jY31 https://techex.tv/events?_rsc=1p-R_iEY6bj0jY31 — 200 — 149 B — 148 ms — h3https://techex.tv/contact?_rsc=1p-R_iEY6bj0jY31/contact?_rsc=1p-R_iEY6bj0jY31 https://techex.tv/contact?_rsc=1p-R_iEY6bj0jY31 — 200 — 150 B — 156 ms — h3https://techex.tv/products/tx-darwin?_rsc=1p-R_iEY6bj0jY31/products/tx-darwin?_rsc=1p-R_iEY6b... https://techex.tv/products/tx-darwin?_rsc=1p-R_iEY6bj0jY31 — 200 — 170 B — 162 ms — h3https://techex.tv/cms/hero-hls/Techex-Homepage-Video-WO-1s-6d80a87a/index.m3u8/cms/hero-hls/Techex-Homepage-Video... https://techex.tv/cms/hero-hls/Techex-Homepage-Video-WO-1s-6d80a87a/index.m3u8 — 206 — 1.2 KiB — 126 ms — h3https://techex.tv/cms/hero-hls/Techex-Homepage-Video-WO-1s-6d80a87a/seg0000.ts/cms/hero-hls/Techex-Homepage-Video... https://techex.tv/cms/hero-hls/Techex-Homepage-Video-WO-1s-6d80a87a/seg0000.ts — 206 — 284.2 KiB — 320 ms — h3https://techex.tv/cms/hero-hls/Techex-Homepage-Video-WO-1s-6d80a87a/seg0001.ts/cms/hero-hls/Techex-Homepage-Video... https://techex.tv/cms/hero-hls/Techex-Homepage-Video-WO-1s-6d80a87a/seg0001.ts — 206 — 239.4 KiB — 406 ms — h3https://techex.tv/cms/favicons/977c454710fbc841/favicon.ico/cms/favicons/977c454710fbc841/favi... https://techex.tv/cms/favicons/977c454710fbc841/favicon.ico — 200 — 3.0 KiB — 397 ms — h3https://techex.tv/cms/hero-hls/Techex-Homepage-Video-WO-1s-6d80a87a/seg0002.ts/cms/hero-hls/Techex-Homepage-Video... https://techex.tv/cms/hero-hls/Techex-Homepage-Video-WO-1s-6d80a87a/seg0002.ts — 206 — 158.4 KiB — 135 ms — h3https://techex.tv/cms/hero-hls/Techex-Homepage-Video-WO-1s-6d80a87a/seg0003.ts/cms/hero-hls/Techex-Homepage-Video... https://techex.tv/cms/hero-hls/Techex-Homepage-Video-WO-1s-6d80a87a/seg0003.ts — 206 — 306.5 KiB — 826 ms — h3https://techex.tv/cms/hero-hls/Techex-Homepage-Video-WO-1s-6d80a87a/seg0004.ts/cms/hero-hls/Techex-Homepage-Video... https://techex.tv/cms/hero-hls/Techex-Homepage-Video-WO-1s-6d80a87a/seg0004.ts — 206 — 591.6 KiB — 419 ms — h3https://techex.tv/cms/hero-hls/Techex-Homepage-Video-WO-1s-6d80a87a/seg0005.ts/cms/hero-hls/Techex-Homepage-Video... https://techex.tv/cms/hero-hls/Techex-Homepage-Video-WO-1s-6d80a87a/seg0005.ts — 206 — 487.8 KiB — 565 ms — h3https://techex.tv/cms/hero-hls/Techex-Homepage-Video-WO-1s-6d80a87a/seg0006.ts/cms/hero-hls/Techex-Homepage-Video... https://techex.tv/cms/hero-hls/Techex-Homepage-Video-WO-1s-6d80a87a/seg0006.ts — 206 — 311.7 KiB — 137 ms — h3https://techex.tv/cms/hero-hls/Techex-Homepage-Video-WO-1s-6d80a87a/seg0007.ts/cms/hero-hls/Techex-Homepage-Video... https://techex.tv/cms/hero-hls/Techex-Homepage-Video-WO-1s-6d80a87a/seg0007.ts — -1 — 0 B — 0 ms —
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
31 images, 740 KB total, 33 KB wasted
INFO

Image Optimization Audit

Total Images

31

Total Size

740 KB

Oversized

3

Wasted

33 KB

9 missing dimensions 20 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