Skip to content
https://jonathanjordanxxx.com

Performance

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

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

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

1.22 s

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

1.40 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.056

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

1.35 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.40 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
22
11 PASS 8 REVIEW
C
Image Optimization
Action
4 images, 0 KB saveable
REVIEW
4 images, 0 KB saveable
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.
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.
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

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
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.
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.0 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+
JS Execution Cost
134ms total JS execution
PASS
134ms total JS execution
Info::
https://jonathanjordanxxx.com/Scripts/r1_0_9739_76...: 71ms CPU time
Info::
https://jonathanjordanxxx.com/AgeConfirmation?url2...: 63ms CPU time

Main Thread Breakdown

Script Evaluation 41% Other 30% Script Parsing & Compilation 12% Style & Layout 10% Parse HTML & CSS 6%
ScriptTotalScriptingParse/CompileParty
https://jonathanjordanxxx.com/Scripts/r1_0_9739_7674_video.min.js71ms52ms15ms1st
https://jonathanjordanxxx.com/AgeConfirmation?url2=/63ms2ms1ms1st
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 500 ms 1.0 s FCP 1.2 s LCP 1.4 shttps://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2UcC73FwrK3iLTeHuS_nVMrM... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 47.3 KiB — 31 ms — font-display: swap
UcC73FwrK3iLTeHuS_nVMrM... woff2 swap
Size 47 KB
Load time 31 ms
Start 1.2 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+
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
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.0 KiB
Font 6% · 47.3 KiB
Document 1% · 6.2 KiB
Other 0% · 715 B

~181.6 KiB of savings available

Remove unused JavaScript: 181.6 KiB
Network Waterfall
35 requests over 1850ms
INFO
0 ms 500 ms 1.0 s 1.5 s FCP 1.2 s LCP 1.4 shttps://jonathanjordanxxx.com// https://jonathanjordanxxx.com/ — 302 — 427 B — 355 ms — h2https://jonathanjordanxxx.com/AgeConfirmation?url2=//AgeConfirmation?url2=/ https://jonathanjordanxxx.com/AgeConfirmation?url2=/ — 200 — 6.2 KiB — 175 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 — 351 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 — 238 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 — 235 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 — 238 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 — 460 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 — 345 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 — 705 B — 101 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 — 348 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 — 1.0 KiB — 97 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.2 KiB — 572 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 — 115 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 — 110 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 — 38 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 — 451 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 — 423 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 — 120 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 — 117 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 — 125 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 — 121 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 — 131 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 — 128 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 — 126 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 — 133 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 — 130 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 — 122 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 — 131 ms — h2
0 ms 500 ms 1.0 s 1.5 s FCP 1.2 s LCP 1.4 shttps://jonathanjordanxxx.com// https://jonathanjordanxxx.com/ — 302 — 427 B — 355 ms — h2https://jonathanjordanxxx.com/AgeConfirmation?url2=//AgeConfirmation?url2=/ https://jonathanjordanxxx.com/AgeConfirmation?url2=/ — 200 — 6.2 KiB — 175 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 — 351 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 — 238 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 — 235 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 — 238 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 — 460 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 — 345 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 — 705 B — 101 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 — 348 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 — 1.0 KiB — 97 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.2 KiB — 572 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 — 115 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 — 110 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 — 38 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 — 451 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 — 423 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 — 120 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 — 117 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 — 125 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 — 121 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 — 131 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 — 128 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 — 126 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 — 133 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 — 130 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 — 122 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 — 131 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 — 346 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 — 82 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 — 31 ms — h3https://plausible.ravanallc.com/api/eventplausible.ravanallc.com/api/event https://plausible.ravanallc.com/api/event — 202 — 288 B — 344 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 — 39 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