Skip to content
https://lord.porn

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
90
GRADE
A
FIX
1
REVIEW
5
PASS
13
INFO
3

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

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

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

6 ms

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

0.001

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

1.34 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.85 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 5 REVIEW 1 FIX
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-store, no-cache, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-store, no-cache, must-revalidate

DirectiveValueMeaning
no-storeNever cache this response
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
B
Image Optimization
74 images, 0 KB saveable
REVIEW
74 images, 0 KB saveable
Warning::
https://lord.porn/templates/toplist/images/logo.pn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
74 images 372 KB
0 oversized -0 KB
74 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

B
JS Execution Cost
533ms total JS execution
REVIEW
533ms total JS execution
Info::
Unattributable: 218ms CPU time
Info::
https://lord.porn/: 129ms CPU time
Info::
https://ajax.googleapis.com/ajax/libs/jquery/1.11....: 66ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-9CYY...: 65ms CPU time
Info::
https://www.statcounter.com/counter/counter.js: 54ms CPU time
Info::
Third-party scripts: 185ms (35% of total)

Main Thread Breakdown

Script Evaluation 36% Other 33% Style & Layout 14% Script Parsing & Compilation 7% Rendering 7% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
Unattributable218ms47ms0ms1st
https://lord.porn/129ms4ms1ms1st
https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js66ms37ms4ms3rd
https://www.googletagmanager.com/gtag/js?id=G-9CYY34S519&cx=c&_slc=165ms48ms16ms3rd
https://www.statcounter.com/counter/counter.js54ms47ms6ms3rd
B
JS Bundles
17 scripts, 69 KB unused
REVIEW
17 scripts, 69 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-9CYY...: 69 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://lord.porn/templates/toplist/js/extra/boots...: unminified — 3 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-9CYY34S519&cx=c&_slc=1155 KB69 KB (45%)3rd
https://lord.porn/templates/toplist/js/extra/bootstrap-select.js10 KB1st
https://lord.porn/templates/toplist/js/extra/mb.semiWaterfall.js2 KB1st
https://lord.porn/templates/toplist/js/extra/easing.js3 KB1st
https://lord.porn/templates/toplist/js/extra/jquery.scrollUp.min.js1 KB1st
https://lord.porn/templates/toplist/js/extra/jquery.mousewheel.js3 KB1st
https://lord.porn/templates/toplist/js/extra/jquery.mCustomScrollbar.js21 KB1st
https://lord.porn/templates/toplist/js/extra/jquery.scrollTo.min.js2 KB1st
https://lord.porn/templates/toplist/js/extra/jquery.nhancedBootstrapCollapse.js3 KB1st
https://lord.porn/templates/toplist/js/extra/layzr.min.js1 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
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
854 KB transferred, 109 requests
PASS
854 KB transferred, 109 requests
Info::
Page weighs 1.6 MB (854 KB transferred)
Warning::
109 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.17 g CO2 per page load
854 KB / 2.4 MB budget
854 KB transferred
109 requests
0.17 g CO2 per page load
Images 372.1 KiB 44%
JavaScript 290.3 KiB 34%
Fonts 145.2 KiB 17%
CSS 33.2 KiB 4%
HTML 11.0 KiB 1%
Other 1.0 KiB 0%
Other 924 B 0%
Other 20 B 0%
0 2.4 MB 4.9 MB
Under budget

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

