Skip to content
https://Techex.tv

Performance

· 25 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
86
GRADE
B
FIX
2
REVIEW
6
PASS
15
INFO
2

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

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

1.54 s

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

7.26 s

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

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

4.31 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.31 s

Page Load Progression

637 ms
1.3 s
1.9 s
2.5 s
3.2 s
3.8 s
4.5 s
5.1 s
Checks
25
15 PASS 6 REVIEW 2 FIX
F
Page Weight Budget
Action
4.6 MB transferred, 53 requests
FIX
4.6 MB transferred, 53 requests
Critical::
Page weighs 5.1 MB (4.6 MB transferred)
Warning::
Images are 1.7 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.7 MB
Info::
Fonts are 587 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 587 KB
Info::
53 HTTP requests
Info::
Estimated 0.96 g CO2 per page load
4.6 MB / 2.4 MB budget
4.6 MB transferred
53 requests
0.96 g CO2 per page load
Other 2.2 MiB 47%
Images 1.7 MiB 37%
Fonts 586.6 KiB 12%
JavaScript 140.4 KiB 3%
HTML 17.9 KiB 0%
CSS 10.7 KiB 0%
Other 3.0 KiB 0%
Other 479 B 0%
Other 322 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

D
JS Execution Cost
Action
2663ms total JS execution
FIX
2663ms total JS execution
Warning::
Unattributable: 1285ms CPU time
Warning::
https://techex.tv/: 683ms CPU time
Warning::
https://techex.tv/_next/static/chunks/271-d1fcccae...: 363ms CPU time
Warning::
https://techex.tv/_next/static/chunks/f6b80d70-4d7...: 332ms CPU time

Main Thread Breakdown

