Skip to content
https://famstroke.com

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
96
GRADE
A
FIX
0
REVIEW
3
PASS
20
INFO
3

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

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

1.07 s

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

2.93 s

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

0 ms

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

0.000

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

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

2.94 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
20 PASS 3 REVIEW
B
JS Execution Cost
711ms total JS execution
REVIEW
711ms total JS execution
Warning::
https://famstroke.com/: 477ms CPU time
Info::
Unattributable: 233ms CPU time

Main Thread Breakdown

Other 46% Style & Layout 22% Script Evaluation 12% Parse HTML & CSS 10% Rendering 7%
ScriptTotalScriptingParse/CompileParty
https://famstroke.com/477ms13ms2ms1st
Unattributable233ms18ms0ms1st
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Page Weight Budget
639 KB transferred, 24 requests
PASS
639 KB transferred, 24 requests
Info::
Page weighs 835 KB (639 KB transferred)
Info::
24 HTTP requests
Info::
Estimated 0.13 g CO2 per page load
639 KB / 2.4 MB budget
639 KB transferred
24 requests
0.13 g CO2 per page load
Images 544.9 KiB 85%
JavaScript 34.2 KiB 5%
Fonts 30.6 KiB 5%
HTML 14.9 KiB 2%
CSS 13.2 KiB 2%
Other 1004 B 0%
Other 480 B 0%
0 2.4 MB 4.9 MB
Under budget
A+
Third-Party Impact
No third-party resources
PASS
No third-party resources
Info::
No third-party resources detected
No third-party resources detected — all resources are first-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
14 images, 0 KB saveable
PASS
14 images, 0 KB saveable
Warning::
https://famstroke.com/logo.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
14 images 545 KB
0 oversized -0 KB
1 legacy format
1 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