A
Third-Party Impact
36% third-party, 0 ms blocking
PASS
36% third-party, 0 ms blocking
Info::
Third-party code accounts for 36% of page weight (311.5 KiB of 853.8 KiB)
Info::
Third-party blocking time is low (0 ms)
64%
36%
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
3 fonts (145 KB)
PASS
3 fonts (145 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

145 KB total

Render-blocking

0

of 3

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 2.5 s FCP 1.1 s LCP 2.8 shttps://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQk6YvM.woff2ieVl2ZhZI2eCN5jzbjEETS9... https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQk6YvM.woff2 — 45.0 KiB — 61 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 36.7 KiB — 64 ms — font-display: swaphttps://lord.porn/templates/toplist/fonts/fontawesome/fontawesome-webfont.woff2?v=4.4.0fontawesome-webfont.woff2 https://lord.porn/templates/toplist/fonts/fontawesome/fontawesome-webfont.woff2?v=4.4.0 — 63.5 KiB — 251 ms — font-display: swap
ieVl2ZhZI2eCN5jzbjEETS9... woff2 swap
Size 45 KB
Load time 61 ms
Start 1000 ms
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 37 KB
Load time 64 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
fontawesome-webfont.woff2 woff2 swap
Size 64 KB
Load time 251 ms
Start 1.0 s
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+
Main HTML Cache-Control
Main HTML uses no-store -- correct for sensitive/dynamic content
PASS
Main HTML uses no-store -- correct for sensitive/dynamic content
Info::
Main HTML uses no-store -- correct for sensitive/dynamic content
Got: no-store, no-cache, must-revalidate
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding,User-Agent
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::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
A+
Page Weight Inventory
109 resources · 854 KB · 69 KB savings available
PASS
109 resources · 854 KB · 69 KB savings available
Info::
Within 1MB page-weight target
Got: 854 KB
Info::
~69 KB of savings available
Info::
10 third-party resources (36% of weight)
109 resources · 853.8 KiB · 10 third-party Within 1MB page-weight target
Image 44% · 373.0 KiB
JavaScript 34% · 290.3 KiB
Font 17% · 145.2 KiB
CSS 4% · 33.2 KiB
Document 1% · 11.0 KiB
Other 0% · 1.1 KiB

~69.3 KiB of savings available

Remove unused JavaScript: 69.3 KiB
Network Waterfall
109 requests over 1496ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.1 s LCP 2.8 shttps://lord.porn// https://lord.porn/ — 200 — 11.0 KiB — 775 ms — h3https://fonts.googleapis.com/css?family=Roboto:700,300|Roboto+Condensed:300,400,500,700fonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:700,300|Roboto+Condensed:300,400,500,700 — 200 — 2.3 KiB — 73 ms — h2https://lord.porn/includes/rating/js/jRating.jquery.css/includes/rating/js/jRating.jquery.... https://lord.porn/includes/rating/js/jRating.jquery.css — 200 — 1002 B — 15 ms — h3https://lord.porn/templates/toplist/css/bootstrap.css/templates/toplist/css/bootstrap.cs... https://lord.porn/templates/toplist/css/bootstrap.css — 200 — 12.4 KiB — 19 ms — h3https://lord.porn/templates/toplist/css/jquery.mCustomScrollbar.css/templates/toplist/css/jquery.mCust... https://lord.porn/templates/toplist/css/jquery.mCustomScrollbar.css — 200 — 6.0 KiB — 23 ms — h3https://lord.porn/templates/toplist/css/style.css/templates/toplist/css/style.css https://lord.porn/templates/toplist/css/style.css — 200 — 586 B — 24 ms — h3https://lord.porn/templates/toplist/css/rwd.css/templates/toplist/css/rwd.css https://lord.porn/templates/toplist/css/rwd.css — 200 — 530 B — 25 ms — h3https://lord.porn/templates/toplist/css/overwrite.css?v=20260805agegate1/templates/toplist/css/overwrite.cs... https://lord.porn/templates/toplist/css/overwrite.css?v=20260805agegate1 — 200 — 2.0 KiB — 33 ms — h3https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js — 200 — 33.3 KiB — 98 ms — h2https://lord.porn/templates/toplist/js/bootstrap/bootstrap.min.js/templates/toplist/js/bootstrap/boo... https://lord.porn/templates/toplist/js/bootstrap/bootstrap.min.js — 200 — 9.9 KiB — 83 ms — h3https://lord.porn/templates/toplist/js/extra/jquery.scrollTo.min.js/templates/toplist/js/extra/jquery.... https://lord.porn/templates/toplist/js/extra/jquery.scrollTo.min.js — 200 — 1.8 KiB — 65 ms — h3https://lord.porn/templates/toplist/js/extra/easing.js/templates/toplist/js/extra/easing.... https://lord.porn/templates/toplist/js/extra/easing.js — 200 — 2.5 KiB — 62 ms — h3https://lord.porn/templates/toplist/js/extra/jquery.scrollUp.min.js/templates/toplist/js/extra/jquery.... https://lord.porn/templates/toplist/js/extra/jquery.scrollUp.min.js — 200 — 1.4 KiB — 62 ms — h3https://lord.porn/templates/toplist/js/extra/jquery.mousewheel.js/templates/toplist/js/extra/jquery.... https://lord.porn/templates/toplist/js/extra/jquery.mousewheel.js — 200 — 3.1 KiB — 59 ms — h3https://lord.porn/templates/toplist/js/extra/jquery.mCustomScrollbar.js/templates/toplist/js/extra/jquery.... https://lord.porn/templates/toplist/js/extra/jquery.mCustomScrollbar.js — 200 — 21.3 KiB — 79 ms — h3https://lord.porn/templates/toplist/js/extra/jquery.nhancedBootstrapCollapse.js/templates/toplist/js/extra/jquery.... https://lord.porn/templates/toplist/js/extra/jquery.nhancedBootstrapCollapse.js — 200 — 2.6 KiB — 61 ms — h3https://lord.porn/templates/toplist/js/extra/bootstrap-select.js/templates/toplist/js/extra/bootstr... https://lord.porn/templates/toplist/js/extra/bootstrap-select.js — 200 — 10.4 KiB — 61 ms — h3https://lord.porn/templates/toplist/js/extra/layzr.min.js/templates/toplist/js/extra/layzr.m... https://lord.porn/templates/toplist/js/extra/layzr.min.js — 200 — 1.4 KiB — 65 ms — h3https://lord.porn/templates/toplist/js/extra/mb.semiWaterfall.js/templates/toplist/js/extra/mb.semi... https://lord.porn/templates/toplist/js/extra/mb.semiWaterfall.js — 200 — 1.9 KiB — 65 ms — h3https://lord.porn/includes/rating/js/jRating.jquery.js/includes/rating/js/jRating.jquery.... https://lord.porn/includes/rating/js/jRating.jquery.js — 200 — 2.7 KiB — 92 ms — h3https://lord.porn/templates/toplist/images/logo.png?v=20260805newlogo/templates/toplist/images/logo.png?... https://lord.porn/templates/toplist/images/logo.png?v=20260805newlogo — 200 — 11.1 KiB — 92 ms — h3https://lord.porn/media/thumbs/0/62/icon.png?v=20260805c/media/thumbs/0/62/icon.png?v=20260... https://lord.porn/media/thumbs/0/62/icon.png?v=20260805c — 200 — 2.0 KiB — 92 ms — h3https://lord.porn/templates/toplist/css/page.css/templates/toplist/css/page.css https://lord.porn/templates/toplist/css/page.css — 200 — 5.7 KiB — 39 ms — h3https://lord.porn/templates/toplist/css/overwrite.css/templates/toplist/css/overwrite.cs... https://lord.porn/templates/toplist/css/overwrite.css — 200 — 2.0 KiB — 34 ms — h3https://lord.porn/media/thumbs/0/63/icon.png?v=20260805c/media/thumbs/0/63/icon.png?v=20260... https://lord.porn/media/thumbs/0/63/icon.png?v=20260805c — 200 — 3.5 KiB — 10 ms — h3https://lord.porn/media/thumbs/0/64/icon.png?v=20260805c/media/thumbs/0/64/icon.png?v=20260... https://lord.porn/media/thumbs/0/64/icon.png?v=20260805c — 200 — 3.7 KiB — 12 ms — h3https://lord.porn/templates/toplist/js/functions.js/templates/toplist/js/functions.js https://lord.porn/templates/toplist/js/functions.js — 200 — 3.7 KiB — 10 ms — h3https://www.statcounter.com/counter/counter.jswww.statcounter.com/counter/counter... https://www.statcounter.com/counter/counter.js — 200 — 17.5 KiB — 51 ms — h3https://lord.porn/templates/toplist/js/extra/agegate.js?v=20260805/templates/toplist/js/extra/agegate... https://lord.porn/templates/toplist/js/extra/agegate.js?v=20260805 — 200 — 1.2 KiB — 82 ms — h3https://lord.porn/media/thumbs/0/65/icon.png?v=20260805c/media/thumbs/0/65/icon.png?v=20260... https://lord.porn/media/thumbs/0/65/icon.png?v=20260805c — 200 — 7.0 KiB — 82 ms — h3
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.1 s LCP 2.8 shttps://lord.porn// https://lord.porn/ — 200 — 11.0 KiB — 775 ms — h3https://fonts.googleapis.com/css?family=Roboto:700,300|Roboto+Condensed:300,400,500,700fonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:700,300|Roboto+Condensed:300,400,500,700 — 200 — 2.3 KiB — 73 ms — h2https://lord.porn/includes/rating/js/jRating.jquery.css/includes/rating/js/jRating.jquery.... https://lord.porn/includes/rating/js/jRating.jquery.css — 200 — 1002 B — 15 ms — h3https://lord.porn/templates/toplist/css/bootstrap.css/templates/toplist/css/bootstrap.cs... https://lord.porn/templates/toplist/css/bootstrap.css — 200 — 12.4 KiB — 19 ms — h3https://lord.porn/templates/toplist/css/jquery.mCustomScrollbar.css/templates/toplist/css/jquery.mCust... https://lord.porn/templates/toplist/css/jquery.mCustomScrollbar.css — 200 — 6.0 KiB — 23 ms — h3https://lord.porn/templates/toplist/css/style.css/templates/toplist/css/style.css https://lord.porn/templates/toplist/css/style.css — 200 — 586 B — 24 ms — h3https://lord.porn/templates/toplist/css/rwd.css/templates/toplist/css/rwd.css https://lord.porn/templates/toplist/css/rwd.css — 200 — 530 B — 25 ms — h3https://lord.porn/templates/toplist/css/overwrite.css?v=20260805agegate1/templates/toplist/css/overwrite.cs... https://lord.porn/templates/toplist/css/overwrite.css?v=20260805agegate1 — 200 — 2.0 KiB — 33 ms — h3https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.jsajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js — 200 — 33.3 KiB — 98 ms — h2https://lord.porn/templates/toplist/js/bootstrap/bootstrap.min.js/templates/toplist/js/bootstrap/boo... https://lord.porn/templates/toplist/js/bootstrap/bootstrap.min.js — 200 — 9.9 KiB — 83 ms — h3https://lord.porn/templates/toplist/js/extra/jquery.scrollTo.min.js/templates/toplist/js/extra/jquery.... https://lord.porn/templates/toplist/js/extra/jquery.scrollTo.min.js — 200 — 1.8 KiB — 65 ms — h3https://lord.porn/templates/toplist/js/extra/easing.js/templates/toplist/js/extra/easing.... https://lord.porn/templates/toplist/js/extra/easing.js — 200 — 2.5 KiB — 62 ms — h3https://lord.porn/templates/toplist/js/extra/jquery.scrollUp.min.js/templates/toplist/js/extra/jquery.... https://lord.porn/templates/toplist/js/extra/jquery.scrollUp.min.js — 200 — 1.4 KiB — 62 ms — h3https://lord.porn/templates/toplist/js/extra/jquery.mousewheel.js/templates/toplist/js/extra/jquery.... https://lord.porn/templates/toplist/js/extra/jquery.mousewheel.js — 200 — 3.1 KiB — 59 ms — h3https://lord.porn/templates/toplist/js/extra/jquery.mCustomScrollbar.js/templates/toplist/js/extra/jquery.... https://lord.porn/templates/toplist/js/extra/jquery.mCustomScrollbar.js — 200 — 21.3 KiB — 79 ms — h3https://lord.porn/templates/toplist/js/extra/jquery.nhancedBootstrapCollapse.js/templates/toplist/js/extra/jquery.... https://lord.porn/templates/toplist/js/extra/jquery.nhancedBootstrapCollapse.js — 200 — 2.6 KiB — 61 ms — h3https://lord.porn/templates/toplist/js/extra/bootstrap-select.js/templates/toplist/js/extra/bootstr... https://lord.porn/templates/toplist/js/extra/bootstrap-select.js — 200 — 10.4 KiB — 61 ms — h3https://lord.porn/templates/toplist/js/extra/layzr.min.js/templates/toplist/js/extra/layzr.m... https://lord.porn/templates/toplist/js/extra/layzr.min.js — 200 — 1.4 KiB — 65 ms — h3https://lord.porn/templates/toplist/js/extra/mb.semiWaterfall.js/templates/toplist/js/extra/mb.semi... https://lord.porn/templates/toplist/js/extra/mb.semiWaterfall.js — 200 — 1.9 KiB — 65 ms — h3https://lord.porn/includes/rating/js/jRating.jquery.js/includes/rating/js/jRating.jquery.... https://lord.porn/includes/rating/js/jRating.jquery.js — 200 — 2.7 KiB — 92 ms — h3https://lord.porn/templates/toplist/images/logo.png?v=20260805newlogo/templates/toplist/images/logo.png?... https://lord.porn/templates/toplist/images/logo.png?v=20260805newlogo — 200 — 11.1 KiB — 92 ms — h3https://lord.porn/media/thumbs/0/62/icon.png?v=20260805c/media/thumbs/0/62/icon.png?v=20260... https://lord.porn/media/thumbs/0/62/icon.png?v=20260805c — 200 — 2.0 KiB — 92 ms — h3https://lord.porn/templates/toplist/css/page.css/templates/toplist/css/page.css https://lord.porn/templates/toplist/css/page.css — 200 — 5.7 KiB — 39 ms — h3https://lord.porn/templates/toplist/css/overwrite.css/templates/toplist/css/overwrite.cs... https://lord.porn/templates/toplist/css/overwrite.css — 200 — 2.0 KiB — 34 ms — h3https://lord.porn/media/thumbs/0/63/icon.png?v=20260805c/media/thumbs/0/63/icon.png?v=20260... https://lord.porn/media/thumbs/0/63/icon.png?v=20260805c — 200 — 3.5 KiB — 10 ms — h3https://lord.porn/media/thumbs/0/64/icon.png?v=20260805c/media/thumbs/0/64/icon.png?v=20260... https://lord.porn/media/thumbs/0/64/icon.png?v=20260805c — 200 — 3.7 KiB — 12 ms — h3https://lord.porn/templates/toplist/js/functions.js/templates/toplist/js/functions.js https://lord.porn/templates/toplist/js/functions.js — 200 — 3.7 KiB — 10 ms — h3https://www.statcounter.com/counter/counter.jswww.statcounter.com/counter/counter... https://www.statcounter.com/counter/counter.js — 200 — 17.5 KiB — 51 ms — h3https://lord.porn/templates/toplist/js/extra/agegate.js?v=20260805/templates/toplist/js/extra/agegate... https://lord.porn/templates/toplist/js/extra/agegate.js?v=20260805 — 200 — 1.2 KiB — 82 ms — h3https://lord.porn/media/thumbs/0/65/icon.png?v=20260805c/media/thumbs/0/65/icon.png?v=20260... https://lord.porn/media/thumbs/0/65/icon.png?v=20260805c — 200 — 7.0 KiB — 82 ms — h3https://lord.porn/media/thumbs/0/66/icon.png?v=20260805c/media/thumbs/0/66/icon.png?v=20260... https://lord.porn/media/thumbs/0/66/icon.png?v=20260805c — 200 — 2.8 KiB — 117 ms — h3https://lord.porn/media/thumbs/0/67/icon.png?v=20260805c/media/thumbs/0/67/icon.png?v=20260... https://lord.porn/media/thumbs/0/67/icon.png?v=20260805c — 200 — 2.5 KiB — 82 ms — h3https://lord.porn/media/thumbs/0/68/icon.png?v=20260805c/media/thumbs/0/68/icon.png?v=20260... https://lord.porn/media/thumbs/0/68/icon.png?v=20260805c — 200 — 2.4 KiB — 82 ms — h3https://lord.porn/media/thumbs/0/69/icon.png?v=20260805c/media/thumbs/0/69/icon.png?v=20260... https://lord.porn/media/thumbs/0/69/icon.png?v=20260805c — 200 — 6.8 KiB — 114 ms — h3https://lord.porn/media/thumbs/0/70/icon.png?v=20260805c/media/thumbs/0/70/icon.png?v=20260... https://lord.porn/media/thumbs/0/70/icon.png?v=20260805c — 200 — 10.6 KiB — 114 ms — h3https://lord.porn/media/thumbs/0/71/icon.png?v=20260805c/media/thumbs/0/71/icon.png?v=20260... https://lord.porn/media/thumbs/0/71/icon.png?v=20260805c — 200 — 7.6 KiB — 114 ms — h3https://lord.porn/media/thumbs/0/98/icon.png?v=20260805c/media/thumbs/0/98/icon.png?v=20260... https://lord.porn/media/thumbs/0/98/icon.png?v=20260805c — 200 — 4.7 KiB — 115 ms — h3https://lord.porn/media/thumbs/0/99/icon.png?v=20260805c/media/thumbs/0/99/icon.png?v=20260... https://lord.porn/media/thumbs/0/99/icon.png?v=20260805c — 200 — 3.7 KiB — 121 ms — h3https://lord.porn/media/thumbs/0/100/icon.png?v=20260805c/media/thumbs/0/100/icon.png?v=2026... https://lord.porn/media/thumbs/0/100/icon.png?v=20260805c — 200 — 4.6 KiB — 121 ms — h3https://lord.porn/media/thumbs/0/101/icon.png?v=20260805c/media/thumbs/0/101/icon.png?v=2026... https://lord.porn/media/thumbs/0/101/icon.png?v=20260805c — 200 — 4.7 KiB — 123 ms — h3https://lord.porn/media/thumbs/0/102/icon.png?v=20260805c/media/thumbs/0/102/icon.png?v=2026... https://lord.porn/media/thumbs/0/102/icon.png?v=20260805c — 200 — 4.6 KiB — 144 ms — h3https://lord.porn/media/thumbs/0/72/icon.png?v=20260805c/media/thumbs/0/72/icon.png?v=20260... https://lord.porn/media/thumbs/0/72/icon.png?v=20260805c — 200 — 6.0 KiB — 124 ms — h3https://lord.porn/media/thumbs/0/73/icon.png?v=20260805c/media/thumbs/0/73/icon.png?v=20260... https://lord.porn/media/thumbs/0/73/icon.png?v=20260805c — 200 — 3.0 KiB — 123 ms — h3https://lord.porn/media/thumbs/0/74/icon.png?v=20260805c/media/thumbs/0/74/icon.png?v=20260... https://lord.porn/media/thumbs/0/74/icon.png?v=20260805c — 200 — 9.2 KiB — 120 ms — h3https://lord.porn/media/thumbs/0/75/icon.png?v=20260805c/media/thumbs/0/75/icon.png?v=20260... https://lord.porn/media/thumbs/0/75/icon.png?v=20260805c — 200 — 3.6 KiB — 124 ms — h3https://lord.porn/media/thumbs/0/76/icon.png?v=20260805c/media/thumbs/0/76/icon.png?v=20260... https://lord.porn/media/thumbs/0/76/icon.png?v=20260805c — 200 — 4.7 KiB — 142 ms — h3https://lord.porn/media/thumbs/0/77/icon.png?v=20260805c/media/thumbs/0/77/icon.png?v=20260... https://lord.porn/media/thumbs/0/77/icon.png?v=20260805c — 200 — 1.4 KiB — 123 ms — h3https://lord.porn/media/thumbs/0/78/icon.png?v=20260805c/media/thumbs/0/78/icon.png?v=20260... https://lord.porn/media/thumbs/0/78/icon.png?v=20260805c — 200 — 9.8 KiB — 161 ms — h3https://lord.porn/media/thumbs/0/103/icon.png?v=20260805c/media/thumbs/0/103/icon.png?v=2026... https://lord.porn/media/thumbs/0/103/icon.png?v=20260805c — 200 — 2.0 KiB — 275 ms — h3https://lord.porn/media/thumbs/0/104/icon.png?v=20260805c/media/thumbs/0/104/icon.png?v=2026... https://lord.porn/media/thumbs/0/104/icon.png?v=20260805c — 200 — 6.5 KiB — 148 ms — h3https://lord.porn/media/thumbs/0/105/icon.png?v=20260805c/media/thumbs/0/105/icon.png?v=2026... https://lord.porn/media/thumbs/0/105/icon.png?v=20260805c — 200 — 7.1 KiB — 147 ms — h3https://lord.porn/media/thumbs/0/106/icon.png?v=20260805c/media/thumbs/0/106/icon.png?v=2026... https://lord.porn/media/thumbs/0/106/icon.png?v=20260805c — 200 — 6.8 KiB — 161 ms — h3https://lord.porn/media/thumbs/0/107/icon.png?v=20260805c/media/thumbs/0/107/icon.png?v=2026... https://lord.porn/media/thumbs/0/107/icon.png?v=20260805c — 200 — 4.3 KiB — 147 ms — h3https://lord.porn/media/thumbs/0/108/icon.png?v=20260805c/media/thumbs/0/108/icon.png?v=2026... https://lord.porn/media/thumbs/0/108/icon.png?v=20260805c — 200 — 2.1 KiB — 283 ms — h3https://lord.porn/media/thumbs/0/109/icon.png?v=20260805c/media/thumbs/0/109/icon.png?v=2026... https://lord.porn/media/thumbs/0/109/icon.png?v=20260805c — 200 — 3.5 KiB — 181 ms — h3https://lord.porn/media/thumbs/0/110/icon.png?v=20260805c/media/thumbs/0/110/icon.png?v=2026... https://lord.porn/media/thumbs/0/110/icon.png?v=20260805c — 200 — 3.5 KiB — 286 ms — h3https://lord.porn/media/thumbs/0/79/icon.png?v=20260805c/media/thumbs/0/79/icon.png?v=20260... https://lord.porn/media/thumbs/0/79/icon.png?v=20260805c — 200 — 6.0 KiB — 182 ms — h3https://lord.porn/media/thumbs/0/80/icon.png?v=20260805c/media/thumbs/0/80/icon.png?v=20260... https://lord.porn/media/thumbs/0/80/icon.png?v=20260805c — 200 — 3.9 KiB — 181 ms — h3https://lord.porn/media/thumbs/0/81/icon.png?v=20260805c/media/thumbs/0/81/icon.png?v=20260... https://lord.porn/media/thumbs/0/81/icon.png?v=20260805c — 200 — 1.4 KiB — 181 ms — h3https://lord.porn/media/thumbs/0/82/icon.png?v=20260805c/media/thumbs/0/82/icon.png?v=20260... https://lord.porn/media/thumbs/0/82/icon.png?v=20260805c — 200 — 6.8 KiB — 181 ms — h3https://lord.porn/media/thumbs/0/83/icon.png?v=20260805c/media/thumbs/0/83/icon.png?v=20260... https://lord.porn/media/thumbs/0/83/icon.png?v=20260805c — 200 — 5.9 KiB — 284 ms — h3https://lord.porn/media/thumbs/0/84/icon.png?v=20260805c/media/thumbs/0/84/icon.png?v=20260... https://lord.porn/media/thumbs/0/84/icon.png?v=20260805c — 200 — 2.6 KiB — 199 ms — h3https://lord.porn/media/thumbs/0/85/icon.png?v=20260805c/media/thumbs/0/85/icon.png?v=20260... https://lord.porn/media/thumbs/0/85/icon.png?v=20260805c — 200 — 3.8 KiB — 199 ms — h3https://lord.porn/media/thumbs/0/86/icon.png?v=20260805c/media/thumbs/0/86/icon.png?v=20260... https://lord.porn/media/thumbs/0/86/icon.png?v=20260805c — 200 — 1.6 KiB — 181 ms — h3https://lord.porn/media/thumbs/0/87/icon.png?v=20260805c/media/thumbs/0/87/icon.png?v=20260... https://lord.porn/media/thumbs/0/87/icon.png?v=20260805c — 200 — 9.8 KiB — 293 ms — h3https://lord.porn/media/thumbs/0/88/icon.png?v=20260805c/media/thumbs/0/88/icon.png?v=20260... https://lord.porn/media/thumbs/0/88/icon.png?v=20260805c — 200 — 5.3 KiB — 277 ms — h3https://lord.porn/media/thumbs/0/89/icon.png?v=20260805c/media/thumbs/0/89/icon.png?v=20260... https://lord.porn/media/thumbs/0/89/icon.png?v=20260805c — 200 — 5.0 KiB — 198 ms — h3https://lord.porn/media/thumbs/0/90/icon.png?v=20260805c/media/thumbs/0/90/icon.png?v=20260... https://lord.porn/media/thumbs/0/90/icon.png?v=20260805c — 200 — 7.7 KiB — 285 ms — h3https://lord.porn/media/thumbs/0/111/icon.png?v=20260805c/media/thumbs/0/111/icon.png?v=2026... https://lord.porn/media/thumbs/0/111/icon.png?v=20260805c — 200 — 5.3 KiB — 197 ms — h3https://lord.porn/media/thumbs/0/112/icon.png?v=20260805c/media/thumbs/0/112/icon.png?v=2026... https://lord.porn/media/thumbs/0/112/icon.png?v=20260805c — 200 — 7.7 KiB — 281 ms — h3https://lord.porn/media/thumbs/0/113/icon.png?v=20260805c/media/thumbs/0/113/icon.png?v=2026... https://lord.porn/media/thumbs/0/113/icon.png?v=20260805c — 200 — 9.7 KiB — 233 ms — h3https://lord.porn/media/thumbs/0/114/icon.png?v=20260805c/media/thumbs/0/114/icon.png?v=2026... https://lord.porn/media/thumbs/0/114/icon.png?v=20260805c — 200 — 3.4 KiB — 282 ms — h3https://lord.porn/media/thumbs/0/91/icon.png?v=20260805c/media/thumbs/0/91/icon.png?v=20260... https://lord.porn/media/thumbs/0/91/icon.png?v=20260805c — 200 — 8.9 KiB — 286 ms — h3https://lord.porn/media/thumbs/0/92/icon.png?v=20260805c/media/thumbs/0/92/icon.png?v=20260... https://lord.porn/media/thumbs/0/92/icon.png?v=20260805c — 200 — 5.9 KiB — 217 ms — h3https://lord.porn/media/thumbs/0/93/icon.png?v=20260805c/media/thumbs/0/93/icon.png?v=20260... https://lord.porn/media/thumbs/0/93/icon.png?v=20260805c — 200 — 2.2 KiB — 273 ms — h3https://lord.porn/media/thumbs/0/115/icon.png?v=20260805c/media/thumbs/0/115/icon.png?v=2026... https://lord.porn/media/thumbs/0/115/icon.png?v=20260805c — 200 — 2.4 KiB — 217 ms — h3https://lord.porn/media/thumbs/0/116/icon.png?v=20260805c/media/thumbs/0/116/icon.png?v=2026... https://lord.porn/media/thumbs/0/116/icon.png?v=20260805c — 200 — 6.0 KiB — 232 ms — h3https://lord.porn/media/thumbs/0/117/icon.png?v=20260805c/media/thumbs/0/117/icon.png?v=2026... https://lord.porn/media/thumbs/0/117/icon.png?v=20260805c — 200 — 5.6 KiB — 232 ms — h3https://lord.porn/media/thumbs/0/118/icon.png?v=20260805c/media/thumbs/0/118/icon.png?v=2026... https://lord.porn/media/thumbs/0/118/icon.png?v=20260805c — 200 — 2.2 KiB — 251 ms — h3https://lord.porn/media/thumbs/0/94/icon.png?v=20260805c/media/thumbs/0/94/icon.png?v=20260... https://lord.porn/media/thumbs/0/94/icon.png?v=20260805c — 200 — 2.4 KiB — 251 ms — h3https://lord.porn/media/thumbs/0/95/icon.png?v=20260805c/media/thumbs/0/95/icon.png?v=20260... https://lord.porn/media/thumbs/0/95/icon.png?v=20260805c — 200 — 5.6 KiB — 253 ms — h3https://lord.porn/media/thumbs/0/96/icon.png?v=20260805c/media/thumbs/0/96/icon.png?v=20260... https://lord.porn/media/thumbs/0/96/icon.png?v=20260805c — 200 — 8.2 KiB — 283 ms — h3https://lord.porn/media/thumbs/0/97/icon.png?v=20260805c/media/thumbs/0/97/icon.png?v=20260... https://lord.porn/media/thumbs/0/97/icon.png?v=20260805c — 200 — 6.0 KiB — 252 ms — h3https://lord.porn/media/thumbs/0/119/icon.png?v=20260805c/media/thumbs/0/119/icon.png?v=2026... https://lord.porn/media/thumbs/0/119/icon.png?v=20260805c — 200 — 3.3 KiB — 276 ms — h3https://lord.porn/media/thumbs/0/120/icon.png?v=20260805c/media/thumbs/0/120/icon.png?v=2026... https://lord.porn/media/thumbs/0/120/icon.png?v=20260805c — 200 — 9.0 KiB — 271 ms — h3https://lord.porn/media/thumbs/0/121/icon.png?v=20260805c/media/thumbs/0/121/icon.png?v=2026... https://lord.porn/media/thumbs/0/121/icon.png?v=20260805c — 200 — 9.4 KiB — 271 ms — h3https://lord.porn/media/thumbs/0/122/icon.png?v=20260805c/media/thumbs/0/122/icon.png?v=2026... https://lord.porn/media/thumbs/0/122/icon.png?v=20260805c — 200 — 6.1 KiB — 271 ms — h3https://lord.porn/media/thumbs/0/123/icon.png?v=20260805c/media/thumbs/0/123/icon.png?v=2026... https://lord.porn/media/thumbs/0/123/icon.png?v=20260805c — 200 — 5.1 KiB — 262 ms — h3https://lord.porn/media/thumbs/0/124/icon.png?v=20260805c/media/thumbs/0/124/icon.png?v=2026... https://lord.porn/media/thumbs/0/124/icon.png?v=20260805c — 200 — 6.0 KiB — 270 ms — h3https://lord.porn/media/thumbs/0/125/icon.png?v=20260805c/media/thumbs/0/125/icon.png?v=2026... https://lord.porn/media/thumbs/0/125/icon.png?v=20260805c — 200 — 2.9 KiB — 250 ms — h3https://lord.porn/media/thumbs/0/126/icon.png?v=20260805c/media/thumbs/0/126/icon.png?v=2026... https://lord.porn/media/thumbs/0/126/icon.png?v=20260805c — 200 — 4.4 KiB — 262 ms — h3https://lord.porn/media/thumbs/0/127/icon.png?v=20260805c/media/thumbs/0/127/icon.png?v=2026... https://lord.porn/media/thumbs/0/127/icon.png?v=20260805c — 200 — 4.7 KiB — 282 ms — h3https://lord.porn/media/thumbs/0/128/icon.png?v=20260805c/media/thumbs/0/128/icon.png?v=2026... https://lord.porn/media/thumbs/0/128/icon.png?v=20260805c — 200 — 4.7 KiB — 276 ms — h3https://lord.porn/media/thumbs/0/129/icon.png?v=20260805c/media/thumbs/0/129/icon.png?v=2026... https://lord.porn/media/thumbs/0/129/icon.png?v=20260805c — 200 — 5.2 KiB — 282 ms — h3https://lord.porn/media/thumbs/0/130/icon.png?v=20260805c/media/thumbs/0/130/icon.png?v=2026... https://lord.porn/media/thumbs/0/130/icon.png?v=20260805c — 200 — 4.4 KiB — 285 ms — h3https://lord.porn/media/thumbs/0/131/icon.png?v=20260805c/media/thumbs/0/131/icon.png?v=2026... https://lord.porn/media/thumbs/0/131/icon.png?v=20260805c — 200 — 3.7 KiB — 284 ms — h3https://lord.porn/media/thumbs/0/132/icon.png?v=20260805c/media/thumbs/0/132/icon.png?v=2026... https://lord.porn/media/thumbs/0/132/icon.png?v=20260805c — 200 — 1.7 KiB — 258 ms — h3https://lord.porn/media/thumbs/0/133/icon.png?v=20260805c/media/thumbs/0/133/icon.png?v=2026... https://lord.porn/media/thumbs/0/133/icon.png?v=20260805c — 200 — 2.1 KiB — 292 ms — h3https://lord.porn/media/thumbs/0/134/icon.png?v=20260805c/media/thumbs/0/134/icon.png?v=2026... https://lord.porn/media/thumbs/0/134/icon.png?v=20260805c — 200 — 2.3 KiB — 298 ms — h3https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 302 ms — h2https://lord.porn/templates/toplist/css/print.css/templates/toplist/css/print.css https://lord.porn/templates/toplist/css/print.css — 200 — 830 B — 304 ms — h3https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQk6YvM.woff2fonts.gstatic.com/s/robotocondensed... https://fonts.gstatic.com/s/robotocondensed/v31/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQk6YvM.woff2 — 200 — 45.0 KiB — 61 ms — h3https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v51/KFO7... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 36.7 KiB — 64 ms — h3https://lord.porn/templates/toplist/fonts/fontawesome/fontawesome-webfont.woff2?v=4.4.0/templates/toplist/fonts/fontawesom... https://lord.porn/templates/toplist/fonts/fontawesome/fontawesome-webfont.woff2?v=4.4.0 — 200 — 63.5 KiB — 251 ms — h3https://c.statcounter.com/t.php?sc_project=13340616&u1=0A7865AB903A4F76B0D6A23977985E8F&java=1&security=91fc0fe7&sc_snum=1&sess=cdc9e8&p=0&pv=10.15&rcat=d&rdom=d&rdomg=new&bb=1&jg=new&rr=1.1.1.1.1.1.1.1.1&sc_bot=0&resolution=800&h=600&camefrom=&u=https%3A//lord.porn/&t=Best%20Porn%20Sites%20Directory%20-%20Lord.Porn&invisible=1&sc_rum_e_s=1020&sc_rum_e_e=1248&sc_rum_f_s=0&sc_rum_f_e=968&get_config=truec.statcounter.com/t.php?sc_project=... https://c.statcounter.com/t.php?sc_project=13340616&u1=0A7865AB903A4F76B0D6A23977985E8F&java=1&security=91fc0fe7&sc_snum=1&sess=cdc9e8&p=0&pv=10.15&rcat=d&rdom=d&rdomg=new&bb=1&jg=new&rr=1.1.1.1.1.1.1.1.1&sc_bot=0&resolution=800&h=600&camefrom=&u=https%3A//lord.porn/&t=Best%20Porn%20Sites%20Directory%20-%20Lord.Porn&invisible=1&sc_rum_e_s=1020&sc_rum_e_e=1248&sc_rum_f_s=0&sc_rum_f_e=968&get_config=true — 200 — 614 B — 250 ms — h3https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1925156275&t=pageview&_s=1&dl=https%3A%2F%2Flord.porn%2F&ul=en-us&dt=Best%20Porn%20Sites%20Directory%20-%20Lord.Porn&sr=800x600&vp=1350x940&_u=IEBAAEABAAAAACAAI~&jid=1191046559&gjid=2007960760&cid=808128359.1786476393&tid=UA-132032402-1&_gid=1978140671.1786476393&_r=1&_slc=1&z=488481467www.google-analytics.com/j/collect?... https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1925156275&t=pageview&_s=1&dl=https%3A%2F%2Flord.porn%2F&ul=en-us&dt=Best%20Porn%20Sites%20Directory%20-%20Lord.Porn&sr=800x600&vp=1350x940&_u=IEBAAEABAAAAACAAI~&jid=1191046559&gjid=2007960760&cid=808128359.1786476393&tid=UA-132032402-1&_gid=1978140671.1786476393&_r=1&_slc=1&z=488481467 — 200 — 461 B — 6 ms — h2https://www.googletagmanager.com/gtag/js?id=G-9CYY34S519&cx=c&_slc=1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-9CYY34S519&cx=c&_slc=1 — 200 — 154.7 KiB — 38 ms — h2https://lord.porn/favicon.png/favicon.png https://lord.porn/favicon.png — 200 — 924 B — 9 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-9CYY34S519&gtm=45je68a0h1v9111881384za20g&_p=1786476393298&gcd=13l3l3l3l2l1&npa=0&dma=0&_eu=ABAI&are=1&cid=808128359.1786476393&frm=0&ngs=1&pscdl=noapi&rcb=8&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~119367802~119367810~119404701~119527020~119896802&dl=https%3A%2F%2Flord.porn%2F&dt=Best%20Porn%20Sites%20Directory%20-%20Lord.Porn&sid=1786476393&sct=1&seg=0&en=page_view&_fv=1&_ss=1&_ee=1&tfd=1468www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-9CYY34S519&gtm=45je68a0h1v9111881384za20g&_p=1786476393298&gcd=13l3l3l3l2l1&npa=0&dma=0&_eu=ABAI&are=1&cid=808128359.1786476393&frm=0&ngs=1&pscdl=noapi&rcb=8&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~119367802~119367810~119404701~119527020~119896802&dl=https%3A%2F%2Flord.porn%2F&dt=Best%20Porn%20Sites%20Directory%20-%20Lord.Porn&sid=1786476393&sct=1&seg=0&en=page_view&_fv=1&_ss=1&_ee=1&tfd=1468 — 204 — 20 B — 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
35% of JavaScript execution is third-party
First-party Third-party 185ms · 206KB · €2/mo
ajax.googleapis.com
Other
Optional
Execution 66ms
Transfer 33 KB
Monthly Cost €1/mo
Google Tag Manager
Tag Manager
Optional
Execution 65ms
Transfer 155 KB
Unused 45%
Monthly Cost €1/mo
www.statcounter.com
Other
Optional
Execution 54ms
Transfer 17 KB
Monthly Cost €1/mo

How third-party costs are calculated

Image Optimization
75 images, 343 KB total, 305 KB wasted
INFO

Image Optimization Audit

Total Images

75

Total Size

343 KB

Oversized

73

Wasted

305 KB

75 missing dimensions 61 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