Skip to content
https://jonathanjordanxxx.com

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
87
GRADE
B
FIX
0
REVIEW
12
PASS
11
INFO
3

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

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

3.61 s

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

4.66 s

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

116 ms

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

0.023

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

3.61 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

5.50 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
26
11 PASS 12 REVIEW
C
Image Optimization
Action
4 images, 0 KB saveable
REVIEW
4 images, 0 KB saveable
Warning::
https://imgs1cdn.adultempire.com/bn/logo__rta__whi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://imgs1cdn.adultempire.com/bn/600/jonathan-j... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://imgs1cdn.adultempire.com/bn/badge__18-plus... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
4 images 237 KB
0 oversized -0 KB
4 legacy format
3 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

B
JS Execution Cost
944ms total JS execution
REVIEW
944ms total JS execution
Warning::
Unattributable: 302ms CPU time
Warning::
https://jonathanjordanxxx.com/Scripts/r1_0_9739_76...: 276ms CPU time
Info::
https://jonathanjordanxxx.com/AgeConfirmation?url2...: 171ms CPU time
Info::
https://jonathanjordanxxx.com/Scripts/EWC/r1_0_973...: 120ms CPU time
Info::
https://jonathanjordanxxx.com/Scripts/r1_0_9739_76...: 74ms CPU time

Main Thread Breakdown

Script Evaluation 39% Other 32% Script Parsing & Compilation 12% Style & Layout 10% Parse HTML & CSS 6%
ScriptTotalScriptingParse/CompileParty
Unattributable302ms6ms0ms1st
https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_video.min.js276ms198ms65ms1st
https://jonathanjordanxxx.com/AgeConfirmation?url2=/171ms8ms3ms1st
https://jonathanjordanxxx.com/Scripts/EWC/r1_0_9739_7674_ewc.umd.js120ms83ms35ms1st
https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_jquery-3.2.1.min.js74ms57ms12ms1st
C
JS Bundles
Action
17 scripts, 182 KB unused
REVIEW
17 scripts, 182 KB unused
Warning::
https://jonathanjordanxxx.com/Scripts/r1_0_9739_76...: 121 KB unused (76%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://jonathanjordanxxx.com/Scripts/EWC/r1_0_973...: 61 KB unused (58%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 182 KB
182 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_video.min.js159 KB121 KB (76%)1st
https://jonathanjordanxxx.com/Scripts/EWC/r1_0_9739_7674_ewc.umd.js105 KB61 KB (58%)1st
https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_popper.min.js8 KB1st
https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_bootstrap.min.js13 KB1st
https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_jquery-3.2.1.min.js32 KB1st
https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_jquery-ui.min.js11 KB1st
https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_aeform.js3 KB1st
https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_core.js10 KB1st
https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_intersection-observer.min.js3 KB1st
https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_HoverIntent.js1 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

B
Resource Hints
13 hints, 0 missing preconnects
REVIEW
13 hints, 0 missing preconnects
Info::
7 preconnect hints -- excessive (recommended: <=6)
Each preconnect eagerly opens a TCP+TLS connection. On slow networks or low-end devices, too many parallel connections cause head-of-line blocking and starve the connections that matter for LCP. Trim to the 4-6 highest-value origins (the ones serving render-blocking or LCP resources).
Info::
6 dns-prefetch redundant with preconnect on same origin
preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://fonts.googleapis.com, https://fonts.gstatic.com, https://imgs1cdn.adultempire.com (+3 more). Remove the redundant dns-prefetch entries.
Info::
6 URL(s) appear in multiple hints
The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: //fonts.googleapis.com (dns-prefetch+preconnect), //fonts.gstatic.com (dns-prefetch+preconnect), //imgs1cdn.adultempire.com (dns-prefetch+preconnect) (+3 more).
Info::
Page uses 13 resource hint(s)

Current Resource Hints

preconnect
7
preload
dns-prefetch
6
prefetch

