Skip to content
https://ajfreshxxx.com

Performance

· 23 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
88
GRADE
B
FIX
2
REVIEW
4
PASS
13
INFO
4

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

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

690 ms

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

1.56 s

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

5 ms

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

0.010

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

791 ms

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.58 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
13 PASS 4 REVIEW 2 FIX
D
Page Weight Budget
Action
2.1 MB transferred, 42 requests
FIX
2.1 MB transferred, 42 requests
Info::
Page weighs 3.3 MB (2.1 MB transferred)
Warning::
Images are 1.4 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.4 MB
Warning::
JavaScript is 601 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 601 KB
Info::
42 HTTP requests
Info::
Estimated 0.45 g CO2 per page load
2.1 MB / 2.4 MB budget
2.1 MB transferred
42 requests
0.45 g CO2 per page load
Images 1.4 MiB 64%
JavaScript 601.4 KiB 28%
Fonts 116.8 KiB 5%
CSS 45.8 KiB 2%
HTML 5.5 KiB 0%
Other 2.7 KiB 0%
Other 1.0 KiB 0%
Other 549 B 0%
0 2.4 MB 4.9 MB
Approaching limit

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

Why this matters

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

Source: web.dev

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

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.
Info::
Last-Modified header present

No Cache-Control header

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

B
JS Bundles
9 scripts, 69 KB unused
REVIEW
9 scripts, 69 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-SB7W...: 69 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://ajfreshxxx.com/photoswipe/dist/photoswipe-...: unminified — 8 KB could be saved
Info::
Total unused JavaScript: 69 KB
69 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-SB7WRMJEJH163 KB69 KB (42%)3rd
https://ajfreshxxx.com/js/cookieconsent-config.js1 KB1st
https://ajfreshxxx.com/photoswipe/dist/photoswipe-lightbox.esm.js13 KB1st
https://ajfreshxxx.com/js/glide.min.js8 KB1st
https://ajfreshxxx.com/js/menu.js1 KB1st
https://ajfreshxxx.com/js/brands.min.js188 KB1st
https://ajfreshxxx.com/js/solid.min.js203 KB1st
https://ajfreshxxx.com/js/fontawesome.min.js13 KB1st
https://ajfreshxxx.com/js/cookieconsent.umd.js10 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

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
Page Weight Inventory
Action
42 resources · 2.1 MB · 69 KB savings available
REVIEW
42 resources · 2.1 MB · 69 KB savings available
Warning::
Page weight 2.1 MB exceeds 1 MB target by 1.1 MB
Got: 2.1 MB Expected: ≤ 1 MB
Info::
~69 KB of savings available
Info::
4 third-party resources (10% of weight)
Info::
3 resources over 200KB
42 resources · 2.1 MiB · 4 third-party 1.1 MiB over 1MB target
Image 65% · 1.4 MiB
JavaScript 28% · 601.4 KiB
Font 5% · 116.8 KiB
CSS 2% · 45.8 KiB
Document 0% · 5.5 KiB
Other 0% · 1.6 KiB

~68.8 KiB of savings available

Remove unused JavaScript: 68.8 KiB
A+
Third-Party Impact
10% third-party, 0 ms blocking
PASS
10% third-party, 0 ms blocking
Info::
Third-party code accounts for 10% of page weight (208.2 KiB of 2.1 MiB)
Info::
Third-party blocking time is low (0 ms)
90%
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
Image Optimization
18 images, 0 KB saveable
PASS
18 images, 0 KB saveable
Info::
All images are well-optimized
18 images 1.4 MB
0 oversized -0 KB
2 legacy format
0 missing dimensions CLS risk
A+
JS Execution Cost
466ms total JS execution
PASS
466ms total JS execution
Info::
https://ajfreshxxx.com/: 230ms CPU time
Info::
Unattributable: 121ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-SB7W...: 115ms CPU time
Info::
Third-party scripts: 115ms (25% of total)

