Performance
· 27 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.31 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.50 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
308 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.75 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.
10.51 s
Page Load Progression
DThird-Party ImpactAction91% third-party, 0 ms blockingFIX
DJS Execution CostAction2862ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://theporndude.com/ | 1231ms | 66ms | 5ms | 1st |
| https://cdn.staticstack.net/includes/js/home-page.js?t=2026-07-24T18:35:57+00:00 | 518ms | 171ms | 6ms | 3rd |
| Unattributable | 475ms | 18ms | 0ms | 1st |
| https://theporndude.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 321ms | 284ms | 3ms | 1st |
| https://mc.yandex.ru/metrika/tag.js | 199ms | 170ms | 20ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-PCC295W | 118ms | 89ms | 27ms | 3rd |
DPage Weight InventoryAction49 resources · 1.7 MB · 121 KB savings availableFIX
~120.7 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 49 resources | 1.7 MiB | ||||||
CPage Weight BudgetAction1.7 MB transferred, 49 requestsREVIEW
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
BImage Optimization21 images, 0 KB saveableREVIEW
BJS Bundles4 scripts, 121 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtm.js?id=GTM-PCC295W | 120 KB | 68 KB (57%) | ✓ | 3rd |
| https://mc.yandex.ru/metrika/tag.js | 88 KB | 52 KB (60%) | ✓ | 3rd |
| https://cdn.staticstack.net/includes/js/home-page.js?t=2026-07-24T18:35:57+00:00 | 22 KB | — | ✓ | 3rd |
| https://theporndude.com/cdn-cgi/challenge-platform/h/g/scripts/jsd/b0da9f4911ba/main.js? | 10 KB | — | ✓ | 1st |
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
CMain HTML Cache-ControlActionMain HTML max-age=31536000 (~525600min) is aggressiveREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
BCSS Performance Depth2 CSS depth issue(s) detectedREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (78 KB)PASS
Web fonts
4
78 KB total
Render-blocking
0
of 4
Dominant font-display
swap
Most common across fonts
Font loading timeline
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 CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints2 hints, 0 missing preconnectsPASS
Current Resource Hints
2 resource hints configured
A+HTTP/3 (QUIC)HTTP/3 advertised via Alt-SvcPASS
A+Compression AlgorithmMain response uses brotliPASS
A+LCP Image PreloadLCP preload audit not availablePASS
A+Server Response Intelligence2 server-response signal(s) detectedPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+JavaScript BlockingNo render-blocking JS or document.write usage detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
A+HTTP Cachingmax-age=31536000 (52 weeks)PASS
private, max-age=31536000
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| max-age | 31536000 | Cache for 52 weeks |
Network Waterfall49 requests over 1906msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
cdn.staticstack.net cdn.staticstack.net | Other | 518ms | 22 KB | — | €3/mo | Costly |
mc.yandex.ru mc.yandex.ru | Other | 199ms | 88 KB | 60% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 118ms | 120 KB | 57% | €1/mo | Optional |
These scripts may cost more than they're worth
- cdn.staticstack.net adds 518ms and costs ~€3/month
cdn.staticstack.net takes 518ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
60% of mc.yandex.ru's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
57% of Google Tag Manager's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
Real-User Performance (CrUX)Field metrics from the Chrome User Experience ReportINFO
Chrome User Experience (CrUX)
Real-user metrics from the Chrome UX Report (2026-06-26 — 2026-07-23)
LCP (p75)
1324 ms
91% good
INP (p75)
170 ms
80% good
CLS (p75)
0.000
98% good
FCP (p75)
928 ms
TTFB (p75)
318 ms
Image Optimization15 images, 0 KB total, 0 KB wastedINFO
Image Optimization Audit
Total Images
15
Total Size
0 KB
Oversized
1