Skip to content
https://xvideos.com

Performance

· 23 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
81
GRADE
B
FIX
4
REVIEW
7
PASS
8
INFO
4

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

93
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
83
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
83
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.16 s

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

1.39 s

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

0 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.16 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.

1.39 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
23
8 PASS 7 REVIEW 4 FIX
D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (1.7 MiB of 1.7 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
7 scripts, 538 KB unused
FIX
7 scripts, 538 KB unused
Warning::
https://assets-cdn77.xvideos-cdn.com/v-d6b4df882a4...: 415 KB unused (82%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://assets-cdn77.xvideos-cdn.com/v-d6b4df882a4...: 85 KB unused (88%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://assets-cdn77.xvideos-cdn.com/v-5df5af49fee...: 37 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 538 KB
538 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://assets-cdn77.xvideos-cdn.com/v-d6b4df882a4/v3/js/skins/min/default.js510 KB415 KB (82%)3rd
https://assets-cdn77.xvideos-cdn.com/v-d6b4df882a4/v3/js/libs/hls-1.2.5.min.js98 KB85 KB (88%)3rd
https://assets-cdn77.xvideos-cdn.com/v-5df5af49fee/v3/js/skins/min/default.header.static.js88 KB37 KB (43%)3rd
https://assets-cdn77.xvideos-cdn.com/v-240a4f69694/v3/js/skins/min/default.footer.static.js11 KB3rd
https://assets-cdn77.xvideos-cdn.com/v3/js/libs/jquery.min.js34 KB3rd
https://assets-cdn77.xvideos-cdn.com/v3/js/skins/min/require.static.js7 KB3rd
https://assets-cdn77.xvideos-cdn.com/v-d6b4df882a4/v3/js/jquery.js1 KB3rd

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

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

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

F
Page Weight Inventory
Action
51 resources · 1.7 MB · 538 KB savings available
FIX
51 resources · 1.7 MB · 538 KB savings available
Warning::
Page weight 1.7 MB exceeds 1 MB target by 705 KB
Got: 1.7 MB Expected: ≤ 1 MB
Info::
~538 KB of savings available
Warning::
50 third-party resources (100% of weight)
Info::
2 resources over 200KB
51 resources · 1.7 MiB · 50 third-party 705.3 KiB over 1MB target
JavaScript 43% · 747.5 KiB
Image 38% · 656.9 KiB
CSS 13% · 218.5 KiB
Other 2% · 40.6 KiB
Document 2% · 35.5 KiB
Font 2% · 30.3 KiB

~537.9 KiB of savings available

Remove unused JavaScript: 537.9 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Page Weight Budget
Action
1.7 MB transferred, 51 requests
REVIEW
1.7 MB transferred, 51 requests
Info::
Page weighs 5.6 MB (1.7 MB transferred)
Warning::
JavaScript is 748 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 748 KB
Info::
CSS is 219 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 219 KB
Info::
51 HTTP requests
Info::
Estimated 0.35 g CO2 per page load
1.7 MB / 2.4 MB budget
1.7 MB transferred
51 requests
0.35 g CO2 per page load
JavaScript 747.5 KiB 43%
Images 649.2 KiB 38%
CSS 218.5 KiB 13%
Other 43.3 KiB 3%
HTML 31.9 KiB 2%
Fonts 30.3 KiB 2%
Other 8.2 KiB 0%
Other 424 B 0%
0 2.4 MB 4.9 MB
Approaching limit

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

C
Image Optimization
Action
34 images, 0 KB saveable
REVIEW
34 images, 0 KB saveable
Warning::
https://thumb-cdn77.xvideos-cdn.com/98915fa6-62ca-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thumb-cdn77.xvideos-cdn.com/45affdfe-7462-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thumbs-gcore.xvideos-cdn.com/4bbfdf78-82fd... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thumb-cdn77.xvideos-cdn.com/cdb6e3c2-1351-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thumb-cdn77.xvideos-cdn.com/6da1d667-4515-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thumb-cdn77.xvideos-cdn.com/e33821e4-bcc4-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thumbs-gcore.xvideos-cdn.com/375f50f5-72b9... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thumbs-gcore.xvideos-cdn.com/7dce56ea-4f01... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thumb-cdn77.xvideos-cdn.com/9bebcf99-7975-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thumb-cdn77.xvideos-cdn.com/26bbabfe-4835-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thumb-cdn77.xvideos-cdn.com/d8cde792-8b75-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thumb-cdn77.xvideos-cdn.com/f7ea03f1-5dc9-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thumb-cdn77.xvideos-cdn.com/b5714261-c47a-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thumb-cdn77.xvideos-cdn.com/080e1d1a-2069-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thumb-cdn77.xvideos-cdn.com/f8fc5ecc-d716-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thumb-cdn77.xvideos-cdn.com/587377be-261e-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thumb-cdn77.xvideos-cdn.com/09d2bde1-0334-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thumb-cdn77.xvideos-cdn.com/106bec92-946e-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thumb-cdn77.xvideos-cdn.com/c2ad65eb-b903-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thumb-cdn77.xvideos-cdn.com/262bbbb4-2000-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets-cdn77.xvideos-cdn.com/v3/img/skins/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thumb-cdn77.xvideos-cdn.com/1d979e67-e198-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thumbs-gcore.xvideos-cdn.com/17b308b8-9c4e... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thumb-cdn77.xvideos-cdn.com/b55f916b-45fc-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thumb-cdn77.xvideos-cdn.com/a5072b11-9dd9-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thumb-cdn77.xvideos-cdn.com/7b8ea39a-9ef8-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thumb-cdn77.xvideos-cdn.com/5f7deedd-f916-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thumb-cdn77.xvideos-cdn.com/860f2b11-5b78-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://thumb-cdn77.xvideos-cdn.com/48dd572a-2851-... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://assets-cdn77.xvideos-cdn.com/img/lightbox/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
34 images 649 KB
0 oversized -0 KB
33 legacy format
30 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
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
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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+
JS Execution Cost
438ms total JS execution
PASS
438ms total JS execution
Info::
https://assets-cdn77.xvideos-cdn.com/v-5df5af49fee...: 145ms CPU time
Info::
https://assets-cdn77.xvideos-cdn.com/v-d6b4df882a4...: 124ms CPU time
Info::
https://www.xvideos.com/: 91ms CPU time
Info::
Unattributable: 78ms CPU time
Warning::
Third-party scripts: 360ms (82% of total)

Main Thread Breakdown

Script Evaluation 37% Other 21% Style & Layout 18% Script Parsing & Compilation 12% Parse HTML & CSS 8%
ScriptTotalScriptingParse/CompileParty
https://assets-cdn77.xvideos-cdn.com/v-5df5af49fee/v3/js/skins/min/default.header.static.js145ms58ms6ms3rd
https://assets-cdn77.xvideos-cdn.com/v-d6b4df882a4/v3/js/skins/min/default.js124ms65ms40ms3rd
https://www.xvideos.com/91ms30ms8ms3rd
Unattributable78ms1ms0ms1st
A+
Font Loading
1 fonts (30 KB)
PASS
1 fonts (30 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

30 KB total

Render-blocking

0

of 1

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 1.2 s LCP 1.4 shttps://assets-cdn77.xvideos-cdn.com/v-02511061135/v3/fonts/skins/common/iconfont/iconfont.woff2iconfont.woff2 https://assets-cdn77.xvideos-cdn.com/v-02511061135/v3/fonts/skins/common/iconfont/iconfont.woff2 — 30.3 KiB — 21 ms — font-display: swap
iconfont.woff2 woff2 swap
Size 30 KB
Load time 21 ms
Start 429 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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
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+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding,User-Agent,Accept-Language,Cookie
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
51 requests over 879ms
INFO
0 ms 500 ms 1.0 s FCP 1.2 s LCP 1.4 shttps://xvideos.com// https://xvideos.com/ — 301 — 474 B — 80 ms — h2https://www.xvideos.com/www.xvideos.com/ https://www.xvideos.com/ — 200 — 31.9 KiB — 104 ms — h2https://assets-cdn77.xvideos-cdn.com/v-266b439e030/v3/css/default/main.cssassets-cdn77.xvideos-cdn.com/v-266b... https://assets-cdn77.xvideos-cdn.com/v-266b439e030/v3/css/default/main.css — 200 — 218.5 KiB — 146 ms — h2https://assets-cdn77.xvideos-cdn.com/v-5df5af49fee/v3/js/skins/min/default.header.static.jsassets-cdn77.xvideos-cdn.com/v-5df5... https://assets-cdn77.xvideos-cdn.com/v-5df5af49fee/v3/js/skins/min/default.header.static.js — 200 — 87.6 KiB — 112 ms — h2https://assets-cdn77.xvideos-cdn.com/img/lightbox/lightbox-blank.gifassets-cdn77.xvideos-cdn.com/img/li... https://assets-cdn77.xvideos-cdn.com/img/lightbox/lightbox-blank.gif — 200 — 466 B — 125 ms — h2https://assets-cdn77.xvideos-cdn.com/v-240a4f69694/v3/js/skins/min/default.footer.static.jsassets-cdn77.xvideos-cdn.com/v-240a... https://assets-cdn77.xvideos-cdn.com/v-240a4f69694/v3/js/skins/min/default.footer.static.js — 200 — 10.6 KiB — 115 ms — h2https://assets-cdn77.xvideos-cdn.com/v3/js/libs/jquery.min.jsassets-cdn77.xvideos-cdn.com/v3/js/... https://assets-cdn77.xvideos-cdn.com/v3/js/libs/jquery.min.js — 200 — 33.6 KiB — 20 ms — h2https://assets-cdn77.xvideos-cdn.com/v3/js/skins/min/require.static.jsassets-cdn77.xvideos-cdn.com/v3/js/... https://assets-cdn77.xvideos-cdn.com/v3/js/skins/min/require.static.js — 200 — 6.9 KiB — 18 ms — h2https://www.xvideos.com/manifest.jsonwww.xvideos.com/manifest.json https://www.xvideos.com/manifest.json — 200 — 424 B — 81 ms — h2https://assets-cdn77.xvideos-cdn.com/v3/img/skins/default/logo/xvideos.black.svgassets-cdn77.xvideos-cdn.com/v3/img... https://assets-cdn77.xvideos-cdn.com/v3/img/skins/default/logo/xvideos.black.svg — 200 — 1.9 KiB — 18 ms — h2https://assets-cdn77.xvideos-cdn.com/v-c28b33faeca/v3/js/i18n/front/english.jsonassets-cdn77.xvideos-cdn.com/v-c28b... https://assets-cdn77.xvideos-cdn.com/v-c28b33faeca/v3/js/i18n/front/english.json — 200 — 39.7 KiB — 20 ms — h2https://www.xvideos.com/metrics/disclaimer/show?_=639805086www.xvideos.com/metrics/disclaimer/... https://www.xvideos.com/metrics/disclaimer/show?_=639805086 — 200 — 469 B — 31 ms — h2https://assets-cdn77.xvideos-cdn.com/v3/img/skins/default/logo/xvideos.white.pngassets-cdn77.xvideos-cdn.com/v3/img... https://assets-cdn77.xvideos-cdn.com/v3/img/skins/default/logo/xvideos.white.png — 200 — 4.0 KiB — 18 ms — h2https://assets-cdn77.xvideos-cdn.com/v-02511061135/v3/fonts/skins/common/iconfont/iconfont.woff2assets-cdn77.xvideos-cdn.com/v-0251... https://assets-cdn77.xvideos-cdn.com/v-02511061135/v3/fonts/skins/common/iconfont/iconfont.woff2 — 200 — 30.3 KiB — 21 ms — h2https://assets-cdn77.xvideos-cdn.com/v-266b439e030/v3/img/flags/flat/flags-16.pngassets-cdn77.xvideos-cdn.com/v-266b... https://assets-cdn77.xvideos-cdn.com/v-266b439e030/v3/img/flags/flat/flags-16.png — 200 — 36.5 KiB — 19 ms — h2https://thumb-cdn77.xvideos-cdn.com/98915fa6-62ca-4938-a985-f10a3abb0cd1/3/xv_2_t.jpgthumb-cdn77.xvideos-cdn.com/98915fa... https://thumb-cdn77.xvideos-cdn.com/98915fa6-62ca-4938-a985-f10a3abb0cd1/3/xv_2_t.jpg — 200 — 15.5 KiB — 188 ms — h2https://thumb-cdn77.xvideos-cdn.com/e33821e4-bcc4-4740-bc4b-4da3d02b86a9/3/xv_13_t.jpgthumb-cdn77.xvideos-cdn.com/e33821e... https://thumb-cdn77.xvideos-cdn.com/e33821e4-bcc4-4740-bc4b-4da3d02b86a9/3/xv_13_t.jpg — 200 — 22.2 KiB — 150 ms — h2https://thumb-cdn77.xvideos-cdn.com/b5714261-c47a-4d71-9f2a-7f133ff5521b/3/xv_4_t.jpgthumb-cdn77.xvideos-cdn.com/b571426... https://thumb-cdn77.xvideos-cdn.com/b5714261-c47a-4d71-9f2a-7f133ff5521b/3/xv_4_t.jpg — 200 — 17.8 KiB — 166 ms — h2https://thumb-cdn77.xvideos-cdn.com/45affdfe-7462-40f4-b60e-b852f52bc968/3/xv_16_t.jpgthumb-cdn77.xvideos-cdn.com/45affdf... https://thumb-cdn77.xvideos-cdn.com/45affdfe-7462-40f4-b60e-b852f52bc968/3/xv_16_t.jpg — 200 — 13.7 KiB — 184 ms — h2https://thumbs-gcore.xvideos-cdn.com/375f50f5-72b9-4a5b-8888-582c393b903e/3/xv_12_t.jpgthumbs-gcore.xvideos-cdn.com/375f50... https://thumbs-gcore.xvideos-cdn.com/375f50f5-72b9-4a5b-8888-582c393b903e/3/xv_12_t.jpg — 200 — 14.7 KiB — 83 ms — h2https://thumb-cdn77.xvideos-cdn.com/080e1d1a-2069-4427-9b4b-09e195d627c3/3/xv_5_t.jpgthumb-cdn77.xvideos-cdn.com/080e1d1... https://thumb-cdn77.xvideos-cdn.com/080e1d1a-2069-4427-9b4b-09e195d627c3/3/xv_5_t.jpg — 200 — 12.7 KiB — 198 ms — h2https://thumb-cdn77.xvideos-cdn.com/5f7deedd-f916-4de4-bf94-eb4ff6f7943f/3/xv_30_t.jpgthumb-cdn77.xvideos-cdn.com/5f7deed... https://thumb-cdn77.xvideos-cdn.com/5f7deedd-f916-4de4-bf94-eb4ff6f7943f/3/xv_30_t.jpg — 200 — 22.0 KiB — 187 ms — h2https://thumbs-gcore.xvideos-cdn.com/4bbfdf78-82fd-4eb2-947c-cf8800dcb8fb/3/xv_9_t.jpgthumbs-gcore.xvideos-cdn.com/4bbfdf... https://thumbs-gcore.xvideos-cdn.com/4bbfdf78-82fd-4eb2-947c-cf8800dcb8fb/3/xv_9_t.jpg — 200 — 14.7 KiB — 77 ms — h2https://thumbs-gcore.xvideos-cdn.com/17b308b8-9c4e-4fbf-816a-6caa2715c2e9/3/xv_22_t.jpgthumbs-gcore.xvideos-cdn.com/17b308... https://thumbs-gcore.xvideos-cdn.com/17b308b8-9c4e-4fbf-816a-6caa2715c2e9/3/xv_22_t.jpg — 200 — 24.3 KiB — 45 ms — h2https://thumbs-gcore.xvideos-cdn.com/7dce56ea-4f01-4fcf-8e6e-7bd800ec2ba6/0/xv_26_t.jpgthumbs-gcore.xvideos-cdn.com/7dce56... https://thumbs-gcore.xvideos-cdn.com/7dce56ea-4f01-4fcf-8e6e-7bd800ec2ba6/0/xv_26_t.jpg — 200 — 26.6 KiB — 37 ms — h2https://thumb-cdn77.xvideos-cdn.com/f8fc5ecc-d716-47f4-829c-b7b2578236f9/3/xv_4_t.jpgthumb-cdn77.xvideos-cdn.com/f8fc5ec... https://thumb-cdn77.xvideos-cdn.com/f8fc5ecc-d716-47f4-829c-b7b2578236f9/3/xv_4_t.jpg — 200 — 17.7 KiB — 111 ms — h2https://thumb-cdn77.xvideos-cdn.com/860f2b11-5b78-4644-b9c0-4b4aa0e84806/3/xv_6_t.jpgthumb-cdn77.xvideos-cdn.com/860f2b1... https://thumb-cdn77.xvideos-cdn.com/860f2b11-5b78-4644-b9c0-4b4aa0e84806/3/xv_6_t.jpg — 200 — 15.6 KiB — 115 ms — h2https://thumb-cdn77.xvideos-cdn.com/1d979e67-e198-4a94-a1b5-26a89fcf3315/0/xv_27_t.jpgthumb-cdn77.xvideos-cdn.com/1d979e6... https://thumb-cdn77.xvideos-cdn.com/1d979e67-e198-4a94-a1b5-26a89fcf3315/0/xv_27_t.jpg — 200 — 33.1 KiB — 135 ms — h2https://thumb-cdn77.xvideos-cdn.com/106bec92-946e-44df-9457-2cf42b78d10f/3/xv_3_t.jpgthumb-cdn77.xvideos-cdn.com/106bec9... https://thumb-cdn77.xvideos-cdn.com/106bec92-946e-44df-9457-2cf42b78d10f/3/xv_3_t.jpg — 200 — 16.6 KiB — 136 ms — h2https://thumb-cdn77.xvideos-cdn.com/48dd572a-2851-41f6-a7e7-eea3e6f36237/3/xv_8_t.jpgthumb-cdn77.xvideos-cdn.com/48dd572... https://thumb-cdn77.xvideos-cdn.com/48dd572a-2851-41f6-a7e7-eea3e6f36237/3/xv_8_t.jpg — 200 — 15.2 KiB — 137 ms — h2
0 ms 500 ms 1.0 s FCP 1.2 s LCP 1.4 shttps://xvideos.com// https://xvideos.com/ — 301 — 474 B — 80 ms — h2https://www.xvideos.com/www.xvideos.com/ https://www.xvideos.com/ — 200 — 31.9 KiB — 104 ms — h2https://assets-cdn77.xvideos-cdn.com/v-266b439e030/v3/css/default/main.cssassets-cdn77.xvideos-cdn.com/v-266b... https://assets-cdn77.xvideos-cdn.com/v-266b439e030/v3/css/default/main.css — 200 — 218.5 KiB — 146 ms — h2https://assets-cdn77.xvideos-cdn.com/v-5df5af49fee/v3/js/skins/min/default.header.static.jsassets-cdn77.xvideos-cdn.com/v-5df5... https://assets-cdn77.xvideos-cdn.com/v-5df5af49fee/v3/js/skins/min/default.header.static.js — 200 — 87.6 KiB — 112 ms — h2https://assets-cdn77.xvideos-cdn.com/img/lightbox/lightbox-blank.gifassets-cdn77.xvideos-cdn.com/img/li... https://assets-cdn77.xvideos-cdn.com/img/lightbox/lightbox-blank.gif — 200 — 466 B — 125 ms — h2https://assets-cdn77.xvideos-cdn.com/v-240a4f69694/v3/js/skins/min/default.footer.static.jsassets-cdn77.xvideos-cdn.com/v-240a... https://assets-cdn77.xvideos-cdn.com/v-240a4f69694/v3/js/skins/min/default.footer.static.js — 200 — 10.6 KiB — 115 ms — h2https://assets-cdn77.xvideos-cdn.com/v3/js/libs/jquery.min.jsassets-cdn77.xvideos-cdn.com/v3/js/... https://assets-cdn77.xvideos-cdn.com/v3/js/libs/jquery.min.js — 200 — 33.6 KiB — 20 ms — h2https://assets-cdn77.xvideos-cdn.com/v3/js/skins/min/require.static.jsassets-cdn77.xvideos-cdn.com/v3/js/... https://assets-cdn77.xvideos-cdn.com/v3/js/skins/min/require.static.js — 200 — 6.9 KiB — 18 ms — h2https://www.xvideos.com/manifest.jsonwww.xvideos.com/manifest.json https://www.xvideos.com/manifest.json — 200 — 424 B — 81 ms — h2https://assets-cdn77.xvideos-cdn.com/v3/img/skins/default/logo/xvideos.black.svgassets-cdn77.xvideos-cdn.com/v3/img... https://assets-cdn77.xvideos-cdn.com/v3/img/skins/default/logo/xvideos.black.svg — 200 — 1.9 KiB — 18 ms — h2https://assets-cdn77.xvideos-cdn.com/v-c28b33faeca/v3/js/i18n/front/english.jsonassets-cdn77.xvideos-cdn.com/v-c28b... https://assets-cdn77.xvideos-cdn.com/v-c28b33faeca/v3/js/i18n/front/english.json — 200 — 39.7 KiB — 20 ms — h2https://www.xvideos.com/metrics/disclaimer/show?_=639805086www.xvideos.com/metrics/disclaimer/... https://www.xvideos.com/metrics/disclaimer/show?_=639805086 — 200 — 469 B — 31 ms — h2https://assets-cdn77.xvideos-cdn.com/v3/img/skins/default/logo/xvideos.white.pngassets-cdn77.xvideos-cdn.com/v3/img... https://assets-cdn77.xvideos-cdn.com/v3/img/skins/default/logo/xvideos.white.png — 200 — 4.0 KiB — 18 ms — h2https://assets-cdn77.xvideos-cdn.com/v-02511061135/v3/fonts/skins/common/iconfont/iconfont.woff2assets-cdn77.xvideos-cdn.com/v-0251... https://assets-cdn77.xvideos-cdn.com/v-02511061135/v3/fonts/skins/common/iconfont/iconfont.woff2 — 200 — 30.3 KiB — 21 ms — h2https://assets-cdn77.xvideos-cdn.com/v-266b439e030/v3/img/flags/flat/flags-16.pngassets-cdn77.xvideos-cdn.com/v-266b... https://assets-cdn77.xvideos-cdn.com/v-266b439e030/v3/img/flags/flat/flags-16.png — 200 — 36.5 KiB — 19 ms — h2https://thumb-cdn77.xvideos-cdn.com/98915fa6-62ca-4938-a985-f10a3abb0cd1/3/xv_2_t.jpgthumb-cdn77.xvideos-cdn.com/98915fa... https://thumb-cdn77.xvideos-cdn.com/98915fa6-62ca-4938-a985-f10a3abb0cd1/3/xv_2_t.jpg — 200 — 15.5 KiB — 188 ms — h2https://thumb-cdn77.xvideos-cdn.com/e33821e4-bcc4-4740-bc4b-4da3d02b86a9/3/xv_13_t.jpgthumb-cdn77.xvideos-cdn.com/e33821e... https://thumb-cdn77.xvideos-cdn.com/e33821e4-bcc4-4740-bc4b-4da3d02b86a9/3/xv_13_t.jpg — 200 — 22.2 KiB — 150 ms — h2https://thumb-cdn77.xvideos-cdn.com/b5714261-c47a-4d71-9f2a-7f133ff5521b/3/xv_4_t.jpgthumb-cdn77.xvideos-cdn.com/b571426... https://thumb-cdn77.xvideos-cdn.com/b5714261-c47a-4d71-9f2a-7f133ff5521b/3/xv_4_t.jpg — 200 — 17.8 KiB — 166 ms — h2https://thumb-cdn77.xvideos-cdn.com/45affdfe-7462-40f4-b60e-b852f52bc968/3/xv_16_t.jpgthumb-cdn77.xvideos-cdn.com/45affdf... https://thumb-cdn77.xvideos-cdn.com/45affdfe-7462-40f4-b60e-b852f52bc968/3/xv_16_t.jpg — 200 — 13.7 KiB — 184 ms — h2https://thumbs-gcore.xvideos-cdn.com/375f50f5-72b9-4a5b-8888-582c393b903e/3/xv_12_t.jpgthumbs-gcore.xvideos-cdn.com/375f50... https://thumbs-gcore.xvideos-cdn.com/375f50f5-72b9-4a5b-8888-582c393b903e/3/xv_12_t.jpg — 200 — 14.7 KiB — 83 ms — h2https://thumb-cdn77.xvideos-cdn.com/080e1d1a-2069-4427-9b4b-09e195d627c3/3/xv_5_t.jpgthumb-cdn77.xvideos-cdn.com/080e1d1... https://thumb-cdn77.xvideos-cdn.com/080e1d1a-2069-4427-9b4b-09e195d627c3/3/xv_5_t.jpg — 200 — 12.7 KiB — 198 ms — h2https://thumb-cdn77.xvideos-cdn.com/5f7deedd-f916-4de4-bf94-eb4ff6f7943f/3/xv_30_t.jpgthumb-cdn77.xvideos-cdn.com/5f7deed... https://thumb-cdn77.xvideos-cdn.com/5f7deedd-f916-4de4-bf94-eb4ff6f7943f/3/xv_30_t.jpg — 200 — 22.0 KiB — 187 ms — h2https://thumbs-gcore.xvideos-cdn.com/4bbfdf78-82fd-4eb2-947c-cf8800dcb8fb/3/xv_9_t.jpgthumbs-gcore.xvideos-cdn.com/4bbfdf... https://thumbs-gcore.xvideos-cdn.com/4bbfdf78-82fd-4eb2-947c-cf8800dcb8fb/3/xv_9_t.jpg — 200 — 14.7 KiB — 77 ms — h2https://thumbs-gcore.xvideos-cdn.com/17b308b8-9c4e-4fbf-816a-6caa2715c2e9/3/xv_22_t.jpgthumbs-gcore.xvideos-cdn.com/17b308... https://thumbs-gcore.xvideos-cdn.com/17b308b8-9c4e-4fbf-816a-6caa2715c2e9/3/xv_22_t.jpg — 200 — 24.3 KiB — 45 ms — h2https://thumbs-gcore.xvideos-cdn.com/7dce56ea-4f01-4fcf-8e6e-7bd800ec2ba6/0/xv_26_t.jpgthumbs-gcore.xvideos-cdn.com/7dce56... https://thumbs-gcore.xvideos-cdn.com/7dce56ea-4f01-4fcf-8e6e-7bd800ec2ba6/0/xv_26_t.jpg — 200 — 26.6 KiB — 37 ms — h2https://thumb-cdn77.xvideos-cdn.com/f8fc5ecc-d716-47f4-829c-b7b2578236f9/3/xv_4_t.jpgthumb-cdn77.xvideos-cdn.com/f8fc5ec... https://thumb-cdn77.xvideos-cdn.com/f8fc5ecc-d716-47f4-829c-b7b2578236f9/3/xv_4_t.jpg — 200 — 17.7 KiB — 111 ms — h2https://thumb-cdn77.xvideos-cdn.com/860f2b11-5b78-4644-b9c0-4b4aa0e84806/3/xv_6_t.jpgthumb-cdn77.xvideos-cdn.com/860f2b1... https://thumb-cdn77.xvideos-cdn.com/860f2b11-5b78-4644-b9c0-4b4aa0e84806/3/xv_6_t.jpg — 200 — 15.6 KiB — 115 ms — h2https://thumb-cdn77.xvideos-cdn.com/1d979e67-e198-4a94-a1b5-26a89fcf3315/0/xv_27_t.jpgthumb-cdn77.xvideos-cdn.com/1d979e6... https://thumb-cdn77.xvideos-cdn.com/1d979e67-e198-4a94-a1b5-26a89fcf3315/0/xv_27_t.jpg — 200 — 33.1 KiB — 135 ms — h2https://thumb-cdn77.xvideos-cdn.com/106bec92-946e-44df-9457-2cf42b78d10f/3/xv_3_t.jpgthumb-cdn77.xvideos-cdn.com/106bec9... https://thumb-cdn77.xvideos-cdn.com/106bec92-946e-44df-9457-2cf42b78d10f/3/xv_3_t.jpg — 200 — 16.6 KiB — 136 ms — h2https://thumb-cdn77.xvideos-cdn.com/48dd572a-2851-41f6-a7e7-eea3e6f36237/3/xv_8_t.jpgthumb-cdn77.xvideos-cdn.com/48dd572... https://thumb-cdn77.xvideos-cdn.com/48dd572a-2851-41f6-a7e7-eea3e6f36237/3/xv_8_t.jpg — 200 — 15.2 KiB — 137 ms — h2https://thumb-cdn77.xvideos-cdn.com/587377be-261e-4f3d-b096-df031b7b0313/3/xv_12_t.jpgthumb-cdn77.xvideos-cdn.com/587377b... https://thumb-cdn77.xvideos-cdn.com/587377be-261e-4f3d-b096-df031b7b0313/3/xv_12_t.jpg — 200 — 15.3 KiB — 138 ms — h2https://thumb-cdn77.xvideos-cdn.com/b55f916b-45fc-49f7-9a23-273d4c1a2262/3/xv_30_t.jpgthumb-cdn77.xvideos-cdn.com/b55f916... https://thumb-cdn77.xvideos-cdn.com/b55f916b-45fc-49f7-9a23-273d4c1a2262/3/xv_30_t.jpg — 200 — 14.4 KiB — 138 ms — h2https://thumb-cdn77.xvideos-cdn.com/c2ad65eb-b903-42e9-a7be-e296aedf9790/3/xv_12_t.jpgthumb-cdn77.xvideos-cdn.com/c2ad65e... https://thumb-cdn77.xvideos-cdn.com/c2ad65eb-b903-42e9-a7be-e296aedf9790/3/xv_12_t.jpg — 200 — 14.2 KiB — 139 ms — h2https://thumb-cdn77.xvideos-cdn.com/a5072b11-9dd9-4d26-8b7b-9bdc85439e56/3/xv_5_t.jpgthumb-cdn77.xvideos-cdn.com/a5072b1... https://thumb-cdn77.xvideos-cdn.com/a5072b11-9dd9-4d26-8b7b-9bdc85439e56/3/xv_5_t.jpg — 200 — 13.8 KiB — 140 ms — h2https://thumb-cdn77.xvideos-cdn.com/d8cde792-8b75-49ad-b225-939e9bff3e87/0/xv_21_t.jpgthumb-cdn77.xvideos-cdn.com/d8cde79... https://thumb-cdn77.xvideos-cdn.com/d8cde792-8b75-49ad-b225-939e9bff3e87/0/xv_21_t.jpg — 200 — 32.5 KiB — 140 ms — h2https://thumb-cdn77.xvideos-cdn.com/7b8ea39a-9ef8-4702-83e9-f90546fcc161/0/xv_26_t.jpgthumb-cdn77.xvideos-cdn.com/7b8ea39... https://thumb-cdn77.xvideos-cdn.com/7b8ea39a-9ef8-4702-83e9-f90546fcc161/0/xv_26_t.jpg — 200 — 47.1 KiB — 146 ms — h2https://thumb-cdn77.xvideos-cdn.com/262bbbb4-2000-4c1f-8598-45b0db979dbc/0/xv_29_t.jpgthumb-cdn77.xvideos-cdn.com/262bbbb... https://thumb-cdn77.xvideos-cdn.com/262bbbb4-2000-4c1f-8598-45b0db979dbc/0/xv_29_t.jpg — 200 — 23.1 KiB — 149 ms — h2https://thumb-cdn77.xvideos-cdn.com/cdb6e3c2-1351-475e-a28f-2257e7bfe45a/0/xv_3_t.jpgthumb-cdn77.xvideos-cdn.com/cdb6e3c... https://thumb-cdn77.xvideos-cdn.com/cdb6e3c2-1351-475e-a28f-2257e7bfe45a/0/xv_3_t.jpg — 200 — 30.8 KiB — 153 ms — h2https://thumb-cdn77.xvideos-cdn.com/09d2bde1-0334-49ef-980c-e9357f7920d9/3/xv_20_t.jpgthumb-cdn77.xvideos-cdn.com/09d2bde... https://thumb-cdn77.xvideos-cdn.com/09d2bde1-0334-49ef-980c-e9357f7920d9/3/xv_20_t.jpg — 200 — 13.4 KiB — 153 ms — h2https://thumb-cdn77.xvideos-cdn.com/f7ea03f1-5dc9-4a7b-8822-2fb81b637795/3/xv_4_t.jpgthumb-cdn77.xvideos-cdn.com/f7ea03f... https://thumb-cdn77.xvideos-cdn.com/f7ea03f1-5dc9-4a7b-8822-2fb81b637795/3/xv_4_t.jpg — 200 — 13.3 KiB — 154 ms — h2https://thumb-cdn77.xvideos-cdn.com/9bebcf99-7975-49fa-94b4-86f8f5cf533e/0/xv_17_t.jpgthumb-cdn77.xvideos-cdn.com/9bebcf9... https://thumb-cdn77.xvideos-cdn.com/9bebcf99-7975-49fa-94b4-86f8f5cf533e/0/xv_17_t.jpg — 200 — 31.8 KiB — 157 ms — h2https://thumb-cdn77.xvideos-cdn.com/26bbabfe-4835-494b-bb0a-04cc4c42f299/3/xv_3_t.jpgthumb-cdn77.xvideos-cdn.com/26bbabf... https://thumb-cdn77.xvideos-cdn.com/26bbabfe-4835-494b-bb0a-04cc4c42f299/3/xv_3_t.jpg — 200 — 15.3 KiB — 158 ms — h2https://thumb-cdn77.xvideos-cdn.com/6da1d667-4515-4337-b1bb-f63f854f7ff2/0/xv_30_t.jpgthumb-cdn77.xvideos-cdn.com/6da1d66... https://thumb-cdn77.xvideos-cdn.com/6da1d667-4515-4337-b1bb-f63f854f7ff2/0/xv_30_t.jpg — 200 — 57.9 KiB — 163 ms — h2https://assets-cdn77.xvideos-cdn.com/v-d6b4df882a4/v3/js/skins/min/default.jsassets-cdn77.xvideos-cdn.com/v-d6b4... https://assets-cdn77.xvideos-cdn.com/v-d6b4df882a4/v3/js/skins/min/default.js — 200 — 510.5 KiB — 67 ms — h2https://assets-cdn77.xvideos-cdn.com/v3/img/skins/default/xv-inline-loader.gifassets-cdn77.xvideos-cdn.com/v3/img... https://assets-cdn77.xvideos-cdn.com/v3/img/skins/default/xv-inline-loader.gif — 200 — 1.1 KiB — 18 ms — h2https://www.xvideos.com/picserror/21-234-0_23-99-0/-/2www.xvideos.com/picserror/21-234-0_... https://www.xvideos.com/picserror/21-234-0_23-99-0/-/2 — 200 — 3.2 KiB — 31 ms — h2https://assets-cdn77.xvideos-cdn.com/v-d6b4df882a4/v3/js/jquery.jsassets-cdn77.xvideos-cdn.com/v-d6b4... https://assets-cdn77.xvideos-cdn.com/v-d6b4df882a4/v3/js/jquery.js — 200 — 522 B — 18 ms — h2data:image/avif;base64,AAAAIGZ0eXBhdmlmAAAAAGF2aWZtaWYxbWlhZk1BMUIAAADybWV0YQAAAAAAAAAoaGRscgAAAAAA…data:image/avif;base64,AAAAIGZ0eXBh... data:image/avif;base64,AAAAIGZ0eXBhdmlmAAAAAGF2aWZtaWYxbWlhZk1BMUIAAADybWV0YQAAAAAAAAAoaGRscgAAAAAA… — 200 — 0 B — 0 ms — datahttps://assets-cdn77.xvideos-cdn.com/v-d6b4df882a4/v3/js/libs/hls-1.2.5.min.jsassets-cdn77.xvideos-cdn.com/v-d6b4... https://assets-cdn77.xvideos-cdn.com/v-d6b4df882a4/v3/js/libs/hls-1.2.5.min.js — 200 — 97.8 KiB — 20 ms — h2https://assets-cdn77.xvideos-cdn.com/v3/img/skins/default/logo/xv.white.svgassets-cdn77.xvideos-cdn.com/v3/img... https://assets-cdn77.xvideos-cdn.com/v3/img/skins/default/logo/xv.white.svg — 200 — 989 B — 19 ms — h2https://www.xvideos.com/android-chrome-192x192.pngwww.xvideos.com/android-chrome-192x... https://www.xvideos.com/android-chrome-192x192.png — 200 — 6.7 KiB — 27 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
82% of JavaScript execution is third-party
First-party Third-party 360ms · 630KB · £4/mo
assets-cdn77.xvideos-cdn.com
Other
Optional
Execution 145ms
Transfer 88 KB
Unused 43%
Monthly Cost £2/mo
assets-cdn77.xvideos-cdn.com
Other
Optional
Execution 124ms
Transfer 510 KB
Unused 82%
Monthly Cost £1/mo
www.xvideos.com
Other
Optional
Execution 91ms
Transfer 32 KB
Monthly Cost £1/mo

82% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

82% of assets-cdn77.xvideos-cdn.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-04-26 — 2026-05-23)

LCP (p75)

6764 ms

26% good

INP (p75)

84 ms

92% good

CLS (p75)

0.130

67% good

FCP (p75)

5235 ms

TTFB (p75)

3359 ms

Image Optimization
46 images, 0 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

46

Total Size

0 KB

Oversized

16

44 missing alt text 45 missing dimensions 36 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