13 resource hints configured

Each preconnect eagerly opens a TCP+TLS connection. On slow networks or low-end devices, too many parallel connections cause head-of-line blocking and starve the connections that matter for LCP. Trim to the 4-6 highest-value origins (the ones serving render-blocking or LCP resources).

Why this matters

Informational: a labeled value pair from the audit.

preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://fonts.googleapis.com, https://fonts.gstatic.com, https://imgs1cdn.adultempire.com (+3 more). Remove the redundant dns-prefetch entries.

Why this matters

Performance issues directly impact user engagement and conversion rates.

The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: //fonts.googleapis.com (dns-prefetch+preconnect), //fonts.gstatic.com (dns-prefetch+preconnect), //imgs1cdn.adultempire.com (dns-prefetch+preconnect) (+3 more).

Why this matters

Performance issues directly impact user engagement and conversion rates.

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
Cache-Control present but without max-age
REVIEW
Cache-Control present but without max-age
Info::
Main HTML Cache-Control has no max-age: private
Got: private
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.
B
JavaScript Blocking
1 JS blocking issue(s) detected
REVIEW
1 JS blocking issue(s) detected
Warning::
16 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.
B
CSS Performance Depth
2 CSS depth issue(s) detected
REVIEW
2 CSS depth issue(s) detected
Warning::
8 render-blocking stylesheet(s) -- recommended: <=3
Each `<link rel="stylesheet">` without a non-blocking `media` attribute holds up the first paint. Browsers download all of them before painting any content. Consolidate into 1-2 critical-path stylesheets; defer non-critical CSS via `<link rel="stylesheet" media="print" onload="this.media='all'">` or via the loadCSS pattern; inline above-the-fold CSS in `<style>` to short-circuit the request entirely.
Info::
1 `@import` rule(s) in inline `<style>` blocks -- chains an extra round-trip
Each `@import` in CSS forces a serial dependency: the parent stylesheet must download and parse before the browser even knows which URL to fetch next. This used to be catastrophic on HTTP/1.1; HTTP/2 and HTTP/3 multiplexing make it less painful but still strictly worse than declaring `<link rel="stylesheet">` siblings. Replace `@import url(...)` with `<link rel="stylesheet" href="...">` in HTML so the browser discovers and fetches in parallel.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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

private

