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.
3.54 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.11 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
250 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.005
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.27 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.23 s
Page Load Progression
FPage Weight BudgetAction11.0 MB transferred, 55 requestsFIX
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
DThird-Party ImpactAction95% third-party, 0 ms blockingFIX
DJS Execution CostAction2263ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://private.com/ | 680ms | 33ms | 10ms | 1st |
| Unattributable | 635ms | 83ms | 0ms | 1st |
| https://pcomf77.st-content.com/js/private.1782385155.min.js | 389ms | 216ms | 15ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-SC604FL1P7&cx=c>m=4e6790h2 | 196ms | 157ms | 38ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=UA-334720-3 | 155ms | 126ms | 27ms | 3rd |
| https://rtgio.co/resources/content/private.js | 102ms | 12ms | 1ms | 3rd |
| https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496 | 57ms | 34ms | 3ms | 3rd |
| https://private.com/styles/main2017.1782385155.css | 50ms | 0ms | 0ms | 1st |
DPage Weight InventoryAction55 resources · 11.0 MB · 152 KB savings availableFIX
~151.9 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 55 resources | 11.0 MiB | ||||||
BImage Optimization24 images, 0 KB saveableREVIEW
CJS BundlesAction14 scripts, 152 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-SC604FL1P7&cx=c>m=4e6790h2 | 150 KB | 64 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=UA-334720-3 | 126 KB | 62 KB (50%) | ✓ | 3rd |
| https://pcomf77.st-content.com/js/private.1782385155.min.js | 49 KB | 26 KB (53%) | ✓ | 3rd |
| https://tracking.sexcash.com/tracking-script.js | 1 KB | — | ✓ | 3rd |
| https://pcomf77.st-content.com/js/prvtoffer.min.js | 3 KB | — | ✓ | 3rd |
| https://private.com/js/jquery/slick/slick.min.js | 10 KB | — | ✓ | 1st |
| https://private.com/js/adult-disclaimer/common.js | 1 KB | — | ✓ | 1st |
| https://scripts.azshopp.com/scripts/adu_private.js | 1 KB | — | ✓ | 3rd |
| https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496 | 11 KB | — | ✓ | 3rd |
| https://ajax.googleapis.com/ajax/libs/webfont/1.6.16/webfont.js | 6 KB | — | ✓ | 3rd |
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
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
BHTTP/3 (QUIC)HTTP/3 not advertisedREVIEW
CCompression AlgorithmActionMain response served uncompressedREVIEW
BJavaScript Blocking1 JS blocking issue(s) detectedREVIEW
BHTTP Cachingno-cache, must-revalidateREVIEW
no-cache, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| no-cache | — | Cache but always revalidate first |
| must-revalidate | — | Must recheck with server after expiry |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (125 KB)PASS
Web fonts
5
125 KB total
Render-blocking
0
of 5
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
AResource Hints9 hints, 0 missing preconnectsPASS
Current Resource Hints
9 resource hints configured
preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://fonts.gstatic.com, https://ajax.googleapis.com, https://www.googletagmanager.com (+1 more). Remove the redundant dns-prefetch entries.
Performance issues directly impact user engagement and conversion rates.
The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: //fonts.gstatic.com (preconnect+dns-prefetch), //ajax.googleapis.com (preconnect+dns-prefetch), //www.googletagmanager.com (preconnect+dns-prefetch) (+1 more).
Performance issues directly impact user engagement and conversion rates.
A+LCP Image PreloadLCP preload audit not availablePASS
A+Main HTML Cache-ControlMain HTML uses no-cache -- safe revalidate-on-request policyPASS
A+Server-Timing Observability3 Server-Timing entries advertisedPASS
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
ACSS Performance Depth1 CSS depth issue(s) detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall55 requests over 1600msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
pcomf77.st-content.com pcomf77.st-content.com | Other | 389ms | 49 KB | 53% | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 196ms | 150 KB | 42% | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 155ms | 126 KB | 50% | €2/mo | Optional |
rtgio.co rtgio.co | Other | 102ms | 2 KB | — | €1/mo | Optional |
static.cloudflareinsights.com static.cloudflareinsights.com | Other | 57ms | 11 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- pcomf77.st-content.com adds 389ms and costs ~€4/month
pcomf77.st-content.com takes 389ms 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
53% of pcomf77.st-content.com'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-14 — 2026-07-11)
LCP (p75)
2352 ms
77% good
INP (p75)
135 ms
87% good
CLS (p75)
0.000
98% good
FCP (p75)
1905 ms
TTFB (p75)
1476 ms
Image Optimization34 images, 0 KB total, 0 KB wastedINFO
Image Optimization Audit
Total Images
34
Total Size
0 KB
Oversized
12