Other 50% Script Evaluation 25% Style & Layout 15% Rendering 4% Script Parsing & Compilation 4%
ScriptTotalScriptingParse/CompileParty
Unattributable1285ms47ms0ms1st
https://techex.tv/683ms14ms11ms1st
https://techex.tv/_next/static/chunks/271-d1fcccae7ec1cbcb.js363ms305ms25ms1st
https://techex.tv/_next/static/chunks/f6b80d70-4d7a8a31cf1c271e.js332ms292ms28ms1st
C
Image Optimization
Action
24 images, 0 KB saveable
REVIEW
24 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.
24 images 1.7 MB
0 oversized -0 KB
24 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
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
53 resources · 4.6 MB · 0 KB savings available
REVIEW
53 resources · 4.6 MB · 0 KB savings available
Warning::
Page weight 4.6 MB exceeds 1 MB target by 3.6 MB
Got: 4.6 MB Expected: ≤ 1 MB
Info::
8 resources over 200KB
53 resources · 4.6 MiB · 0 third-party 3.6 MiB over 1MB target
Media 47% · 2.2 MiB
Image 37% · 1.7 MiB
Font 12% · 586.6 KiB
JavaScript 3% · 140.4 KiB
Document 0% · 17.9 KiB
CSS 0% · 10.7 KiB
Other 0% · 801 B
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 (587 KB)
PASS
4 fonts (587 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

587 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 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 1.5 s LCP 7.3 shttps://techex.tv/fonts/FiraSans-Light.woff2FiraSans-Light.woff2 https://techex.tv/fonts/FiraSans-Light.woff2 — 141.7 KiB — 698 ms — font-display: swaphttps://techex.tv/fonts/FiraSans-Regular.woff2FiraSans-Regular.woff2 https://techex.tv/fonts/FiraSans-Regular.woff2 — 142.0 KiB — 693 ms — font-display: swaphttps://techex.tv/fonts/FiraSans-SemiBold.woff2FiraSans-SemiBold.woff2 https://techex.tv/fonts/FiraSans-SemiBold.woff2 — 151.0 KiB — 696 ms — font-display: swaphttps://techex.tv/fonts/FiraSans-Bold.woff2FiraSans-Bold.woff2 https://techex.tv/fonts/FiraSans-Bold.woff2 — 151.8 KiB — 708 ms — font-display: swap
FiraSans-Light.woff2 woff2 swap
Size 142 KB
Load time 698 ms
Start 912 ms
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 693 ms
Start 912 ms
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 696 ms
Start 913 ms
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 708 ms
Start 913 ms
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 ~293 KB and ~586 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
24 hints, 0 missing preconnects
PASS
24 hints, 0 missing preconnects
Info::
Page uses 24 resource hint(s)

Current Resource Hints

preconnect
preload
+14
24
dns-prefetch
prefetch

24 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+
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.
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
Network Waterfall
53 requests over 5029ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 1.5 s LCP 7.3 shttps://techex.tv// https://techex.tv/ — 200 — 17.9 KiB — 981 ms — h2https://techex.tv/_next/static/css/7410c1eba9a691e8.css/_next/static/css/7410c1eba9a691e8.... https://techex.tv/_next/static/css/7410c1eba9a691e8.css — 200 — 10.7 KiB — 490 ms — h2https://techex.tv/techex-white.svg/techex-white.svg https://techex.tv/techex-white.svg — 200 — 9.0 KiB — 640 ms — h2https://techex.tv/fonts/FiraSans-Light.woff2/fonts/FiraSans-Light.woff2 https://techex.tv/fonts/FiraSans-Light.woff2 — 200 — 141.7 KiB — 698 ms — h3https://techex.tv/fonts/FiraSans-Regular.woff2/fonts/FiraSans-Regular.woff2 https://techex.tv/fonts/FiraSans-Regular.woff2 — 200 — 142.0 KiB — 693 ms — h3https://techex.tv/fonts/FiraSans-SemiBold.woff2/fonts/FiraSans-SemiBold.woff2 https://techex.tv/fonts/FiraSans-SemiBold.woff2 — 200 — 151.0 KiB — 696 ms — h3https://techex.tv/fonts/FiraSans-Bold.woff2/fonts/FiraSans-Bold.woff2 https://techex.tv/fonts/FiraSans-Bold.woff2 — 200 — 151.8 KiB — 708 ms — h3https://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.5 KiB — 718 ms — h3https://techex.tv/logos/linkedin-white.png/logos/linkedin-white.png https://techex.tv/logos/linkedin-white.png — 200 — 1.7 KiB — 440 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 — 1.2 s — 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.2 KiB — 1.1 s — 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 — 1.0 s — 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 — 890 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 — 997 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 — 448 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.1 KiB — 643 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 — 620 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 — 450 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 — 442 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 — 445 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 — 440 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 — 442 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 — 442 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 — 2.9 KiB — 454 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 — 854 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 — 1.1 s — 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 — 1.1 s — 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 — 886 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 — -1 — 0 B — 808 ms — https://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 — 886 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 1.5 s LCP 7.3 shttps://techex.tv// https://techex.tv/ — 200 — 17.9 KiB — 981 ms — h2https://techex.tv/_next/static/css/7410c1eba9a691e8.css/_next/static/css/7410c1eba9a691e8.... https://techex.tv/_next/static/css/7410c1eba9a691e8.css — 200 — 10.7 KiB — 490 ms — h2https://techex.tv/techex-white.svg/techex-white.svg https://techex.tv/techex-white.svg — 200 — 9.0 KiB — 640 ms — h2https://techex.tv/fonts/FiraSans-Light.woff2/fonts/FiraSans-Light.woff2 https://techex.tv/fonts/FiraSans-Light.woff2 — 200 — 141.7 KiB — 698 ms — h3https://techex.tv/fonts/FiraSans-Regular.woff2/fonts/FiraSans-Regular.woff2 https://techex.tv/fonts/FiraSans-Regular.woff2 — 200 — 142.0 KiB — 693 ms — h3https://techex.tv/fonts/FiraSans-SemiBold.woff2/fonts/FiraSans-SemiBold.woff2 https://techex.tv/fonts/FiraSans-SemiBold.woff2 — 200 — 151.0 KiB — 696 ms — h3https://techex.tv/fonts/FiraSans-Bold.woff2/fonts/FiraSans-Bold.woff2 https://techex.tv/fonts/FiraSans-Bold.woff2 — 200 — 151.8 KiB — 708 ms — h3https://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.5 KiB — 718 ms — h3https://techex.tv/logos/linkedin-white.png/logos/linkedin-white.png https://techex.tv/logos/linkedin-white.png — 200 — 1.7 KiB — 440 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 — 1.2 s — 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.2 KiB — 1.1 s — 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 — 1.0 s — 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 — 890 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 — 997 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 — 448 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.1 KiB — 643 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 — 620 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 — 450 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 — 442 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 — 445 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 — 440 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 — 442 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 — 442 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 — 2.9 KiB — 454 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 — 854 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 — 1.1 s — 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 — 1.1 s — 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 — 886 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 — -1 — 0 B — 808 ms — https://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 — 886 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 — 880 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 — 913 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 — 1.3 s — 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 — 884 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 — 872 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 — 1.1 s — 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.0 KiB — 1.3 s — h3https://techex.tv/manifest.webmanifest/manifest.webmanifest https://techex.tv/manifest.webmanifest — 200 — 479 B — 525 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 — 1.1 s — 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.5 KiB — 915 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 — 1.1 s — 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 — 928 ms — h3https://techex.tv/contact?_rsc=1p-R_iEY6bj0jY31/contact?_rsc=1p-R_iEY6bj0jY31 https://techex.tv/contact?_rsc=1p-R_iEY6bj0jY31 — 200 — 151 B — 336 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 — 171 B — 336 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 — 222 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.3 KiB — 501 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.5 KiB — 409 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 — 123 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 — 323 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 — 492 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 — 577 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 — 574 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 — 150.7 KiB — 137 ms — h3
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