Skip to content
https://roccosiffredifilms.com

Performance

· 26 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
89
GRADE
B
FIX
2
REVIEW
5
PASS
16
INFO
3

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

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

4.35 s

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

5.17 s

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

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

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

5.38 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
26
16 PASS 5 REVIEW 2 FIX
D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (664.3 KiB of 664.8 KiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
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.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
JS Execution Cost
Action
1645ms total JS execution
REVIEW
1645ms total JS execution
Warning::
https://www.roccosiffredifilms.com/: 526ms CPU time
Warning::
Unattributable: 336ms CPU time
Warning::
https://www.roccosiffredifilms.com/_next/static/ch...: 316ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-B6DW...: 243ms CPU time
Info::
https://www.roccosiffredifilms.com/_next/static/ch...: 224ms CPU time
Warning::
Third-party scripts: 1309ms (80% of total)

Main Thread Breakdown

Script Evaluation 47% Other 25% Style & Layout 12% Script Parsing & Compilation 8% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
https://www.roccosiffredifilms.com/526ms32ms46ms3rd
Unattributable336ms34ms0ms1st
https://www.roccosiffredifilms.com/_next/static/chunks/255-09eddc9d5ad190e7.js316ms294ms13ms3rd
https://www.googletagmanager.com/gtag/js?id=G-B6DW0JNSVQ243ms207ms34ms3rd
https://www.roccosiffredifilms.com/_next/static/chunks/4bd1b696-21f374d1156f834a.js224ms189ms13ms3rd
B
JS Bundles
21 scripts, 68 KB unused
REVIEW
21 scripts, 68 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-B6DW...: 68 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 68 KB
68 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-B6DW0JNSVQ161 KB68 KB (42%)3rd
https://www.roccosiffredifilms.com/_next/static/chunks/webpack-ca3c89e4067f54c6.js2 KB3rd
https://www.roccosiffredifilms.com/_next/static/chunks/4bd1b696-21f374d1156f834a.js55 KB3rd
https://www.roccosiffredifilms.com/_next/static/chunks/255-09eddc9d5ad190e7.js45 KB3rd
https://www.roccosiffredifilms.com/_next/static/chunks/main-app-5b9be70a80a88730.js1 KB3rd
https://www.roccosiffredifilms.com/_next/static/chunks/20-0082a47cf797de37.js19 KB3rd
https://www.roccosiffredifilms.com/_next/static/chunks/app/global-error-6dddef79086a774b.js8 KB3rd
https://www.roccosiffredifilms.com/_next/static/chunks/252-a3be2262a0215496.js7 KB3rd
https://www.roccosiffredifilms.com/_next/static/chunks/577-2d6b70331a27521e.js7 KB3rd
https://www.roccosiffredifilms.com/_next/static/chunks/app/%5Blocale%5D/layout-0ebd3b8c54a6035d.js4 KB3rd

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
Resource Hints
6 hints, 0 missing preconnects
REVIEW
6 hints, 0 missing preconnects
Warning::
1 font preload(s) missing `crossorigin` -- font will be downloaded twice
Fonts are always fetched as crossorigin=anonymous; a preload without the attribute creates a different cache key, so the browser refetches when the actual font request happens. Sample: /_next/static/media/e4af272ccee01ff0-s.p.woff2. Add `crossorigin` (or `crossorigin="anonymous"`) to each preload.
Info::
1 dns-prefetch redundant with preconnect on same origin
preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://transform.gammacdn.com. Remove the redundant dns-prefetch entries.
Info::
1 URL(s) appear in multiple hints
The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: https://transform.gammacdn.com (dns-prefetch+preconnect).
Info::
Page uses 6 resource hint(s)

Current Resource Hints

preconnect
1
preload
4
dns-prefetch
1
prefetch

6 resource hints configured

Fonts are always fetched as crossorigin=anonymous; a preload without the attribute creates a different cache key, so the browser refetches when the actual font request happens. Sample: /_next/static/media/e4af272ccee01ff0-s.p.woff2. Add `crossorigin` (or `crossorigin="anonymous"`) to each preload.

Why this matters

Performance issues directly impact user engagement and conversion rates.

preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://transform.gammacdn.com. Remove the redundant dns-prefetch entries.

Why this matters

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: https://transform.gammacdn.com (dns-prefetch+preconnect).

Why this matters

Performance issues directly impact user engagement and conversion rates.

C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
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.
A+
Page Weight Budget
665 KB transferred, 56 requests
PASS
665 KB transferred, 56 requests
Info::
Page weighs 1.8 MB (665 KB transferred)
Info::
56 HTTP requests
Info::
Estimated 0.14 g CO2 per page load
665 KB / 2.4 MB budget
665 KB transferred
56 requests
0.14 g CO2 per page load
JavaScript 371.3 KiB 56%
Images 185.0 KiB 28%
Fonts 47.9 KiB 7%
HTML 30.4 KiB 5%
Other 15.0 KiB 2%
CSS 10.6 KiB 2%
Other 4.1 KiB 1%
Other 482 B 0%
0 2.4 MB 4.9 MB
Under budget
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+
Image Optimization
15 images, 0 KB saveable
PASS
15 images, 0 KB saveable
Info::
All images are well-optimized
15 images 185 KB
0 oversized -0 KB
1 legacy format
0 missing dimensions CLS risk
A+
Font Loading
1 fonts (48 KB)
PASS
1 fonts (48 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

48 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 FCP 4.3 s LCP 5.2 shttps://www.roccosiffredifilms.com/_next/static/media/e4af272ccee01ff0-s.p.woff2e4af272ccee01ff0-s.p.woff2 https://www.roccosiffredifilms.com/_next/static/media/e4af272ccee01ff0-s.p.woff2 — 47.9 KiB — 93 ms — font-display: swap
e4af272ccee01ff0-s.p.woff2 woff2 swap
Size 48 KB
Load time 93 ms
Start 403 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+
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+
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+
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-Timing Observability
3 Server-Timing entries advertised
PASS
3 Server-Timing entries advertised
Info::
Server-Timing header advertises 3 timing entries
A+
Server Response Intelligence
1 server-response signal(s) detected
PASS
1 server-response signal(s) detected
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
56 resources · 665 KB · 68 KB savings available
PASS
56 resources · 665 KB · 68 KB savings available
Info::
Within 1MB page-weight target
Got: 665 KB
Info::
~68 KB of savings available
Warning::
55 third-party resources (100% of weight)
56 resources · 664.8 KiB · 55 third-party Within 1MB page-weight target
JavaScript 56% · 371.3 KiB
Image 28% · 188.1 KiB
Font 7% · 47.9 KiB
Document 5% · 30.4 KiB
Other 2% · 16.5 KiB
CSS 2% · 10.6 KiB

~68.3 KiB of savings available

Remove unused JavaScript: 68.3 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
JavaScript Blocking
1 JS blocking issue(s) detected
PASS
1 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.
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

Network Waterfall
56 requests over 2052ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 4.3 s LCP 5.2 shttps://roccosiffredifilms.com// https://roccosiffredifilms.com/ — 301 — 518 B — 99 ms — h2https://www.roccosiffredifilms.com/www.roccosiffredifilms.com/ https://www.roccosiffredifilms.com/ — 200 — 30.4 KiB — 313 ms — h2https://www.roccosiffredifilms.com/cdn-cgi/speculationwww.roccosiffredifilms.com/cdn-cgi/... https://www.roccosiffredifilms.com/cdn-cgi/speculation — 200 — 503 B — 31 ms — h2https://transform.gammacdn.com/movies/161468/161468_03/previews/2/123/top_1_1920x1080/161468_03_01.jpg?width=750&format=webp&enlarge=0&quality=60transform.gammacdn.com/movies/16146... https://transform.gammacdn.com/movies/161468/161468_03/previews/2/123/top_1_1920x1080/161468_03_01.jpg?width=750&format=webp&enlarge=0&quality=60 — 200 — 24.4 KiB — 117 ms — h2https://www.roccosiffredifilms.com/_next/static/css/2fa18b9cf72d283a.csswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/css/2fa18b9cf72d283a.css — 200 — 10.6 KiB — 40 ms — h2https://www.googletagmanager.com/gtag/js?id=G-B6DW0JNSVQwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-B6DW0JNSVQ — 200 — 161.4 KiB — 1.1 s — h2https://www.roccosiffredifilms.com/roccosiffredi/logo.svgwww.roccosiffredifilms.com/roccosif... https://www.roccosiffredifilms.com/roccosiffredi/logo.svg — 200 — 4.7 KiB — 44 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/webpack-ca3c89e4067f54c6.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/webpack-ca3c89e4067f54c6.js — 200 — 2.3 KiB — 54 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/4bd1b696-21f374d1156f834a.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/4bd1b696-21f374d1156f834a.js — 200 — 54.8 KiB — 125 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/255-09eddc9d5ad190e7.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/255-09eddc9d5ad190e7.js — 200 — 45.0 KiB — 61 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/main-app-5b9be70a80a88730.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/main-app-5b9be70a80a88730.js — 200 — 527 B — 117 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/20-0082a47cf797de37.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/20-0082a47cf797de37.js — 200 — 18.5 KiB — 117 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/app/global-error-6dddef79086a774b.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/app/global-error-6dddef79086a774b.js — 200 — 8.1 KiB — 117 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/252-a3be2262a0215496.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/252-a3be2262a0215496.js — 200 — 7.2 KiB — 117 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/577-2d6b70331a27521e.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/577-2d6b70331a27521e.js — 200 — 7.2 KiB — 115 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/app/%5Blocale%5D/layout-0ebd3b8c54a6035d.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/app/%5Blocale%5D/layout-0ebd3b8c54a6035d.js — 200 — 4.2 KiB — 116 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/app/%5Blocale%5D/error-e68de337b572b009.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/app/%5Blocale%5D/error-e68de337b572b009.js — 200 — 4.4 KiB — 116 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/3d47b92a-28153c5dd281a1a5.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/3d47b92a-28153c5dd281a1a5.js — 200 — 654 B — 117 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/454-9cdcd2d2b8ddc594.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/454-9cdcd2d2b8ddc594.js — 200 — 5.3 KiB — 117 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/460-f0035a8b52e57001.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/460-f0035a8b52e57001.js — 200 — 5.9 KiB — 117 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/49-996aab94f8e91f46.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/49-996aab94f8e91f46.js — 200 — 6.4 KiB — 117 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/app/%5Blocale%5D/%5B...type%5D/page-5f7138804d7095e3.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/app/%5Blocale%5D/%5B...type%5D/page-5f7138804d7095e3.js — 200 — 2.2 KiB — 116 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/app/%5Blocale%5D/%5B...type%5D/not-found-8afd50358dec11c9.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/app/%5Blocale%5D/%5B...type%5D/not-found-8afd50358dec11c9.js — 200 — 4.0 KiB — 116 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/app/%5Blocale%5D/page-f33520fbe430708b.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/app/%5Blocale%5D/page-f33520fbe430708b.js — 200 — 2.9 KiB — 112 ms — h2https://www.roccosiffredifilms.com/_next/static/media/e4af272ccee01ff0-s.p.woff2www.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/media/e4af272ccee01ff0-s.p.woff2 — 200 — 47.9 KiB — 93 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496 — 200 — 11.3 KiB — 125 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/711.e416138b89d8b3f9.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/711.e416138b89d8b3f9.js — 200 — 16.4 KiB — 45 ms — h3https://www.roccosiffredifilms.com/_next/static/chunks/449.0e20209abbaf0b2c.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/449.0e20209abbaf0b2c.js — 200 — 2.6 KiB — 44 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-B6DW0JNSVQ&gtm=45je6781v9184297204za200zd9184297204&_p=1783756565404&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1193147263.1783756566&frm=0&ngs=1&pscdl=noapi&rcb=2&sr=412x823&uaa=&uab=64&uafvl=Not%253BA%253DBrand%3B8.0.0.0%7CChromium%3B150.0.7871.100&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115616986~115938466~115938468~118395335~118826210~118897920~118897930~119027224&sid=1783756566&sct=1&seg=0&dl=https%3A%2F%2Fwww.roccosiffredifilms.com%2F&dt=Rocco%20Siffredi%20Porn%20Videos%20%26%20Films%20%7C%20Rocco%20Siffredi%20Films&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1420region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-B6DW0JNSVQ&gtm=45je6781v9184297204za200zd9184297204&_p=1783756565404&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1193147263.1783756566&frm=0&ngs=1&pscdl=noapi&rcb=2&sr=412x823&uaa=&uab=64&uafvl=Not%253BA%253DBrand%3B8.0.0.0%7CChromium%3B150.0.7871.100&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115616986~115938466~115938468~118395335~118826210~118897920~118897930~119027224&sid=1783756566&sct=1&seg=0&dl=https%3A%2F%2Fwww.roccosiffredifilms.com%2F&dt=Rocco%20Siffredi%20Porn%20Videos%20%26%20Films%20%7C%20Rocco%20Siffredi%20Films&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1420 — 204 — 557 B — 145 ms — h2https://transform.gammacdn.com/movies/164089/164089_02/previews/2/123/top_1_1920x1080/164089_02_01.jpg?width=384&format=webp&enlarge=0transform.gammacdn.com/movies/16408... https://transform.gammacdn.com/movies/164089/164089_02/previews/2/123/top_1_1920x1080/164089_02_01.jpg?width=384&format=webp&enlarge=0 — 200 — 9.5 KiB — 29 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 4.3 s LCP 5.2 shttps://roccosiffredifilms.com// https://roccosiffredifilms.com/ — 301 — 518 B — 99 ms — h2https://www.roccosiffredifilms.com/www.roccosiffredifilms.com/ https://www.roccosiffredifilms.com/ — 200 — 30.4 KiB — 313 ms — h2https://www.roccosiffredifilms.com/cdn-cgi/speculationwww.roccosiffredifilms.com/cdn-cgi/... https://www.roccosiffredifilms.com/cdn-cgi/speculation — 200 — 503 B — 31 ms — h2https://transform.gammacdn.com/movies/161468/161468_03/previews/2/123/top_1_1920x1080/161468_03_01.jpg?width=750&format=webp&enlarge=0&quality=60transform.gammacdn.com/movies/16146... https://transform.gammacdn.com/movies/161468/161468_03/previews/2/123/top_1_1920x1080/161468_03_01.jpg?width=750&format=webp&enlarge=0&quality=60 — 200 — 24.4 KiB — 117 ms — h2https://www.roccosiffredifilms.com/_next/static/css/2fa18b9cf72d283a.csswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/css/2fa18b9cf72d283a.css — 200 — 10.6 KiB — 40 ms — h2https://www.googletagmanager.com/gtag/js?id=G-B6DW0JNSVQwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-B6DW0JNSVQ — 200 — 161.4 KiB — 1.1 s — h2https://www.roccosiffredifilms.com/roccosiffredi/logo.svgwww.roccosiffredifilms.com/roccosif... https://www.roccosiffredifilms.com/roccosiffredi/logo.svg — 200 — 4.7 KiB — 44 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/webpack-ca3c89e4067f54c6.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/webpack-ca3c89e4067f54c6.js — 200 — 2.3 KiB — 54 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/4bd1b696-21f374d1156f834a.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/4bd1b696-21f374d1156f834a.js — 200 — 54.8 KiB — 125 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/255-09eddc9d5ad190e7.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/255-09eddc9d5ad190e7.js — 200 — 45.0 KiB — 61 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/main-app-5b9be70a80a88730.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/main-app-5b9be70a80a88730.js — 200 — 527 B — 117 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/20-0082a47cf797de37.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/20-0082a47cf797de37.js — 200 — 18.5 KiB — 117 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/app/global-error-6dddef79086a774b.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/app/global-error-6dddef79086a774b.js — 200 — 8.1 KiB — 117 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/252-a3be2262a0215496.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/252-a3be2262a0215496.js — 200 — 7.2 KiB — 117 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/577-2d6b70331a27521e.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/577-2d6b70331a27521e.js — 200 — 7.2 KiB — 115 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/app/%5Blocale%5D/layout-0ebd3b8c54a6035d.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/app/%5Blocale%5D/layout-0ebd3b8c54a6035d.js — 200 — 4.2 KiB — 116 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/app/%5Blocale%5D/error-e68de337b572b009.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/app/%5Blocale%5D/error-e68de337b572b009.js — 200 — 4.4 KiB — 116 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/3d47b92a-28153c5dd281a1a5.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/3d47b92a-28153c5dd281a1a5.js — 200 — 654 B — 117 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/454-9cdcd2d2b8ddc594.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/454-9cdcd2d2b8ddc594.js — 200 — 5.3 KiB — 117 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/460-f0035a8b52e57001.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/460-f0035a8b52e57001.js — 200 — 5.9 KiB — 117 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/49-996aab94f8e91f46.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/49-996aab94f8e91f46.js — 200 — 6.4 KiB — 117 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/app/%5Blocale%5D/%5B...type%5D/page-5f7138804d7095e3.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/app/%5Blocale%5D/%5B...type%5D/page-5f7138804d7095e3.js — 200 — 2.2 KiB — 116 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/app/%5Blocale%5D/%5B...type%5D/not-found-8afd50358dec11c9.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/app/%5Blocale%5D/%5B...type%5D/not-found-8afd50358dec11c9.js — 200 — 4.0 KiB — 116 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/app/%5Blocale%5D/page-f33520fbe430708b.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/app/%5Blocale%5D/page-f33520fbe430708b.js — 200 — 2.9 KiB — 112 ms — h2https://www.roccosiffredifilms.com/_next/static/media/e4af272ccee01ff0-s.p.woff2www.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/media/e4af272ccee01ff0-s.p.woff2 — 200 — 47.9 KiB — 93 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496 — 200 — 11.3 KiB — 125 ms — h2https://www.roccosiffredifilms.com/_next/static/chunks/711.e416138b89d8b3f9.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/711.e416138b89d8b3f9.js — 200 — 16.4 KiB — 45 ms — h3https://www.roccosiffredifilms.com/_next/static/chunks/449.0e20209abbaf0b2c.jswww.roccosiffredifilms.com/_next/st... https://www.roccosiffredifilms.com/_next/static/chunks/449.0e20209abbaf0b2c.js — 200 — 2.6 KiB — 44 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-B6DW0JNSVQ&gtm=45je6781v9184297204za200zd9184297204&_p=1783756565404&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1193147263.1783756566&frm=0&ngs=1&pscdl=noapi&rcb=2&sr=412x823&uaa=&uab=64&uafvl=Not%253BA%253DBrand%3B8.0.0.0%7CChromium%3B150.0.7871.100&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115616986~115938466~115938468~118395335~118826210~118897920~118897930~119027224&sid=1783756566&sct=1&seg=0&dl=https%3A%2F%2Fwww.roccosiffredifilms.com%2F&dt=Rocco%20Siffredi%20Porn%20Videos%20%26%20Films%20%7C%20Rocco%20Siffredi%20Films&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1420region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-B6DW0JNSVQ&gtm=45je6781v9184297204za200zd9184297204&_p=1783756565404&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1193147263.1783756566&frm=0&ngs=1&pscdl=noapi&rcb=2&sr=412x823&uaa=&uab=64&uafvl=Not%253BA%253DBrand%3B8.0.0.0%7CChromium%3B150.0.7871.100&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=115616986~115938466~115938468~118395335~118826210~118897920~118897930~119027224&sid=1783756566&sct=1&seg=0&dl=https%3A%2F%2Fwww.roccosiffredifilms.com%2F&dt=Rocco%20Siffredi%20Porn%20Videos%20%26%20Films%20%7C%20Rocco%20Siffredi%20Films&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1420 — 204 — 557 B — 145 ms — h2https://transform.gammacdn.com/movies/164089/164089_02/previews/2/123/top_1_1920x1080/164089_02_01.jpg?width=384&format=webp&enlarge=0transform.gammacdn.com/movies/16408... https://transform.gammacdn.com/movies/164089/164089_02/previews/2/123/top_1_1920x1080/164089_02_01.jpg?width=384&format=webp&enlarge=0 — 200 — 9.5 KiB — 29 ms — h2https://transform.gammacdn.com/movies/161468/161468_03/previews/2/123/top_1_1920x1080/161468_03_01.jpg?width=384&format=webp&enlarge=0transform.gammacdn.com/movies/16146... https://transform.gammacdn.com/movies/161468/161468_03/previews/2/123/top_1_1920x1080/161468_03_01.jpg?width=384&format=webp&enlarge=0 — 200 — 13.1 KiB — 55 ms — h2https://transform.gammacdn.com/movies/164089/164089_04/previews/2/123/top_1_1920x1080/164089_04_01.jpg?width=384&format=webp&enlarge=0transform.gammacdn.com/movies/16408... https://transform.gammacdn.com/movies/164089/164089_04/previews/2/123/top_1_1920x1080/164089_04_01.jpg?width=384&format=webp&enlarge=0 — 200 — 11.9 KiB — 55 ms — h2https://transform.gammacdn.com/movies/164089/164089_03/previews/2/123/top_1_1920x1080/164089_03_01.jpg?width=384&format=webp&enlarge=0transform.gammacdn.com/movies/16408... https://transform.gammacdn.com/movies/164089/164089_03/previews/2/123/top_1_1920x1080/164089_03_01.jpg?width=384&format=webp&enlarge=0 — 200 — 8.7 KiB — 55 ms — h2https://transform.gammacdn.com/movies/161468/161468_05/previews/2/123/top_1_1920x1080/161468_05_01.jpg?width=384&format=webp&enlarge=0transform.gammacdn.com/movies/16146... https://transform.gammacdn.com/movies/161468/161468_05/previews/2/123/top_1_1920x1080/161468_05_01.jpg?width=384&format=webp&enlarge=0 — 200 — 14.6 KiB — 60 ms — h2https://transform.gammacdn.com/movies/128792/128792_05/previews/2/123/top_1_1920x1080/128792_05_01.jpg?width=384&format=webp&enlarge=0transform.gammacdn.com/movies/12879... https://transform.gammacdn.com/movies/128792/128792_05/previews/2/123/top_1_1920x1080/128792_05_01.jpg?width=384&format=webp&enlarge=0 — 200 — 7.8 KiB — 78 ms — h2https://transform.gammacdn.com/movies/128792/128792_04/previews/2/123/top_1_1920x1080/128792_04_01.jpg?width=384&format=webp&enlarge=0transform.gammacdn.com/movies/12879... https://transform.gammacdn.com/movies/128792/128792_04/previews/2/123/top_1_1920x1080/128792_04_01.jpg?width=384&format=webp&enlarge=0 — 200 — 11.5 KiB — 80 ms — h2https://transform.gammacdn.com/movies/160857/160857_05/previews/2/123/top_1_1920x1080/160857_05_01.jpg?width=384&format=webp&enlarge=0transform.gammacdn.com/movies/16085... https://transform.gammacdn.com/movies/160857/160857_05/previews/2/123/top_1_1920x1080/160857_05_01.jpg?width=384&format=webp&enlarge=0 — 200 — 14.1 KiB — 66 ms — h2https://transform.gammacdn.com/movies/160857/160857_04/previews/2/123/top_1_1920x1080/160857_04_01.jpg?width=384&format=webp&enlarge=0transform.gammacdn.com/movies/16085... https://transform.gammacdn.com/movies/160857/160857_04/previews/2/123/top_1_1920x1080/160857_04_01.jpg?width=384&format=webp&enlarge=0 — 200 — 14.3 KiB — 76 ms — h2https://www.roccosiffredifilms.com/actor/Bonnie-Dolce?_rsc=8rrgvwww.roccosiffredifilms.com/actor/Bo... https://www.roccosiffredifilms.com/actor/Bonnie-Dolce?_rsc=8rrgv — 200 — 1.3 KiB — 66 ms — h3https://www.roccosiffredifilms.com/actor/Francis-X?_rsc=8rrgvwww.roccosiffredifilms.com/actor/Fr... https://www.roccosiffredifilms.com/actor/Francis-X?_rsc=8rrgv — 200 — 1.3 KiB — 565 ms — h3https://www.roccosiffredifilms.com/actor/Marisa-Leone?_rsc=8rrgvwww.roccosiffredifilms.com/actor/Ma... https://www.roccosiffredifilms.com/actor/Marisa-Leone?_rsc=8rrgv — 200 — 2.0 KiB — 562 ms — h3https://www.roccosiffredifilms.com/watch/286974?_rsc=8rrgvwww.roccosiffredifilms.com/watch/28... https://www.roccosiffredifilms.com/watch/286974?_rsc=8rrgv — 200 — 1.3 KiB — 570 ms — h3https://transform.gammacdn.com/movies/87692/87692_05/previews/2/123/top_1_960x544/87692_05_01.jpg?width=384&format=webp&enlarge=0transform.gammacdn.com/movies/87692... https://transform.gammacdn.com/movies/87692/87692_05/previews/2/123/top_1_960x544/87692_05_01.jpg?width=384&format=webp&enlarge=0 — 200 — 15.3 KiB — 72 ms — h2https://transform.gammacdn.com/movies/87692/87692_08/previews/2/123/top_1_960x544/87692_08_01.jpg?width=384&format=webp&enlarge=0transform.gammacdn.com/movies/87692... https://transform.gammacdn.com/movies/87692/87692_08/previews/2/123/top_1_960x544/87692_08_01.jpg?width=384&format=webp&enlarge=0 — 200 — 10.2 KiB — 74 ms — h2https://transform.gammacdn.com/movies/158347/158347_05/previews/2/123/top_1_1920x1080/158347_05_01.jpg?width=384&format=webp&enlarge=0transform.gammacdn.com/movies/15834... https://transform.gammacdn.com/movies/158347/158347_05/previews/2/123/top_1_1920x1080/158347_05_01.jpg?width=384&format=webp&enlarge=0 — 200 — 14.4 KiB — 76 ms — h2https://transform.gammacdn.com/movies/158347/158347_04/previews/2/123/top_1_1920x1080/158347_04_01.jpg?width=384&format=webp&enlarge=0transform.gammacdn.com/movies/15834... https://transform.gammacdn.com/movies/158347/158347_04/previews/2/123/top_1_1920x1080/158347_04_01.jpg?width=384&format=webp&enlarge=0 — 200 — 10.5 KiB — 79 ms — h2https://www.roccosiffredifilms.com/cdn-cgi/rum?www.roccosiffredifilms.com/cdn-cgi/... https://www.roccosiffredifilms.com/cdn-cgi/rum? — 204 — 482 B — 45 ms — h3https://www.roccosiffredifilms.com/roccosiffredi/favicon-16x16.pngwww.roccosiffredifilms.com/roccosif... https://www.roccosiffredifilms.com/roccosiffredi/favicon-16x16.png — 200 — 2.6 KiB — 52 ms — h3https://www.roccosiffredifilms.com/videos/latest?_rsc=8rrgvwww.roccosiffredifilms.com/videos/l... https://www.roccosiffredifilms.com/videos/latest?_rsc=8rrgv — 200 — 1.2 KiB — 516 ms — h3https://www.roccosiffredifilms.com/watch/290427?_rsc=8rrgvwww.roccosiffredifilms.com/watch/29... https://www.roccosiffredifilms.com/watch/290427?_rsc=8rrgv — 200 — 1.2 KiB — 481 ms — h3https://www.roccosiffredifilms.com/roccosiffredi/favicon-16x16.pngwww.roccosiffredifilms.com/roccosif... https://www.roccosiffredifilms.com/roccosiffredi/favicon-16x16.png — 200 — 509 B — 39 ms — h3https://www.roccosiffredifilms.com/videos/upcoming?_rsc=8rrgvwww.roccosiffredifilms.com/videos/u... https://www.roccosiffredifilms.com/videos/upcoming?_rsc=8rrgv — 200 — 1.2 KiB — 42 ms — h3https://www.roccosiffredifilms.com/watch/286976?_rsc=8rrgvwww.roccosiffredifilms.com/watch/28... https://www.roccosiffredifilms.com/watch/286976?_rsc=8rrgv — 200 — 1.3 KiB — 54 ms — h3https://www.roccosiffredifilms.com/watch/290429?_rsc=8rrgvwww.roccosiffredifilms.com/watch/29... https://www.roccosiffredifilms.com/watch/290429?_rsc=8rrgv — 200 — 1.3 KiB — 50 ms — h3https://www.roccosiffredifilms.com/actor/Rocco-Siffredi?_rsc=8rrgvwww.roccosiffredifilms.com/actor/Ro... https://www.roccosiffredifilms.com/actor/Rocco-Siffredi?_rsc=8rrgv — 200 — 1.3 KiB — 49 ms — h3https://www.roccosiffredifilms.com/watch/290428?_rsc=8rrgvwww.roccosiffredifilms.com/watch/29... https://www.roccosiffredifilms.com/watch/290428?_rsc=8rrgv — 200 — 1.3 KiB — 44 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
80% of JavaScript execution is third-party
First-party Third-party 1309ms · 292KB · €21/mo
www.roccosiffredifilms.com
Other
Costly
Execution 526ms
Transfer 30 KB
Monthly Cost €8/mo
www.roccosiffredifilms.com
Other
Costly
Execution 316ms
Transfer 45 KB
Monthly Cost €5/mo
Google Tag Manager
Tag Manager
Costly
Execution 243ms
Transfer 161 KB
Unused 42%
Monthly Cost €4/mo
www.roccosiffredifilms.com
Other
Costly
Execution 224ms
Transfer 55 KB
Monthly Cost €4/mo

These scripts may cost more than they're worth

  • www.roccosiffredifilms.com adds 526ms and costs ~€8/month
  • www.roccosiffredifilms.com adds 316ms and costs ~€5/month
  • Google Tag Manager adds 243ms and costs ~€4/month
  • www.roccosiffredifilms.com adds 224ms and costs ~€4/month

80% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

www.roccosiffredifilms.com takes 526ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

www.roccosiffredifilms.com takes 316ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Google Tag Manager takes 243ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

www.roccosiffredifilms.com takes 224ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

How third-party costs are calculated

Image Optimization
53 images, 18 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

53

Total Size

18 KB

1 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