A+
Font Loading
1 fonts (31 KB)
PASS
1 fonts (31 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

31 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 FCP 1.1 s LCP 2.9 shttps://famstroke.com/wp-content/themes/video-elements/fonts/nunito-sans-latin.woff2nunito-sans-latin.woff2 https://famstroke.com/wp-content/themes/video-elements/fonts/nunito-sans-latin.woff2 — 30.6 KiB — 53 ms — font-display: swap
nunito-sans-latin.woff2 woff2 swap
Size 31 KB
Load time 53 ms
Start 87 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+
JS Bundles
5 scripts, 0 KB unused
PASS
5 scripts, 0 KB unused
0 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://famstroke.com/wp-content/uploads/ve-suggest.js?ver=17867239194 KB1st
https://famstroke.com/wp-content/themes/video-elements/grid.js?ver=17867239191 KB1st
https://famstroke.com/wp-content/themes/video-elements/series-nav.js?ver=17867239193 KB1st
https://famstroke.com/wp-content/themes/video-elements/touch-preview.js?ver=17867239192 KB1st
https://famstroke.com/piwik.php24 KB1st
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
3 hints, 0 missing preconnects
PASS
3 hints, 0 missing preconnects
Warning::
1 font preload(s) missing `crossorigin` -- font will be downloaded twice
Fonts are always fetched as crossorigin=anonymous; a preload without the attribute creates a different cache key, so the browser refetches when the actual font request happens. Sample: https://famstroke.com/wp-content/themes/video-elements/fonts/nunito-sans-latin.woff2. Add `crossorigin` (or `crossorigin="anonymous"`) to each preload.
Info::
Page uses 3 resource hint(s)

Current Resource Hints

preconnect
2
preload
1
dns-prefetch
prefetch

3 resource hints configured

Fonts are always fetched as crossorigin=anonymous; a preload without the attribute creates a different cache key, so the browser refetches when the actual font request happens. Sample: https://famstroke.com/wp-content/themes/video-elements/fonts/nunito-sans-latin.woff2. Add `crossorigin` (or `crossorigin="anonymous"`) to each preload.

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+
Main HTML Cache-Control
Main HTML max-age=60 (≤ 5min) is appropriate
PASS
Main HTML max-age=60 (≤ 5min) is appropriate
Info::
Main HTML max-age=60 (≤ 5min) is appropriate
Got: max-age=60
A
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Warning::
Compressed response missing `Vary` header
The page is served with `Content-Encoding: br` but has no `Vary` header. Without `Vary: Accept-Encoding`, intermediary caches (corporate proxies, ISP caches) may serve the compressed variant to clients that didn't send the matching `Accept-Encoding` -- the client sees garbled bytes. Add `Vary: Accept-Encoding` whenever the response is conditionally compressed.
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+
Page Weight Inventory
24 resources · 639 KB · 0 KB savings available
PASS
24 resources · 639 KB · 0 KB savings available
Info::
Within 1MB page-weight target
Got: 639 KB
24 resources · 639.2 KiB · 0 third-party Within 1MB page-weight target
Image 85% · 545.9 KiB
JavaScript 5% · 34.2 KiB
Font 5% · 30.6 KiB
Document 2% · 15.3 KiB
CSS 2% · 13.2 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
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
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
A+
HTTP Caching
max-age=60 (1 minute)
PASS
max-age=60 (1 minute)
Info::
Cache-Control header is set
Got: max-age=60
Info::
Effective TTL: 1 minute (max-age=60)
Info::
Last-Modified header present
Cache-Control

max-age=60

DirectiveValueMeaning
max-age60Cache for 1 minute
Effective TTL: 60 seconds
Network Waterfall
24 requests over 448ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.1 s LCP 2.9 shttps://famstroke.com// https://famstroke.com/ — 200 — 14.9 KiB — 74 ms — h2https://famstroke.com/wp-content/themes/video-elements/fonts/nunito-sans-latin.woff2/wp-content/themes/video-elements/f... https://famstroke.com/wp-content/themes/video-elements/fonts/nunito-sans-latin.woff2 — 200 — 30.6 KiB — 53 ms — h2https://famstroke.com/wp-content/themes/video-elements/style.css?ver=1786723849/wp-content/themes/video-elements/s... https://famstroke.com/wp-content/themes/video-elements/style.css?ver=1786723849 — 200 — 13.2 KiB — 43 ms — h2https://famstroke.com/logo.png/logo.png https://famstroke.com/logo.png — 200 — 70.5 KiB — 41 ms — h2https://famstroke.com/wp-content/uploads/2026/08/32397_thumb-1-768x432.jpg/wp-content/uploads/2026/08/32397_t... https://famstroke.com/wp-content/uploads/2026/08/32397_thumb-1-768x432.jpg — 200 — 61.2 KiB — 64 ms — h2https://famstroke.com/wp-content/uploads/2026/08/32412_thumb-1-768x432.jpg/wp-content/uploads/2026/08/32412_t... https://famstroke.com/wp-content/uploads/2026/08/32412_thumb-1-768x432.jpg — 200 — 47.2 KiB — 56 ms — h2https://famstroke.com/wp-content/uploads/2026/08/32390_thumb-1-768x432.jpg/wp-content/uploads/2026/08/32390_t... https://famstroke.com/wp-content/uploads/2026/08/32390_thumb-1-768x432.jpg — 200 — 29.8 KiB — 60 ms — h2https://famstroke.com/wp-content/uploads/2026/08/32382_thumb-1-768x432.jpg/wp-content/uploads/2026/08/32382_t... https://famstroke.com/wp-content/uploads/2026/08/32382_thumb-1-768x432.jpg — 200 — 43.1 KiB — 60 ms — h2https://famstroke.com/wp-content/uploads/ve-suggest.js?ver=1786723919/wp-content/uploads/ve-suggest.js?v... https://famstroke.com/wp-content/uploads/ve-suggest.js?ver=1786723919 — 200 — 3.9 KiB — 60 ms — h2https://famstroke.com/wp-content/uploads/2026/08/32380_thumb-1-768x432.jpg/wp-content/uploads/2026/08/32380_t... https://famstroke.com/wp-content/uploads/2026/08/32380_thumb-1-768x432.jpg — 200 — 35.2 KiB — 63 ms — h2https://famstroke.com/wp-content/uploads/2026/08/32359_thumb-1-768x432.jpg/wp-content/uploads/2026/08/32359_t... https://famstroke.com/wp-content/uploads/2026/08/32359_thumb-1-768x432.jpg — 200 — 31.9 KiB — 63 ms — h2https://famstroke.com/wp-content/themes/video-elements/grid.js?ver=1786723919/wp-content/themes/video-elements/g... https://famstroke.com/wp-content/themes/video-elements/grid.js?ver=1786723919 — 200 — 1.2 KiB — 63 ms — h2https://famstroke.com/wp-content/themes/video-elements/series-nav.js?ver=1786723919/wp-content/themes/video-elements/s... https://famstroke.com/wp-content/themes/video-elements/series-nav.js?ver=1786723919 — 200 — 3.3 KiB — 63 ms — h2https://famstroke.com/wp-content/themes/video-elements/touch-preview.js?ver=1786723919/wp-content/themes/video-elements/t... https://famstroke.com/wp-content/themes/video-elements/touch-preview.js?ver=1786723919 — 200 — 2.1 KiB — 63 ms — h2https://famstroke.com/piwik.php/piwik.php https://famstroke.com/piwik.php — 200 — 23.7 KiB — 60 ms — h3https://famstroke.com/wp-content/uploads/2026/08/32389_thumb-1-768x432.jpg/wp-content/uploads/2026/08/32389_t... https://famstroke.com/wp-content/uploads/2026/08/32389_thumb-1-768x432.jpg — 200 — 25.8 KiB — 75 ms — h3https://famstroke.com/wp-content/uploads/2026/08/32349_thumb-1-768x432.jpg/wp-content/uploads/2026/08/32349_t... https://famstroke.com/wp-content/uploads/2026/08/32349_thumb-1-768x432.jpg — 200 — 47.0 KiB — 85 ms — h3https://famstroke.com/wp-content/uploads/2026/07/32348_thumb-1-768x432.jpg/wp-content/uploads/2026/07/32348_t... https://famstroke.com/wp-content/uploads/2026/07/32348_thumb-1-768x432.jpg — 200 — 30.7 KiB — 86 ms — h3https://famstroke.com/wp-content/uploads/2026/07/32342_thumb-1-768x432.jpg/wp-content/uploads/2026/07/32342_t... https://famstroke.com/wp-content/uploads/2026/07/32342_thumb-1-768x432.jpg — 200 — 27.4 KiB — 85 ms — h3https://famstroke.com/wp-content/uploads/2026/07/32340_thumb-1-768x432.jpg/wp-content/uploads/2026/07/32340_t... https://famstroke.com/wp-content/uploads/2026/07/32340_thumb-1-768x432.jpg — 200 — 27.1 KiB — 72 ms — h3https://famstroke.com/wp-content/uploads/2026/07/32330_thumb-1-768x432.jpg/wp-content/uploads/2026/07/32330_t... https://famstroke.com/wp-content/uploads/2026/07/32330_thumb-1-768x432.jpg — 200 — 39.4 KiB — 87 ms — h3https://famstroke.com/wp-content/uploads/2026/07/32323_thumb-1-768x432.jpg/wp-content/uploads/2026/07/32323_t... https://famstroke.com/wp-content/uploads/2026/07/32323_thumb-1-768x432.jpg — 200 — 28.6 KiB — 83 ms — h3https://famstroke.com/piwik.php?action_name=Family%20Storkes%20-%20Best%20Family%20Fantasy%20Porn%20Series&idsite=373&rec=1&r=116010&h=17&m=42&s=42&url=https%3A%2F%2Ffamstroke.com%2F&_id=e05bd0b5cf77136d&_idn=1&send_image=0&_refts=0&pv_id=jjjG7P&pf_net=43&pf_srv=29&pf_tfr=2&pf_dm1=129&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22151.0.7922.137%22%7D%2C%7B%22brand%22%3A%22Not%3DA%3FBrand%22%2C%22version%22%3A%2299.0.0.0%22%7D%5D%2C%22mobile%22%3Atrue%2C%22model%22%3A%22moto%20g%20power%20(2022)%22%2C%22platform%22%3A%22Android%22%2C%22platformVersion%22%3A%2211.0%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=412x823/piwik.php?action_name=Family%20Sto... https://famstroke.com/piwik.php?action_name=Family%20Storkes%20-%20Best%20Family%20Fantasy%20Porn%20Series&idsite=373&rec=1&r=116010&h=17&m=42&s=42&url=https%3A%2F%2Ffamstroke.com%2F&_id=e05bd0b5cf77136d&_idn=1&send_image=0&_refts=0&pv_id=jjjG7P&pf_net=43&pf_srv=29&pf_tfr=2&pf_dm1=129&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22151.0.7922.137%22%7D%2C%7B%22brand%22%3A%22Not%3DA%3FBrand%22%2C%22version%22%3A%2299.0.0.0%22%7D%5D%2C%22mobile%22%3Atrue%2C%22model%22%3A%22moto%20g%20power%20(2022)%22%2C%22platform%22%3A%22Android%22%2C%22platformVersion%22%3A%2211.0%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=412x823 — 204 — 480 B — 194 ms — h3https://famstroke.com/wp-content/uploads/2026/04/cropped-fav-32x32.png/wp-content/uploads/2026/04/cropped... https://famstroke.com/wp-content/uploads/2026/04/cropped-fav-32x32.png — 200 — 1004 B — 26 ms — h3
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-07-16 — 2026-08-12)

LCP (p75)

1112 ms

95% good

INP (p75)

104 ms

92% good

CLS (p75)

0.000

99% good

FCP (p75)

1028 ms

TTFB (p75)

687 ms

This origin passes Core Web Vitals assessment
Image Optimization
74 images, 1264 KB total, 261 KB wasted
INFO

Image Optimization Audit

Total Images

74

Total Size

1264 KB

Oversized

7

Wasted

261 KB

26 missing dimensions 25 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