Skip to content
https://ajfreshxxx.com

Performance

· 27 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
88
GRADE
B
FIX
3
REVIEW
4
PASS
16
INFO
4

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

45
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
100
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
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.

1.70 s

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

11.72 s

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

465 ms

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

0.338

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

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

12.97 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
27
16 PASS 4 REVIEW 3 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.1 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

D
JS Execution Cost
Action
2266ms total JS execution
FIX
2266ms total JS execution
Warning::
https://ajfreshxxx.com/: 878ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-SB7W...: 489ms CPU time
Warning::
Unattributable: 487ms CPU time
Info::
https://ajfreshxxx.com/js/solid.min.js: 196ms CPU time
Info::
https://ajfreshxxx.com/js/brands.min.js: 134ms CPU time
Info::
Third-party scripts: 489ms (22% of total)

Main Thread Breakdown

Other 32% Script Evaluation 26% Style & Layout 21% Script Parsing & Compilation 14% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://ajfreshxxx.com/878ms56ms4ms1st
https://www.googletagmanager.com/gtag/js?id=G-SB7WRMJEJH489ms396ms86ms3rd
Unattributable487ms9ms0ms1st
https://ajfreshxxx.com/js/solid.min.js196ms44ms107ms1st
https://ajfreshxxx.com/js/brands.min.js134ms18ms114ms1st
https://ajfreshxxx.com/js/cookieconsent.umd.js82ms62ms0ms1st
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, 68 KB unused
REVIEW
9 scripts, 68 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-SB7W...: 68 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: 68 KB
68 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-SB7WRMJEJH163 KB68 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 · 68 KB savings available
REVIEW
42 resources · 2.1 MB · 68 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::
~68 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.3 KiB of savings available

Remove unused JavaScript: 68.3 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.3 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+
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 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s FCP 1.7 s LCP 11.7 shttps://ajfreshxxx.com/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://ajfreshxxx.com/webfonts/fa-solid-900.woff2 — 74.9 KiB — 126 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 — 8 ms — font-display: swap
fa-solid-900.woff2 woff2 swap
Size 75 KB
Load time 126 ms
Start 240 ms
Risk FOUT — text flashes from fallback to web font
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 8 ms
Start 485 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
4 hints, 0 missing preconnects
PASS
4 hints, 0 missing preconnects
Info::
2 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. Remove the redundant dns-prefetch entries.
Info::
Page uses 4 resource hint(s)

Current Resource Hints

preconnect
2
preload
dns-prefetch
2
prefetch

