Skip to content
https://allpornsites.net

Performance

· 27 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
91
GRADE
A
FIX
1
REVIEW
4
PASS
18
INFO
4

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

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

3.44 s

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

6.49 s

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

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

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

6.50 s

Page Load Progression

472 ms
943 ms
1.4 s
1.9 s
2.4 s
2.8 s
3.3 s
3.8 s
Checks
27
18 PASS 4 REVIEW 1 FIX
F
JS Execution Cost
Action
3541ms total JS execution
FIX
3541ms total JS execution
Warning::
https://allpornsites.net/: 2468ms CPU time
Warning::
https://allpornsites.net/cdn-cgi/challenge-platfor...: 419ms CPU time
Warning::
Unattributable: 342ms CPU time
Info::
https://allpornsites.net/cdn-cgi/scripts/7d0fa10a/...: 154ms CPU time
Info::
https://www.statcounter.com/counter/counter.js: 102ms CPU time
Info::
Third-party scripts: 102ms (3% of total)

Main Thread Breakdown

Style & Layout 32% Other 22% Script Evaluation 21% Rendering 15% Parse HTML & CSS 8%
ScriptTotalScriptingParse/CompileParty
https://allpornsites.net/2468ms40ms1ms1st
https://allpornsites.net/cdn-cgi/challenge-platform/scripts/jsd/main.js419ms388ms5ms1st
Unattributable342ms26ms0ms1st
https://allpornsites.net/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js154ms131ms2ms1st
https://www.statcounter.com/counter/counter.js102ms93ms5ms3rd
https://allpornsites.net/assets/themes/allpornsites/includes/js/allpornsites.js56ms45ms9ms1st
B
Image Optimization
6 images, 0 KB saveable
REVIEW
6 images, 0 KB saveable
Warning::
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAA... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
6 images 576 KB
0 oversized -0 KB
3 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

C
Main HTML Cache-Control
Action
Main HTML max-age=7200 (~120min) is aggressive
REVIEW
Main HTML max-age=7200 (~120min) is aggressive
Warning::
Main HTML cached for 120 minutes -- risks stale auth / SPA state
Long max-age on the main HTML document means users may see outdated auth state, SPA shells, or A/B variants until the cache expires. Consider Cache-Control: no-cache (or max-age=300) for HTML and let your hashed assets (JS/CSS/images) carry the long cache instead.
Got: max-age=7200
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.
B
JavaScript Blocking
2 JS blocking issue(s) detected
REVIEW
2 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.
Warning::
Total JS execution time is 3.5 s -- over the 3.5s budget
Total JavaScript execution (parse + compile + run) across all scripts exceeds 3.5 seconds. On low-end devices that becomes 7-15+ seconds and shows up directly in TBT and INP. Reduce by: tree-shaking unused dependencies, code-splitting (dynamic `import()`), removing or deferring third-party tracking, and replacing heavy frameworks where they're not needed.
A
Page Weight Budget
970 KB transferred, 21 requests
PASS
970 KB transferred, 21 requests
Info::
Page weighs 3.5 MB (970 KB transferred)
Info::
21 HTTP requests
Info::
Estimated 0.20 g CO2 per page load
970 KB / 2.4 MB budget
970 KB transferred
21 requests
0.20 g CO2 per page load
Images 575.7 KiB 59%
HTML 241.3 KiB 25%
JavaScript 73.6 KiB 8%
CSS 53.0 KiB 5%
Fonts 14.6 KiB 2%
Other 7.8 KiB 1%
Other 2.7 KiB 0%
Other 842 B 0%
0 2.4 MB 4.9 MB
Under budget
A+
Third-Party Impact
3% third-party, 0 ms blocking
PASS
3% third-party, 0 ms blocking
Info::
Third-party code accounts for 3% of page weight (32.7 KiB of 969.6 KiB)
Info::
Third-party blocking time is low (0 ms)
97%
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+
Font Loading
1 fonts (15 KB)
PASS
1 fonts (15 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

15 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 4.0 s 5.0 s 6.0 s FCP 3.4 s LCP 6.5 shttps://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQUwaEQbjA.woffmemSYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQUwaEQbjA.woff — 14.6 KiB — 118 ms — font-display: swap
memSYaGs126MiZpBA-UvWbX... woff swap
Size 15 KB
Load time 118 ms
Start 340 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
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)

Fixing the unchecked items could save ~4 KB and ~8 ms

