Skip to content
https://pissvidscom.com

Performance

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

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

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

364 ms

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

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

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

2.26 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
13 PASS 4 REVIEW 2 FIX
F
Page Weight Budget
Action
3.1 MB transferred, 25 requests
FIX
3.1 MB transferred, 25 requests
Warning::
Page weighs 3.3 MB (3.1 MB transferred)
Warning::
Images are 2.9 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.9 MB
Info::
25 HTTP requests
Info::
Estimated 0.65 g CO2 per page load
3.1 MB / 2.4 MB budget
3.1 MB transferred
25 requests
0.65 g CO2 per page load
Images 2.9 MiB 95%
Fonts 75.9 KiB 2%
JavaScript 41.7 KiB 1%
CSS 24.5 KiB 1%
Other 23.8 KiB 1%
HTML 4.8 KiB 0%
0 2.4 MB 4.9 MB
Over budget

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

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.

C
Image Optimization
Action
16 images, 0 KB saveable
REVIEW
16 images, 0 KB saveable
Warning::
https://pissvidscom.com/img/flags/us.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://pissvidscom.com/img/flags/jp.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://pissvidscom.com/img/flags/de.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://pissvidscom.com/img/flags/es.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://pissvidscom.com/img/home.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://pissvidscom.com/img/slide1.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://pissvidscom.com/img/slide2.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://pissvidscom.com/img/flags/fr.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://pissvidscom.com/img/flags/kr.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://pissvidscom.com/img/logo.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
16 images 2.9 MB
0 oversized -0 KB
16 legacy format
10 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

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

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

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

B
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
25 resources · 3.1 MB · 0 KB savings available
REVIEW
25 resources · 3.1 MB · 0 KB savings available
Warning::
Page weight 3.1 MB exceeds 1 MB target by 2.1 MB
Got: 3.1 MB Expected: ≤ 1 MB
Info::
3 resources over 200KB
25 resources · 3.1 MiB · 0 third-party 2.1 MiB over 1MB target
Image 95% · 3.0 MiB
Font 2% · 75.9 KiB
JavaScript 1% · 41.7 KiB
CSS 1% · 24.5 KiB
Document 0% · 4.8 KiB
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+
JS Execution Cost
70ms total JS execution
PASS
70ms total JS execution
Info::
Unattributable: 70ms CPU time

Main Thread Breakdown