4 resource hints configured

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. Remove the redundant dns-prefetch entries.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A
JavaScript Blocking
1 JS blocking issue(s) detected
PASS
1 JS blocking issue(s) detected
Warning::
1 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
A
CSS Performance Depth
1 CSS depth issue(s) detected
PASS
1 CSS depth issue(s) detected
Warning::
9 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.
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 750ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s FCP 1.7 s LCP 11.7 shttps://ajfreshxxx.com// https://ajfreshxxx.com/ — 200 — 5.5 KiB — 110 ms — h3https://ajfreshxxx.com/photoswipe/dist/photoswipe.css/photoswipe/dist/photoswipe.css https://ajfreshxxx.com/photoswipe/dist/photoswipe.css — 200 — 2.8 KiB — 12 ms — h3https://ajfreshxxx.com/css/all.css/css/all.css https://ajfreshxxx.com/css/all.css — 200 — 13.2 KiB — 17 ms — h3https://ajfreshxxx.com/css/glide.core.min.css/css/glide.core.min.css https://ajfreshxxx.com/css/glide.core.min.css — 200 — 942 B — 26 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 — 20 ms — h3https://ajfreshxxx.com/css/cookieconsent.css/css/cookieconsent.css https://ajfreshxxx.com/css/cookieconsent.css — 200 — 5.7 KiB — 23 ms — h3https://ajfreshxxx.com/css/video-js.css/css/video-js.css https://ajfreshxxx.com/css/video-js.css — 200 — 13.0 KiB — 34 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 — 27 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 — 977 B — 30 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 — 80 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 — 255 ms — h3https://ajfreshxxx.com/js/cookieconsent-config.js/js/cookieconsent-config.js https://ajfreshxxx.com/js/cookieconsent-config.js — 200 — 1.4 KiB — 38 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 — 64 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 — 253 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 — 245 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 — 252 ms — h3https://ajfreshxxx.com/js/glide.min.js/js/glide.min.js https://ajfreshxxx.com/js/glide.min.js — 200 — 8.4 KiB — 94 ms — h3https://ajfreshxxx.com/site.webmanifest/site.webmanifest https://ajfreshxxx.com/site.webmanifest — 200 — 1.1 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 — 211 ms — h2https://ajfreshxxx.com/ico/allmylinks.png/ico/allmylinks.png https://ajfreshxxx.com/ico/allmylinks.png — 200 — 3.5 KiB — 114 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 — 162 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 — 168 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 — 168 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 — 168 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 — 169 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 — 170 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 — 173 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 — 173 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 — 176 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 — 139 ms — h3
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s FCP 1.7 s LCP 11.7 shttps://ajfreshxxx.com// https://ajfreshxxx.com/ — 200 — 5.5 KiB — 110 ms — h3https://ajfreshxxx.com/photoswipe/dist/photoswipe.css/photoswipe/dist/photoswipe.css https://ajfreshxxx.com/photoswipe/dist/photoswipe.css — 200 — 2.8 KiB — 12 ms — h3https://ajfreshxxx.com/css/all.css/css/all.css https://ajfreshxxx.com/css/all.css — 200 — 13.2 KiB — 17 ms — h3https://ajfreshxxx.com/css/glide.core.min.css/css/glide.core.min.css https://ajfreshxxx.com/css/glide.core.min.css — 200 — 942 B — 26 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 — 20 ms — h3https://ajfreshxxx.com/css/cookieconsent.css/css/cookieconsent.css https://ajfreshxxx.com/css/cookieconsent.css — 200 — 5.7 KiB — 23 ms — h3https://ajfreshxxx.com/css/video-js.css/css/video-js.css https://ajfreshxxx.com/css/video-js.css — 200 — 13.0 KiB — 34 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 — 27 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 — 977 B — 30 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 — 80 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 — 255 ms — h3https://ajfreshxxx.com/js/cookieconsent-config.js/js/cookieconsent-config.js https://ajfreshxxx.com/js/cookieconsent-config.js — 200 — 1.4 KiB — 38 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 — 64 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 — 253 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 — 245 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 — 252 ms — h3https://ajfreshxxx.com/js/glide.min.js/js/glide.min.js https://ajfreshxxx.com/js/glide.min.js — 200 — 8.4 KiB — 94 ms — h3https://ajfreshxxx.com/site.webmanifest/site.webmanifest https://ajfreshxxx.com/site.webmanifest — 200 — 1.1 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 — 211 ms — h2https://ajfreshxxx.com/ico/allmylinks.png/ico/allmylinks.png https://ajfreshxxx.com/ico/allmylinks.png — 200 — 3.5 KiB — 114 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 — 162 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 — 168 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 — 168 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 — 168 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 — 169 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 — 170 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 — 173 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 — 173 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 — 176 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 — 139 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 — 29.9 KiB — 147 ms — h3https://ajfreshxxx.com/img/rta.gif/img/rta.gif https://ajfreshxxx.com/img/rta.gif — 200 — 3.0 KiB — 125 ms — h3https://ajfreshxxx.com/js/menu.js/js/menu.js https://ajfreshxxx.com/js/menu.js — 200 — 903 B — 102 ms — h3https://ajfreshxxx.com/js/brands.min.js/js/brands.min.js https://ajfreshxxx.com/js/brands.min.js — 200 — 188.2 KiB — 239 ms — h3https://ajfreshxxx.com/js/solid.min.js/js/solid.min.js https://ajfreshxxx.com/js/solid.min.js — 200 — 202.8 KiB — 242 ms — h3https://ajfreshxxx.com/js/fontawesome.min.js/js/fontawesome.min.js https://ajfreshxxx.com/js/fontawesome.min.js — 200 — 13.3 KiB — 219 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 — 219 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 — 126 ms — h3https://ajfreshxxx.com/js/cookieconsent.umd.js/js/cookieconsent.umd.js https://ajfreshxxx.com/js/cookieconsent.umd.js — 200 — 10.2 KiB — 77 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 — 8 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-SB7WRMJEJH&gtm=45je67u0h2v9171685192za200zd9171685192&_p=1785482797551&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=1758833530.1785482798&frm=0&ngs=1&pscdl=noapi&rcb=3&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115616985~115938466~115938469~118897920~118897930~119896802~120222309&sid=1785482798&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=705www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-SB7WRMJEJH&gtm=45je67u0h2v9171685192za200zd9171685192&_p=1785482797551&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=1758833530.1785482798&frm=0&ngs=1&pscdl=noapi&rcb=3&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115616985~115938466~115938469~118897920~118897930~119896802~120222309&sid=1785482798&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=705 — 204 — 549 B — 43 ms — h2https://ajfreshxxx.com/favicon.ico/favicon.ico https://ajfreshxxx.com/favicon.ico — 200 — 2.7 KiB — 10 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
22% of JavaScript execution is third-party
First-party Third-party 489ms · 163KB · $2/mo
Google Tag Manager
Tag Manager
Costly
Execution 489ms
Transfer 163 KB
Unused 42%
Monthly Cost $2/mo

These scripts may cost more than they're worth

  • Google Tag Manager adds 489ms and costs ~$2/month

Google Tag Manager takes 489ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

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