DirectiveValueMeaning
privateOnly browser cache, not CDN/proxy
A
Page Weight Budget
775 KB transferred, 35 requests
PASS
775 KB transferred, 35 requests
Info::
Page weighs 2.0 MB (775 KB transferred)
Info::
35 HTTP requests
Info::
Estimated 0.16 g CO2 per page load
775 KB / 2.4 MB budget
775 KB transferred
35 requests
0.16 g CO2 per page load
JavaScript 402.8 KiB 52%
Images 237.5 KiB 31%
CSS 73.1 KiB 9%
Fonts 47.3 KiB 6%
Other 8.2 KiB 1%
HTML 6.2 KiB 1%
Other 288 B 0%
0 2.4 MB 4.9 MB
Under budget
A
Third-Party Impact
38% third-party, 0 ms blocking
PASS
38% third-party, 0 ms blocking
Info::
Third-party code accounts for 38% of page weight (297.7 KiB of 775.3 KiB)
Info::
Third-party blocking time is low (0 ms)
62%
38%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
1 fonts (47 KB)
PASS
1 fonts (47 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

47 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 1.0 s 2.0 s 3.0 s 4.0 s FCP 3.6 s LCP 4.7 shttps://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2UcC73FwrK3iLTeHuS_nVMrM... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 47.3 KiB — 38 ms — font-display: swap
UcC73FwrK3iLTeHuS_nVMrM... woff2 swap
Size 47 KB
Load time 38 ms
Start 1.3 s
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+
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
1 server-response signal(s) detected
PASS
1 server-response signal(s) detected
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
A+
Page Weight Inventory
35 resources · 775 KB · 182 KB savings available
PASS
35 resources · 775 KB · 182 KB savings available
Info::
Within 1MB page-weight target
Got: 775 KB
Info::
~182 KB of savings available
Info::
10 third-party resources (38% of weight)
35 resources · 775.3 KiB · 10 third-party Within 1MB page-weight target
JavaScript 52% · 402.8 KiB
Image 32% · 245.3 KiB
CSS 9% · 73.1 KiB
Font 6% · 47.3 KiB
Document 1% · 6.2 KiB
Other 0% · 715 B

~181.8 KiB of savings available

Remove unused JavaScript: 181.8 KiB
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
35 requests over 2010ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 3.6 s LCP 4.7 shttps://jonathanjordanxxx.com// https://jonathanjordanxxx.com/ — 302 — 427 B — 372 ms — h2https://jonathanjordanxxx.com/AgeConfirmation?url2=//AgeConfirmation?url2=/ https://jonathanjordanxxx.com/AgeConfirmation?url2=/ — 200 — 6.2 KiB — 196 ms — h2https://jonathanjordanxxx.com/css/r1_0_9739_7674_bootstrap.min.css/css/r1_0_9739_7674_bootstrap.min.c... https://jonathanjordanxxx.com/css/r1_0_9739_7674_bootstrap.min.css — 200 — 20.3 KiB — 352 ms — h2https://jonathanjordanxxx.com/css/r1_0_9739_7674_hybrid-core.css/css/r1_0_9739_7674_hybrid-core.css https://jonathanjordanxxx.com/css/r1_0_9739_7674_hybrid-core.css — 200 — 16.0 KiB — 350 ms — h2https://jonathanjordanxxx.com/css/r1_0_9739_7674_hybrid-account.css/css/r1_0_9739_7674_hybrid-account.... https://jonathanjordanxxx.com/css/r1_0_9739_7674_hybrid-account.css — 200 — 7.2 KiB — 128 ms — h2https://jonathanjordanxxx.com/css/r1_0_9739_7674_jquery-ui.min.css/css/r1_0_9739_7674_jquery-ui.min.c... https://jonathanjordanxxx.com/css/r1_0_9739_7674_jquery-ui.min.css — 200 — 3.3 KiB — 125 ms — h2https://jonathanjordanxxx.com/css/r1_0_9739_7674_hybrid-site-override.css/css/r1_0_9739_7674_hybrid-site-ove... https://jonathanjordanxxx.com/css/r1_0_9739_7674_hybrid-site-override.css — 200 — 10.4 KiB — 353 ms — h2https://jonathanjordanxxx.com/css/r1_0_9739_7674_video-js.min.css/css/r1_0_9739_7674_video-js.min.cs... https://jonathanjordanxxx.com/css/r1_0_9739_7674_video-js.min.css — 200 — 10.5 KiB — 346 ms — h2https://fonts.googleapis.com/css2?family=Inter:wght@100..700&display=swapfonts.googleapis.com/css2?family=In... https://fonts.googleapis.com/css2?family=Inter:wght@100..700&display=swap — 200 — 1.1 KiB — 97 ms — h2https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_intersection-observer.min.js/Scripts/r1_0_9739_7674_intersectio... https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_intersection-observer.min.js — 200 — 2.7 KiB — 346 ms — h2https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_jquery-3.2.1.min.js/Scripts/r1_0_9739_7674_jquery-3.2.... https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_jquery-3.2.1.min.js — 200 — 32.3 KiB — 455 ms — h2https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_HoverIntent.js/Scripts/r1_0_9739_7674_HoverIntent... https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_HoverIntent.js — 200 — 938 B — 232 ms — h2https://fonts.googleapis.com/css2?family=Montserrat:wght@500;900&display=swapfonts.googleapis.com/css2?family=Mo... https://fonts.googleapis.com/css2?family=Montserrat:wght@500;900&display=swap — 200 — 698 B — 98 ms — h2https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_video.min.js/Scripts/r1_0_9739_7674_video.min.j... https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_video.min.js — 200 — 159.1 KiB — 580 ms — h2https://imgs1cdn.adultempire.com/bn/600/jonathan-jordan-xxx-primary-onDark.pngimgs1cdn.adultempire.com/bn/600/jon... https://imgs1cdn.adultempire.com/bn/600/jonathan-jordan-xxx-primary-onDark.png — 200 — 52.7 KiB — 194 ms — h2https://imgs1cdn.adultempire.com/bn/badge__18-plus__dark.svgimgs1cdn.adultempire.com/bn/badge__... https://imgs1cdn.adultempire.com/bn/badge__18-plus__dark.svg — 200 — 2.4 KiB — 189 ms — h2https://imgs1cdn.adultempire.com/bn/logo__rta__white.svgimgs1cdn.adultempire.com/bn/logo__r... https://imgs1cdn.adultempire.com/bn/logo__rta__white.svg — 200 — 3.9 KiB — 42 ms — h2https://jonathanjordanxxx.com/Scripts/EWC/r1_0_9739_7674_style.css/Scripts/EWC/r1_0_9739_7674_style.c... https://jonathanjordanxxx.com/Scripts/EWC/r1_0_9739_7674_style.css — 200 — 3.5 KiB — 373 ms — h2https://jonathanjordanxxx.com/Scripts/EWC/r1_0_9739_7674_ewc.umd.js/Scripts/EWC/r1_0_9739_7674_ewc.umd... https://jonathanjordanxxx.com/Scripts/EWC/r1_0_9739_7674_ewc.umd.js — 200 — 104.9 KiB — 345 ms — h2https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_jquery-ui.min.js/Scripts/r1_0_9739_7674_jquery-ui.m... https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_jquery-ui.min.js — 200 — 10.6 KiB — 131 ms — h2https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_aeform.js/Scripts/r1_0_9739_7674_aeform.js https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_aeform.js — 200 — 2.6 KiB — 119 ms — h2https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_core.js/Scripts/r1_0_9739_7674_core.js https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_core.js — 200 — 10.2 KiB — 154 ms — h2https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_popper.min.js/Scripts/r1_0_9739_7674_popper.min.... https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_popper.min.js — 200 — 8.0 KiB — 165 ms — h2https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_bootstrap.min.js/Scripts/r1_0_9739_7674_bootstrap.m... https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_bootstrap.min.js — 200 — 13.0 KiB — 160 ms — h2https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_fontawesome.min.js/Scripts/r1_0_9739_7674_fontawesome... https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_fontawesome.min.js — 200 — 15.8 KiB — 165 ms — h2https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_brands.min.js/Scripts/r1_0_9739_7674_brands.min.... https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_brands.min.js — 200 — 9.2 KiB — 123 ms — h2https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_regular.min.js/Scripts/r1_0_9739_7674_regular.min... https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_regular.min.js — 200 — 6.4 KiB — 148 ms — h2https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_solid.min.js/Scripts/r1_0_9739_7674_solid.min.j... https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_solid.min.js — 200 — 22.9 KiB — 157 ms — h2https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_silent-teaser.js/Scripts/r1_0_9739_7674_silent-teas... https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_silent-teaser.js — 200 — 544 B — 143 ms — h2https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_plausible__custom-properties.js/Scripts/r1_0_9739_7674_plausible__... https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_plausible__custom-properties.js — 200 — 471 B — 132 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 3.6 s LCP 4.7 shttps://jonathanjordanxxx.com// https://jonathanjordanxxx.com/ — 302 — 427 B — 372 ms — h2https://jonathanjordanxxx.com/AgeConfirmation?url2=//AgeConfirmation?url2=/ https://jonathanjordanxxx.com/AgeConfirmation?url2=/ — 200 — 6.2 KiB — 196 ms — h2https://jonathanjordanxxx.com/css/r1_0_9739_7674_bootstrap.min.css/css/r1_0_9739_7674_bootstrap.min.c... https://jonathanjordanxxx.com/css/r1_0_9739_7674_bootstrap.min.css — 200 — 20.3 KiB — 352 ms — h2https://jonathanjordanxxx.com/css/r1_0_9739_7674_hybrid-core.css/css/r1_0_9739_7674_hybrid-core.css https://jonathanjordanxxx.com/css/r1_0_9739_7674_hybrid-core.css — 200 — 16.0 KiB — 350 ms — h2https://jonathanjordanxxx.com/css/r1_0_9739_7674_hybrid-account.css/css/r1_0_9739_7674_hybrid-account.... https://jonathanjordanxxx.com/css/r1_0_9739_7674_hybrid-account.css — 200 — 7.2 KiB — 128 ms — h2https://jonathanjordanxxx.com/css/r1_0_9739_7674_jquery-ui.min.css/css/r1_0_9739_7674_jquery-ui.min.c... https://jonathanjordanxxx.com/css/r1_0_9739_7674_jquery-ui.min.css — 200 — 3.3 KiB — 125 ms — h2https://jonathanjordanxxx.com/css/r1_0_9739_7674_hybrid-site-override.css/css/r1_0_9739_7674_hybrid-site-ove... https://jonathanjordanxxx.com/css/r1_0_9739_7674_hybrid-site-override.css — 200 — 10.4 KiB — 353 ms — h2https://jonathanjordanxxx.com/css/r1_0_9739_7674_video-js.min.css/css/r1_0_9739_7674_video-js.min.cs... https://jonathanjordanxxx.com/css/r1_0_9739_7674_video-js.min.css — 200 — 10.5 KiB — 346 ms — h2https://fonts.googleapis.com/css2?family=Inter:wght@100..700&display=swapfonts.googleapis.com/css2?family=In... https://fonts.googleapis.com/css2?family=Inter:wght@100..700&display=swap — 200 — 1.1 KiB — 97 ms — h2https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_intersection-observer.min.js/Scripts/r1_0_9739_7674_intersectio... https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_intersection-observer.min.js — 200 — 2.7 KiB — 346 ms — h2https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_jquery-3.2.1.min.js/Scripts/r1_0_9739_7674_jquery-3.2.... https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_jquery-3.2.1.min.js — 200 — 32.3 KiB — 455 ms — h2https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_HoverIntent.js/Scripts/r1_0_9739_7674_HoverIntent... https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_HoverIntent.js — 200 — 938 B — 232 ms — h2https://fonts.googleapis.com/css2?family=Montserrat:wght@500;900&display=swapfonts.googleapis.com/css2?family=Mo... https://fonts.googleapis.com/css2?family=Montserrat:wght@500;900&display=swap — 200 — 698 B — 98 ms — h2https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_video.min.js/Scripts/r1_0_9739_7674_video.min.j... https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_video.min.js — 200 — 159.1 KiB — 580 ms — h2https://imgs1cdn.adultempire.com/bn/600/jonathan-jordan-xxx-primary-onDark.pngimgs1cdn.adultempire.com/bn/600/jon... https://imgs1cdn.adultempire.com/bn/600/jonathan-jordan-xxx-primary-onDark.png — 200 — 52.7 KiB — 194 ms — h2https://imgs1cdn.adultempire.com/bn/badge__18-plus__dark.svgimgs1cdn.adultempire.com/bn/badge__... https://imgs1cdn.adultempire.com/bn/badge__18-plus__dark.svg — 200 — 2.4 KiB — 189 ms — h2https://imgs1cdn.adultempire.com/bn/logo__rta__white.svgimgs1cdn.adultempire.com/bn/logo__r... https://imgs1cdn.adultempire.com/bn/logo__rta__white.svg — 200 — 3.9 KiB — 42 ms — h2https://jonathanjordanxxx.com/Scripts/EWC/r1_0_9739_7674_style.css/Scripts/EWC/r1_0_9739_7674_style.c... https://jonathanjordanxxx.com/Scripts/EWC/r1_0_9739_7674_style.css — 200 — 3.5 KiB — 373 ms — h2https://jonathanjordanxxx.com/Scripts/EWC/r1_0_9739_7674_ewc.umd.js/Scripts/EWC/r1_0_9739_7674_ewc.umd... https://jonathanjordanxxx.com/Scripts/EWC/r1_0_9739_7674_ewc.umd.js — 200 — 104.9 KiB — 345 ms — h2https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_jquery-ui.min.js/Scripts/r1_0_9739_7674_jquery-ui.m... https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_jquery-ui.min.js — 200 — 10.6 KiB — 131 ms — h2https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_aeform.js/Scripts/r1_0_9739_7674_aeform.js https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_aeform.js — 200 — 2.6 KiB — 119 ms — h2https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_core.js/Scripts/r1_0_9739_7674_core.js https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_core.js — 200 — 10.2 KiB — 154 ms — h2https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_popper.min.js/Scripts/r1_0_9739_7674_popper.min.... https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_popper.min.js — 200 — 8.0 KiB — 165 ms — h2https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_bootstrap.min.js/Scripts/r1_0_9739_7674_bootstrap.m... https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_bootstrap.min.js — 200 — 13.0 KiB — 160 ms — h2https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_fontawesome.min.js/Scripts/r1_0_9739_7674_fontawesome... https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_fontawesome.min.js — 200 — 15.8 KiB — 165 ms — h2https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_brands.min.js/Scripts/r1_0_9739_7674_brands.min.... https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_brands.min.js — 200 — 9.2 KiB — 123 ms — h2https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_regular.min.js/Scripts/r1_0_9739_7674_regular.min... https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_regular.min.js — 200 — 6.4 KiB — 148 ms — h2https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_solid.min.js/Scripts/r1_0_9739_7674_solid.min.j... https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_solid.min.js — 200 — 22.9 KiB — 157 ms — h2https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_silent-teaser.js/Scripts/r1_0_9739_7674_silent-teas... https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_silent-teaser.js — 200 — 544 B — 143 ms — h2https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_plausible__custom-properties.js/Scripts/r1_0_9739_7674_plausible__... https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_plausible__custom-properties.js — 200 — 471 B — 132 ms — h2https://plausible.ravanallc.com/js/script.local.tagged-events.jsplausible.ravanallc.com/js/script.l... https://plausible.ravanallc.com/js/script.local.tagged-events.js — 200 — 3.0 KiB — 393 ms — h2https://imgs1cdn.adultempire.com/bn/1600/age-confirmation-bg.jpgimgs1cdn.adultempire.com/bn/1600/ag... https://imgs1cdn.adultempire.com/bn/1600/age-confirmation-bg.jpg — 200 — 178.5 KiB — 132 ms — h2https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2fonts.gstatic.com/s/inter/v20/UcC73... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 200 — 47.3 KiB — 38 ms — h3https://plausible.ravanallc.com/api/eventplausible.ravanallc.com/api/event https://plausible.ravanallc.com/api/event — 202 — 288 B — 397 ms — h2https://imgs1cdn.adultempire.com/bn/jonathan-jordan-xxx-favicon.ico?v=1imgs1cdn.adultempire.com/bn/jonatha... https://imgs1cdn.adultempire.com/bn/jonathan-jordan-xxx-favicon.ico?v=1 — 200 — 7.8 KiB — 42 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
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-08-02 — 2026-08-29)

LCP (p75)

2769 ms

67% good

INP (p75)

81 ms

97% good

CLS (p75)

0.000

84% good

FCP (p75)

2203 ms

TTFB (p75)

2062 ms

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

Image Optimization Audit

Total Images

3

Total Size

0 KB

3 missing dimensions 1 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