A+
JS Bundles
5 scripts, 28 KB unused
PASS
5 scripts, 28 KB unused
Warning::
https://allpornsites.net/assets/themes/allpornsite...: 28 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 28 KB
28 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://allpornsites.net/assets/themes/allpornsites/includes/js/allpornsites.js41 KB28 KB (69%)1st
https://allpornsites.net/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js1 KB1st
https://allpornsites.net/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js4 KB1st
https://www.statcounter.com/counter/counter.js17 KB3rd
https://allpornsites.net/cdn-cgi/challenge-platform/h/g/scripts/jsd/aae2b9a1c261/main.js?10 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

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+
Page Weight Inventory
21 resources · 970 KB · 28 KB savings available
PASS
21 resources · 970 KB · 28 KB savings available
Info::
Within 1MB page-weight target
Got: 970 KB
Info::
4 third-party resources (3% of weight)
Info::
2 resources over 200KB
21 resources · 969.6 KiB · 4 third-party Within 1MB page-weight target
Image 60% · 583.0 KiB
Document 25% · 241.3 KiB
JavaScript 8% · 73.6 KiB
CSS 5% · 53.0 KiB
Font 2% · 14.6 KiB
Other 0% · 4.0 KiB

~28.1 KiB of savings available

Remove unused JavaScript: 28.1 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+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
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

A+
HTTP Caching
max-age=7200 (2 hours)
PASS
max-age=7200 (2 hours)
Info::
Cache-Control header is set
Got: max-age=7200
Info::
Effective TTL: 2 hours (max-age=7200)
Info::
Last-Modified header present
Cache-Control

max-age=7200