Main Thread Breakdown

Style & Layout 29% Other 26% Script Evaluation 25% Script Parsing & Compilation 13% Rendering 4% Parse HTML & CSS 3%
ScriptTotalScriptingParse/CompileParty
https://ajfreshxxx.com/230ms21ms1ms1st
Unattributable121ms3ms0ms1st
https://www.googletagmanager.com/gtag/js?id=G-SB7WRMJEJH115ms85ms29ms3rd
A+
Font Loading
2 fonts (117 KB)
PASS
2 fonts (117 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

117 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s FCP 690 ms LCP 1.6 shttps://ajfreshxxx.com/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://ajfreshxxx.com/webfonts/fa-solid-900.woff2 — 74.9 KiB — 117 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.0 KiB — 13 ms — font-display: swap
fa-solid-900.woff2 woff2 swap
Size 75 KB
Load time 117 ms
Start 253 ms
Risk FOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 13 ms
Start 409 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+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
Compression Algorithm
Main response uses brotli
PASS
Main response uses brotli
Info::
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
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
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::
`Last-Modified` present -- timestamp-based conditional GET supported
Consider also setting `ETag` for stronger revalidation -- ETags are content hashes that don't suffer from clock-skew or DST issues. Last-Modified alone is functional for conditional GETs and not a bug.
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
42 requests over 742ms
INFO
0 ms 500 ms 1.0 s 1.5 s FCP 690 ms LCP 1.6 shttps://ajfreshxxx.com// https://ajfreshxxx.com/ — 200 — 5.5 KiB — 120 ms — h3https://ajfreshxxx.com/photoswipe/dist/photoswipe.css/photoswipe/dist/photoswipe.css https://ajfreshxxx.com/photoswipe/dist/photoswipe.css — 200 — 2.8 KiB — 49 ms — h3https://ajfreshxxx.com/css/all.css/css/all.css https://ajfreshxxx.com/css/all.css — 200 — 13.2 KiB — 51 ms — h3https://ajfreshxxx.com/css/glide.core.min.css/css/glide.core.min.css https://ajfreshxxx.com/css/glide.core.min.css — 200 — 940 B — 19 ms — h3https://ajfreshxxx.com/css/glide.theme.min.css/css/glide.theme.min.css https://ajfreshxxx.com/css/glide.theme.min.css — 200 — 1.1 KiB — 31 ms — h3https://ajfreshxxx.com/css/cookieconsent.css/css/cookieconsent.css https://ajfreshxxx.com/css/cookieconsent.css — 200 — 5.7 KiB — 36 ms — h3https://ajfreshxxx.com/css/video-js.css/css/video-js.css https://ajfreshxxx.com/css/video-js.css — 200 — 13.0 KiB — 25 ms — h3https://ajfreshxxx.com/css/style.min.css?version=20240408/css/style.min.css?version=20240408 https://ajfreshxxx.com/css/style.min.css?version=20240408 — 200 — 5.8 KiB — 33 ms — h3https://ajfreshxxx.com/css/sass/video-js-tube-skin.scss.min.f54cfbf379955eff76acdfcecceb090056b7bd858370d56940c8812cc4708ea0.css/css/sass/video-js-tube-skin.scss.m... https://ajfreshxxx.com/css/sass/video-js-tube-skin.scss.min.f54cfbf379955eff76acdfcecceb090056b7bd858370d56940c8812cc4708ea0.css — 200 — 975 B — 44 ms — h3https://ajfreshxxx.com/img/logo_hu_729f1525aa81c40.webp/img/logo_hu_729f1525aa81c40.webp https://ajfreshxxx.com/img/logo_hu_729f1525aa81c40.webp — 200 — 192.8 KiB — 83 ms — h3https://ajfreshxxx.com/2026/07/buttfuck-bunny/thumbnail_hu_d51b986271928049.webp/2026/07/buttfuck-bunny/thumbnail_h... https://ajfreshxxx.com/2026/07/buttfuck-bunny/thumbnail_hu_d51b986271928049.webp — 200 — 206.3 KiB — 82 ms — h3https://ajfreshxxx.com/js/cookieconsent-config.js/js/cookieconsent-config.js https://ajfreshxxx.com/js/cookieconsent-config.js — 200 — 1.4 KiB — 44 ms — h3https://ajfreshxxx.com/photoswipe/dist/photoswipe-lightbox.esm.js/photoswipe/dist/photoswipe-lightbo... https://ajfreshxxx.com/photoswipe/dist/photoswipe-lightbox.esm.js — 200 — 12.7 KiB — 58 ms — h3https://ajfreshxxx.com/2026/07/gape-queen-aderes/thumbnail_hu_7dd1dc9bccb15062.webp/2026/07/gape-queen-aderes/thumbnai... https://ajfreshxxx.com/2026/07/gape-queen-aderes/thumbnail_hu_7dd1dc9bccb15062.webp — 200 — 196.4 KiB — 209 ms — h3https://ajfreshxxx.com/2026/07/chastity-fuckdoll-9---tori/thumbnail_hu_e3fdbcc62b88f742.webp/2026/07/chastity-fuckdoll-9---tori... https://ajfreshxxx.com/2026/07/chastity-fuckdoll-9---tori/thumbnail_hu_e3fdbcc62b88f742.webp — 200 — 183.1 KiB — 196 ms — h3https://ajfreshxxx.com/2026/07/mermaid-goddess-4---mandy/thumbnail_hu_8ff38ce0df536846.webp/2026/07/mermaid-goddess-4---mandy/... https://ajfreshxxx.com/2026/07/mermaid-goddess-4---mandy/thumbnail_hu_8ff38ce0df536846.webp — 200 — 221.8 KiB — 231 ms — h3https://ajfreshxxx.com/js/glide.min.js/js/glide.min.js https://ajfreshxxx.com/js/glide.min.js — 200 — 8.4 KiB — 43 ms — h3https://ajfreshxxx.com/site.webmanifest/site.webmanifest https://ajfreshxxx.com/site.webmanifest — 200 — 1.0 KiB — 128 ms — h3https://www.googletagmanager.com/gtag/js?id=G-SB7WRMJEJHwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-SB7WRMJEJH — 200 — 163.4 KiB — 165 ms — h2https://ajfreshxxx.com/ico/allmylinks.png/ico/allmylinks.png https://ajfreshxxx.com/ico/allmylinks.png — 200 — 3.5 KiB — 93 ms — h3https://ajfreshxxx.com/posts/2024/12/fleshdoll-fucktoy-offer-from-mrlsexdoll/thumbnail_hu_6bec2cfe66290c07.webp/posts/2024/12/fleshdoll-fucktoy-of... https://ajfreshxxx.com/posts/2024/12/fleshdoll-fucktoy-offer-from-mrlsexdoll/thumbnail_hu_6bec2cfe66290c07.webp — 200 — 28.2 KiB — 111 ms — h3https://ajfreshxxx.com/2026/07/buttfuck-bunny/thumbnail_hu_19c4995deb0fed2b.webp/2026/07/buttfuck-bunny/thumbnail_h... https://ajfreshxxx.com/2026/07/buttfuck-bunny/thumbnail_hu_19c4995deb0fed2b.webp — 200 — 39.2 KiB — 156 ms — h3https://ajfreshxxx.com/2026/07/gape-queen-aderes/thumbnail_hu_53e98db640070ed7.webp/2026/07/gape-queen-aderes/thumbnai... https://ajfreshxxx.com/2026/07/gape-queen-aderes/thumbnail_hu_53e98db640070ed7.webp — 200 — 39.1 KiB — 155 ms — h3https://ajfreshxxx.com/2026/07/chastity-fuckdoll-9---tori/thumbnail_hu_c4d317c4c2ce8cfd.webp/2026/07/chastity-fuckdoll-9---tori... https://ajfreshxxx.com/2026/07/chastity-fuckdoll-9---tori/thumbnail_hu_c4d317c4c2ce8cfd.webp — 200 — 36.6 KiB — 152 ms — h3https://ajfreshxxx.com/2026/07/mermaid-goddess-4---mandy/thumbnail_hu_a81dd37beb4ff4fd.webp/2026/07/mermaid-goddess-4---mandy/... https://ajfreshxxx.com/2026/07/mermaid-goddess-4---mandy/thumbnail_hu_a81dd37beb4ff4fd.webp — 200 — 40.1 KiB — 118 ms — h3https://ajfreshxxx.com/2026/07/mermaid-goddess-3---emma/thumbnail_hu_195988acfa0cb317.webp/2026/07/mermaid-goddess-3---emma/t... https://ajfreshxxx.com/2026/07/mermaid-goddess-3---emma/thumbnail_hu_195988acfa0cb317.webp — 200 — 34.2 KiB — 159 ms — h3https://ajfreshxxx.com/2026/07/my-pet-bimbo-6---rosa/thumbnail_hu_86f92894ad20eb99.webp/2026/07/my-pet-bimbo-6---rosa/thum... https://ajfreshxxx.com/2026/07/my-pet-bimbo-6---rosa/thumbnail_hu_86f92894ad20eb99.webp — 200 — 41.2 KiB — 146 ms — h3https://ajfreshxxx.com/2026/07/the-chemistry-teacher-9---mandii/thumbnail_hu_ef6a54b6a6e2207d.webp/2026/07/the-chemistry-teacher-9---... https://ajfreshxxx.com/2026/07/the-chemistry-teacher-9---mandii/thumbnail_hu_ef6a54b6a6e2207d.webp — 200 — 36.5 KiB — 133 ms — h3https://ajfreshxxx.com/2026/07/succubus-davina/thumbnail_hu_48e37d8ad5e4b994.webp/2026/07/succubus-davina/thumbnail_... https://ajfreshxxx.com/2026/07/succubus-davina/thumbnail_hu_48e37d8ad5e4b994.webp — 200 — 38.7 KiB — 148 ms — h3https://ajfreshxxx.com/2026/07/anal-angels-39---audrey/thumbnail_hu_a326418b5d37eca1.webp/2026/07/anal-angels-39---audrey/th... https://ajfreshxxx.com/2026/07/anal-angels-39---audrey/thumbnail_hu_a326418b5d37eca1.webp — 200 — 28.9 KiB — 165 ms — h3
0 ms 500 ms 1.0 s 1.5 s FCP 690 ms LCP 1.6 shttps://ajfreshxxx.com// https://ajfreshxxx.com/ — 200 — 5.5 KiB — 120 ms — h3https://ajfreshxxx.com/photoswipe/dist/photoswipe.css/photoswipe/dist/photoswipe.css https://ajfreshxxx.com/photoswipe/dist/photoswipe.css — 200 — 2.8 KiB — 49 ms — h3https://ajfreshxxx.com/css/all.css/css/all.css https://ajfreshxxx.com/css/all.css — 200 — 13.2 KiB — 51 ms — h3https://ajfreshxxx.com/css/glide.core.min.css/css/glide.core.min.css https://ajfreshxxx.com/css/glide.core.min.css — 200 — 940 B — 19 ms — h3https://ajfreshxxx.com/css/glide.theme.min.css/css/glide.theme.min.css https://ajfreshxxx.com/css/glide.theme.min.css — 200 — 1.1 KiB — 31 ms — h3https://ajfreshxxx.com/css/cookieconsent.css/css/cookieconsent.css https://ajfreshxxx.com/css/cookieconsent.css — 200 — 5.7 KiB — 36 ms — h3https://ajfreshxxx.com/css/video-js.css/css/video-js.css https://ajfreshxxx.com/css/video-js.css — 200 — 13.0 KiB — 25 ms — h3https://ajfreshxxx.com/css/style.min.css?version=20240408/css/style.min.css?version=20240408 https://ajfreshxxx.com/css/style.min.css?version=20240408 — 200 — 5.8 KiB — 33 ms — h3https://ajfreshxxx.com/css/sass/video-js-tube-skin.scss.min.f54cfbf379955eff76acdfcecceb090056b7bd858370d56940c8812cc4708ea0.css/css/sass/video-js-tube-skin.scss.m... https://ajfreshxxx.com/css/sass/video-js-tube-skin.scss.min.f54cfbf379955eff76acdfcecceb090056b7bd858370d56940c8812cc4708ea0.css — 200 — 975 B — 44 ms — h3https://ajfreshxxx.com/img/logo_hu_729f1525aa81c40.webp/img/logo_hu_729f1525aa81c40.webp https://ajfreshxxx.com/img/logo_hu_729f1525aa81c40.webp — 200 — 192.8 KiB — 83 ms — h3https://ajfreshxxx.com/2026/07/buttfuck-bunny/thumbnail_hu_d51b986271928049.webp/2026/07/buttfuck-bunny/thumbnail_h... https://ajfreshxxx.com/2026/07/buttfuck-bunny/thumbnail_hu_d51b986271928049.webp — 200 — 206.3 KiB — 82 ms — h3https://ajfreshxxx.com/js/cookieconsent-config.js/js/cookieconsent-config.js https://ajfreshxxx.com/js/cookieconsent-config.js — 200 — 1.4 KiB — 44 ms — h3https://ajfreshxxx.com/photoswipe/dist/photoswipe-lightbox.esm.js/photoswipe/dist/photoswipe-lightbo... https://ajfreshxxx.com/photoswipe/dist/photoswipe-lightbox.esm.js — 200 — 12.7 KiB — 58 ms — h3https://ajfreshxxx.com/2026/07/gape-queen-aderes/thumbnail_hu_7dd1dc9bccb15062.webp/2026/07/gape-queen-aderes/thumbnai... https://ajfreshxxx.com/2026/07/gape-queen-aderes/thumbnail_hu_7dd1dc9bccb15062.webp — 200 — 196.4 KiB — 209 ms — h3https://ajfreshxxx.com/2026/07/chastity-fuckdoll-9---tori/thumbnail_hu_e3fdbcc62b88f742.webp/2026/07/chastity-fuckdoll-9---tori... https://ajfreshxxx.com/2026/07/chastity-fuckdoll-9---tori/thumbnail_hu_e3fdbcc62b88f742.webp — 200 — 183.1 KiB — 196 ms — h3https://ajfreshxxx.com/2026/07/mermaid-goddess-4---mandy/thumbnail_hu_8ff38ce0df536846.webp/2026/07/mermaid-goddess-4---mandy/... https://ajfreshxxx.com/2026/07/mermaid-goddess-4---mandy/thumbnail_hu_8ff38ce0df536846.webp — 200 — 221.8 KiB — 231 ms — h3https://ajfreshxxx.com/js/glide.min.js/js/glide.min.js https://ajfreshxxx.com/js/glide.min.js — 200 — 8.4 KiB — 43 ms — h3https://ajfreshxxx.com/site.webmanifest/site.webmanifest https://ajfreshxxx.com/site.webmanifest — 200 — 1.0 KiB — 128 ms — h3https://www.googletagmanager.com/gtag/js?id=G-SB7WRMJEJHwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-SB7WRMJEJH — 200 — 163.4 KiB — 165 ms — h2https://ajfreshxxx.com/ico/allmylinks.png/ico/allmylinks.png https://ajfreshxxx.com/ico/allmylinks.png — 200 — 3.5 KiB — 93 ms — h3https://ajfreshxxx.com/posts/2024/12/fleshdoll-fucktoy-offer-from-mrlsexdoll/thumbnail_hu_6bec2cfe66290c07.webp/posts/2024/12/fleshdoll-fucktoy-of... https://ajfreshxxx.com/posts/2024/12/fleshdoll-fucktoy-offer-from-mrlsexdoll/thumbnail_hu_6bec2cfe66290c07.webp — 200 — 28.2 KiB — 111 ms — h3https://ajfreshxxx.com/2026/07/buttfuck-bunny/thumbnail_hu_19c4995deb0fed2b.webp/2026/07/buttfuck-bunny/thumbnail_h... https://ajfreshxxx.com/2026/07/buttfuck-bunny/thumbnail_hu_19c4995deb0fed2b.webp — 200 — 39.2 KiB — 156 ms — h3https://ajfreshxxx.com/2026/07/gape-queen-aderes/thumbnail_hu_53e98db640070ed7.webp/2026/07/gape-queen-aderes/thumbnai... https://ajfreshxxx.com/2026/07/gape-queen-aderes/thumbnail_hu_53e98db640070ed7.webp — 200 — 39.1 KiB — 155 ms — h3https://ajfreshxxx.com/2026/07/chastity-fuckdoll-9---tori/thumbnail_hu_c4d317c4c2ce8cfd.webp/2026/07/chastity-fuckdoll-9---tori... https://ajfreshxxx.com/2026/07/chastity-fuckdoll-9---tori/thumbnail_hu_c4d317c4c2ce8cfd.webp — 200 — 36.6 KiB — 152 ms — h3https://ajfreshxxx.com/2026/07/mermaid-goddess-4---mandy/thumbnail_hu_a81dd37beb4ff4fd.webp/2026/07/mermaid-goddess-4---mandy/... https://ajfreshxxx.com/2026/07/mermaid-goddess-4---mandy/thumbnail_hu_a81dd37beb4ff4fd.webp — 200 — 40.1 KiB — 118 ms — h3https://ajfreshxxx.com/2026/07/mermaid-goddess-3---emma/thumbnail_hu_195988acfa0cb317.webp/2026/07/mermaid-goddess-3---emma/t... https://ajfreshxxx.com/2026/07/mermaid-goddess-3---emma/thumbnail_hu_195988acfa0cb317.webp — 200 — 34.2 KiB — 159 ms — h3https://ajfreshxxx.com/2026/07/my-pet-bimbo-6---rosa/thumbnail_hu_86f92894ad20eb99.webp/2026/07/my-pet-bimbo-6---rosa/thum... https://ajfreshxxx.com/2026/07/my-pet-bimbo-6---rosa/thumbnail_hu_86f92894ad20eb99.webp — 200 — 41.2 KiB — 146 ms — h3https://ajfreshxxx.com/2026/07/the-chemistry-teacher-9---mandii/thumbnail_hu_ef6a54b6a6e2207d.webp/2026/07/the-chemistry-teacher-9---... https://ajfreshxxx.com/2026/07/the-chemistry-teacher-9---mandii/thumbnail_hu_ef6a54b6a6e2207d.webp — 200 — 36.5 KiB — 133 ms — h3https://ajfreshxxx.com/2026/07/succubus-davina/thumbnail_hu_48e37d8ad5e4b994.webp/2026/07/succubus-davina/thumbnail_... https://ajfreshxxx.com/2026/07/succubus-davina/thumbnail_hu_48e37d8ad5e4b994.webp — 200 — 38.7 KiB — 148 ms — h3https://ajfreshxxx.com/2026/07/anal-angels-39---audrey/thumbnail_hu_a326418b5d37eca1.webp/2026/07/anal-angels-39---audrey/th... https://ajfreshxxx.com/2026/07/anal-angels-39---audrey/thumbnail_hu_a326418b5d37eca1.webp — 200 — 28.9 KiB — 165 ms — h3https://ajfreshxxx.com/2026/07/chastity-fuckdolls-reverse-gangbang-4/thumbnail_hu_83de770faddcea80.webp/2026/07/chastity-fuckdolls-reverse... https://ajfreshxxx.com/2026/07/chastity-fuckdolls-reverse-gangbang-4/thumbnail_hu_83de770faddcea80.webp — 200 — 30.0 KiB — 135 ms — h3https://ajfreshxxx.com/img/rta.gif/img/rta.gif https://ajfreshxxx.com/img/rta.gif — 200 — 3.0 KiB — 80 ms — h3https://ajfreshxxx.com/js/menu.js/js/menu.js https://ajfreshxxx.com/js/menu.js — 200 — 912 B — 80 ms — h3https://ajfreshxxx.com/js/brands.min.js/js/brands.min.js https://ajfreshxxx.com/js/brands.min.js — 200 — 188.2 KiB — 216 ms — h3https://ajfreshxxx.com/js/solid.min.js/js/solid.min.js https://ajfreshxxx.com/js/solid.min.js — 200 — 202.8 KiB — 229 ms — h3https://ajfreshxxx.com/js/fontawesome.min.js/js/fontawesome.min.js https://ajfreshxxx.com/js/fontawesome.min.js — 200 — 13.3 KiB — 98 ms — h3https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700&display=swapfonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700&display=swap — 200 — 2.3 KiB — 53 ms — h2https://ajfreshxxx.com/webfonts/fa-solid-900.woff2/webfonts/fa-solid-900.woff2 https://ajfreshxxx.com/webfonts/fa-solid-900.woff2 — 200 — 74.9 KiB — 117 ms — h3https://ajfreshxxx.com/js/cookieconsent.umd.js/js/cookieconsent.umd.js https://ajfreshxxx.com/js/cookieconsent.umd.js — 200 — 10.2 KiB — 85 ms — h3https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.0 KiB — 13 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-SB7WRMJEJH&gtm=45je67t1v9171685192za200zd9171685192&_p=1785482813221&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=702215706.1785482814&frm=0&ngs=1&pscdl=noapi&rcb=10&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=115938466~115938469~118897920~118897930~119896803&sid=1785482813&sct=1&seg=0&dl=https%3A%2F%2Fajfreshxxx.com%2F&dt=AJ%20Fresh%20XXX%20Fan%20Site&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=706www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-SB7WRMJEJH&gtm=45je67t1v9171685192za200zd9171685192&_p=1785482813221&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=702215706.1785482814&frm=0&ngs=1&pscdl=noapi&rcb=10&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=115938466~115938469~118897920~118897930~119896803&sid=1785482813&sct=1&seg=0&dl=https%3A%2F%2Fajfreshxxx.com%2F&dt=AJ%20Fresh%20XXX%20Fan%20Site&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=706 — 204 — 549 B — 36 ms — h2https://ajfreshxxx.com/favicon.ico/favicon.ico https://ajfreshxxx.com/favicon.ico — 200 — 2.7 KiB — 11 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
25% of JavaScript execution is third-party
First-party Third-party 115ms · 163KB · $0/mo
Google Tag Manager
Tag Manager
Optional
Execution 115ms
Transfer 163 KB
Unused 42%
Monthly Cost $0/mo

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-07-02 — 2026-07-29)

LCP (p75)

1316 ms

89% good

INP (p75)

73 ms

98% good

CLS (p75)

0.000

90% good

FCP (p75)

958 ms

TTFB (p75)

628 ms

This origin passes Core Web Vitals assessment
Image Optimization
24 images, 2573 KB total, 765 KB wasted
INFO

Image Optimization Audit

Total Images

24

Total Size

2573 KB

Oversized

5

Wasted

765 KB

12 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