Other 52% Style & Layout 26% Script Evaluation 13% Parse HTML & CSS 4% Rendering 3%
ScriptTotalScriptingParse/CompileParty
Unattributable70ms1ms0ms1st
A+
Font Loading
1 fonts (76 KB)
PASS
1 fonts (76 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

76 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 1.5 s 2.0 s FCP 364 ms LCP 2.2 shttps://pissvidscom.com/assets/fonts/fontawesome-webfont.woff2?v=4.7.0fontawesome-webfont.woff2 https://pissvidscom.com/assets/fonts/fontawesome-webfont.woff2?v=4.7.0 — 75.9 KiB — 46 ms — font-display: swap
fontawesome-webfont.woff2 woff2 swap
Size 76 KB
Load time 46 ms
Start 323 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
4 scripts, 0 KB unused
PASS
4 scripts, 0 KB unused
0 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://pissvidscom.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js1 KB1st
https://pissvidscom.com/assets/js/jquery-3.3.1.min.js24 KB1st
https://pissvidscom.com/assets/js/bootstrap.min.js16 KB1st
https://pissvidscom.com/assets/js/main.js1 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
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+
Document Compression
Document response uses brotli
PASS
Document 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

Asset Compression
No text asset hosts to measure
INFO
No text asset hosts to measure
Info::
No third-party or subdomain host served enough text assets to measure
Asset compression is measured per host, from one HEAD request against a sampled resource. Pages that serve all their JS and CSS from the document's own origin are covered by the document compression check instead.
Network Waterfall
25 requests over 426ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 364 ms LCP 2.2 shttps://pissvidscom.com// https://pissvidscom.com/ — 200 — 4.8 KiB — 170 ms — h3https://pissvidscom.com/assets/css/style-starter.css/assets/css/style-starter.css https://pissvidscom.com/assets/css/style-starter.css — 200 — 17.2 KiB — 81 ms — h3https://pissvidscom.com/assets/css/font-awesome.min.css/assets/css/font-awesome.min.css https://pissvidscom.com/assets/css/font-awesome.min.css — 200 — 7.4 KiB — 68 ms — h3https://pissvidscom.com/img/logo.png/img/logo.png https://pissvidscom.com/img/logo.png — 200 — 23.8 KiB — 81 ms — h3https://pissvidscom.com/img/home.png/img/home.png https://pissvidscom.com/img/home.png — 200 — 909.3 KiB — 196 ms — h3https://pissvidscom.com/networks/stripchat.jpg/networks/stripchat.jpg https://pissvidscom.com/networks/stripchat.jpg — 200 — 12.4 KiB — 75 ms — h3https://pissvidscom.com/networks/faphouse.jpg/networks/faphouse.jpg https://pissvidscom.com/networks/faphouse.jpg — 200 — 6.3 KiB — 77 ms — h3https://pissvidscom.com/networks/nutaku.jpg/networks/nutaku.jpg https://pissvidscom.com/networks/nutaku.jpg — 200 — 8.5 KiB — 79 ms — h3https://pissvidscom.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js/cdn-cgi/scripts/5c5dd728/cloudflar... https://pissvidscom.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 1.0 KiB — 28 ms — h3https://pissvidscom.com/assets/js/jquery-3.3.1.min.js/assets/js/jquery-3.3.1.min.js https://pissvidscom.com/assets/js/jquery-3.3.1.min.js — 200 — 24.0 KiB — 85 ms — h3https://pissvidscom.com/assets/js/bootstrap.min.js/assets/js/bootstrap.min.js https://pissvidscom.com/assets/js/bootstrap.min.js — 200 — 15.6 KiB — 76 ms — h3https://pissvidscom.com/assets/js/main.js/assets/js/main.js https://pissvidscom.com/assets/js/main.js — 200 — 1.1 KiB — 69 ms — h3https://pissvidscom.com/networks/coomeet.jpg/networks/coomeet.jpg https://pissvidscom.com/networks/coomeet.jpg — 200 — 8.3 KiB — 84 ms — h3https://pissvidscom.com/networks/voyeurhouse.jpg/networks/voyeurhouse.jpg https://pissvidscom.com/networks/voyeurhouse.jpg — 200 — 6.5 KiB — 84 ms — h3https://pissvidscom.com/networks/adulttime.jpg/networks/adulttime.jpg https://pissvidscom.com/networks/adulttime.jpg — 200 — 4.8 KiB — 85 ms — h3https://pissvidscom.com/img/slide1.png/img/slide1.png https://pissvidscom.com/img/slide1.png — 200 — 991.3 KiB — 191 ms — h3https://pissvidscom.com/img/slide2.png/img/slide2.png https://pissvidscom.com/img/slide2.png — 200 — 1.0 MiB — 191 ms — h3https://pissvidscom.com/img/flags/us.svg/img/flags/us.svg https://pissvidscom.com/img/flags/us.svg — 200 — 1.0 KiB — 69 ms — h3https://pissvidscom.com/img/flags/fr.svg/img/flags/fr.svg https://pissvidscom.com/img/flags/fr.svg — 200 — 653 B — 70 ms — h3https://pissvidscom.com/img/flags/de.svg/img/flags/de.svg https://pissvidscom.com/img/flags/de.svg — 200 — 658 B — 70 ms — h3https://pissvidscom.com/img/flags/es.svg/img/flags/es.svg https://pissvidscom.com/img/flags/es.svg — 200 — 646 B — 70 ms — h3https://pissvidscom.com/img/flags/jp.svg/img/flags/jp.svg https://pissvidscom.com/img/flags/jp.svg — 200 — 656 B — 70 ms — h3https://pissvidscom.com/img/flags/kr.svg/img/flags/kr.svg https://pissvidscom.com/img/flags/kr.svg — 200 — 1014 B — 70 ms — h3https://pissvidscom.com/assets/fonts/fontawesome-webfont.woff2?v=4.7.0/assets/fonts/fontawesome-webfont.w... https://pissvidscom.com/assets/fonts/fontawesome-webfont.woff2?v=4.7.0 — 200 — 75.9 KiB — 46 ms — h3https://pissvidscom.com/favicon.png/favicon.png https://pissvidscom.com/favicon.png — 200 — 23.8 KiB — 32 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
16 images, 2992 KB total, 21 KB wasted
INFO

Image Optimization Audit

Total Images

16

Total Size

2992 KB

Oversized

1

Wasted

21 KB

16 missing dimensions 14 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