DirectiveValueMeaning
max-age7200Cache for 2 hours
Effective TTL: 7200 seconds
Network Waterfall
21 requests over 1062ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 3.4 s LCP 6.5 shttps://allpornsites.net// https://allpornsites.net/ — 200 — 241.3 KiB — 196 ms — h2https://allpornsites.net/cdn-cgi/speculation/cdn-cgi/speculation https://allpornsites.net/cdn-cgi/speculation — 200 — 262 B — 31 ms — h2https://allpornsites.net/assets/themes/allpornsites/style.css/assets/themes/allpornsites/style.c... https://allpornsites.net/assets/themes/allpornsites/style.css — 200 — 53.0 KiB — 34 ms — h2https://allpornsites.net/logo/allpornsites.webp/logo/allpornsites.webp https://allpornsites.net/logo/allpornsites.webp — 200 — 34.5 KiB — 34 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA1BMVEX///+nxBvIAAAAAXRSTlMAQ…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA1BMVEX///+nxBvIAAAAAXRSTlMAQ… — 200 — 0 B — 0 ms — datahttps://allpornsites.net// https://allpornsites.net/ — 200 — 320.0 KiB — 3 ms — h2https://allpornsites.net/site.webmanifest/site.webmanifest https://allpornsites.net/site.webmanifest — 200 — 842 B — 558 ms — h3https://allpornsites.net/assets/themes/allpornsites/images/pattern.webp/assets/themes/allpornsites/images/... https://allpornsites.net/assets/themes/allpornsites/images/pattern.webp — 200 — 20.1 KiB — 71 ms — h3https://allpornsites.net/assets/themes/allpornsites/images/premiumicon.png/assets/themes/allpornsites/images/... https://allpornsites.net/assets/themes/allpornsites/images/premiumicon.png — 200 — 1.5 KiB — 29 ms — h3https://allpornsites.net/sprite/allpornsites.png/sprite/allpornsites.png https://allpornsites.net/sprite/allpornsites.png — 200 — 199.5 KiB — 117 ms — h3https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQUwaEQbjA.wofffonts.gstatic.com/s/opensans/v29/me... https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQUwaEQbjA.woff — 200 — 14.6 KiB — 118 ms — h3https://allpornsites.net/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js/cdn-cgi/scripts/5c5dd728/cloudflar... https://allpornsites.net/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 895 B — 20 ms — h3https://allpornsites.net/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js/cdn-cgi/scripts/7d0fa10a/cloudflar... https://allpornsites.net/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js — 200 — 4.3 KiB — 20 ms — h3https://allpornsites.net/assets/themes/allpornsites/includes/js/allpornsites.js/assets/themes/allpornsites/include... https://allpornsites.net/assets/themes/allpornsites/includes/js/allpornsites.js — 200 — 41.4 KiB — 30 ms — h3https://www.statcounter.com/counter/counter.jswww.statcounter.com/counter/counter... https://www.statcounter.com/counter/counter.js — 200 — 17.5 KiB — 102 ms — h3https://allpornsites.net/cdn-cgi/challenge-platform/scripts/jsd/main.js/cdn-cgi/challenge-platform/scripts... https://allpornsites.net/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 222 B — 20 ms — h3https://allpornsites.net/favicon.ico/favicon.ico https://allpornsites.net/favicon.ico — 200 — 7.3 KiB — 28 ms — h3https://allpornsites.net/cdn-cgi/challenge-platform/h/g/scripts/jsd/aae2b9a1c261/main.js?/cdn-cgi/challenge-platform/h/g/scr... https://allpornsites.net/cdn-cgi/challenge-platform/h/g/scripts/jsd/aae2b9a1c261/main.js? — 200 — 9.6 KiB — 22 ms — h3https://allpornsites.net/cdn-cgi/challenge-platform/h/g/jsd/oneshot/aae2b9a1c261/0.6677302705338706:1786806317:K2IsmZIsxOUqov6cBnAhNTTcT6aUi7AZL0vSaYezBsE/a2b968a87f809f05/cdn-cgi/challenge-platform/h/g/jsd... https://allpornsites.net/cdn-cgi/challenge-platform/h/g/jsd/oneshot/aae2b9a1c261/0.6677302705338706:1786806317:K2IsmZIsxOUqov6cBnAhNTTcT6aUi7AZL0vSaYezBsE/a2b968a87f809f05 — 200 — 1.1 KiB — 25 ms — h3https://allpornsites.net/cdn-cgi/challenge-platform/h/g/jsd/oneshot/aae2b9a1c261/0.6677302705338706:1786806317:K2IsmZIsxOUqov6cBnAhNTTcT6aUi7AZL0vSaYezBsE/a2b968a87f809f05/cdn-cgi/challenge-platform/h/g/jsd... https://allpornsites.net/cdn-cgi/challenge-platform/h/g/jsd/oneshot/aae2b9a1c261/0.6677302705338706:1786806317:K2IsmZIsxOUqov6cBnAhNTTcT6aUi7AZL0vSaYezBsE/a2b968a87f809f05 — 200 — 1.1 KiB — 23 ms — h3https://c.statcounter.com/t.php?sc_project=11949673&u1=F56C7E206B3F46E48EB7EAE908004FE6&java=1&security=aebae156&sc_snum=1&sess=cdc9e8&p=0&pv=11&dm=moto%20g%20power%20(2022)&rcat=d&rdom=d&rdomg=new&bb=1&jg=new&rr=1.1.1.1.1.1.1.1.1&sc_bot=0&resolution=412&h=823&camefrom=&u=https%3A//allpornsites.net/&t=All%20Porn%20Sites%20-%20All%20The%20Top%20Porn%20Sites%20%231%20List%202026&invisible=1&sc_rum_e_s=857&sc_rum_e_e=881&sc_rum_f_s=0&sc_rum_f_e=778&get_config=truec.statcounter.com/t.php?sc_project=... https://c.statcounter.com/t.php?sc_project=11949673&u1=F56C7E206B3F46E48EB7EAE908004FE6&java=1&security=aebae156&sc_snum=1&sess=cdc9e8&p=0&pv=11&dm=moto%20g%20power%20(2022)&rcat=d&rdom=d&rdomg=new&bb=1&jg=new&rr=1.1.1.1.1.1.1.1.1&sc_bot=0&resolution=412&h=823&camefrom=&u=https%3A//allpornsites.net/&t=All%20Porn%20Sites%20-%20All%20The%20Top%20Porn%20Sites%20%231%20List%202026&invisible=1&sc_rum_e_s=857&sc_rum_e_e=881&sc_rum_f_s=0&sc_rum_f_e=778&get_config=true — 200 — 621 B — 181 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
3% of JavaScript execution is third-party
First-party Third-party 102ms · 17KB · $1/mo
www.statcounter.com
Other
Optional
Execution 102ms
Transfer 17 KB
Monthly Cost $1/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-17 — 2026-08-13)

LCP (p75)

2021 ms

81% good

INP (p75)

418 ms

49% good

CLS (p75)

0.000

99% good

FCP (p75)

1748 ms

TTFB (p75)

710 ms

Image Optimization
1 images, 7 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

1

Total Size

7 KB

1 missing dimensions
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback