Skip to content
https://rocoarighi-test-alpha.netlify.app

Performance

· 25 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
88
GRADE
B
FIX
2
REVIEW
8
PASS
13
INFO
2

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

96
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.
85
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.

2.23 s

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

2.30 s

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

80 ms

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

0.003

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

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

4.89 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
25
13 PASS 8 REVIEW 2 FIX
D
Third-Party Impact
Action
79% third-party, 0 ms blocking
FIX
79% third-party, 0 ms blocking
Warning::
Third-party code accounts for 79% of page weight (1.1 MiB of 1.3 MiB)
Info::
Third-party blocking time is low (0 ms)
21%
79%
First-party Third-party
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: private,no-cache,no-store,max-age=0,must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

private,no-cache,no-store,max-age=0,must-revalidate

DirectiveValueMeaning
privateOnly browser cache, not CDN/proxy
no-cacheCache but always revalidate first
no-storeNever cache this response
max-age0Cache for 0 seconds
must-revalidateMust recheck with server after expiry
B
Page Weight Budget
1.3 MB transferred, 50 requests
REVIEW
1.3 MB transferred, 50 requests
Info::
Page weighs 4.6 MB (1.3 MB transferred)
Warning::
JavaScript is 1.0 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.0 MB
Info::
50 HTTP requests
Info::
Estimated 0.28 g CO2 per page load
1.3 MB / 2.4 MB budget
1.3 MB transferred
50 requests
0.28 g CO2 per page load
JavaScript 1.0 MiB 75%
CSS 97.6 KiB 7%
Fonts 79.9 KiB 6%
HTML 73.1 KiB 5%
Images 72.2 KiB 5%
Other 11.8 KiB 1%
Other 10.0 KiB 1%
Other 361 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Under budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

B
Image Optimization
6 images, 0 KB saveable
REVIEW
6 images, 0 KB saveable
Info::
All images are well-optimized
6 images 72 KB
0 oversized -0 KB
4 legacy format
0 missing dimensions CLS risk
C
JS Execution Cost
Action
1194ms total JS execution
REVIEW
1194ms total JS execution
Warning::
https://rocoarighi-test-alpha.netlify.app/_next/st...: 334ms CPU time
Warning::
https://rocoarighi-test-alpha.netlify.app/: 287ms CPU time
Warning::
Unattributable: 277ms CPU time
Info::
https://rocoarighi-test-alpha.netlify.app/.netlify...: 187ms CPU time
Info::
https://rocoarighi-test-alpha.netlify.app/_next/st...: 109ms CPU time

Main Thread Breakdown

Script Evaluation 37% Other 29% Style & Layout 20% Script Parsing & Compilation 8% Rendering 3%
ScriptTotalScriptingParse/CompileParty
https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/10u3y4bw1ayzs.js334ms305ms26ms1st
https://rocoarighi-test-alpha.netlify.app/287ms8ms12ms1st
Unattributable277ms15ms0ms1st
https://rocoarighi-test-alpha.netlify.app/.netlify/scripts/hud?variant=public187ms40ms17ms1st
https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0~6pi17p4g3wz.js109ms81ms14ms1st
B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
B
Compression Algorithm
Main response uses gzip; brotli would be ~20% smaller
REVIEW
Main response uses gzip; brotli would be ~20% smaller
Info::
Main HTML response uses gzip (brotli would be ~20% smaller)
All current browsers support brotli. Most CDNs (Cloudflare, Fastly, AWS CloudFront, Vercel, Netlify) can switch from gzip to brotli with a single config flag. Origin servers (nginx, Apache) need a brotli module compiled in -- nginx-brotli or Apache mod_brotli.
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
Page Weight Inventory
Action
50 resources · 1.3 MB · 49 KB savings available
REVIEW
50 resources · 1.3 MB · 49 KB savings available
Warning::
Page weight 1.3 MB exceeds 1 MB target by 353 KB
Got: 1.3 MB Expected: ≤ 1 MB
Warning::
16 third-party resources (79% of weight)
Info::
2 resources over 200KB
50 resources · 1.3 MiB · 16 third-party 353.3 KiB over 1MB target
JavaScript 76% · 1.0 MiB
CSS 7% · 97.6 KiB
Font 6% · 79.9 KiB
Image 5% · 74.4 KiB
Document 5% · 73.1 KiB
Other 1% · 10.3 KiB

~48.6 KiB of savings available

Remove unused JavaScript: 48.6 KiB
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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 (80 KB)
PASS
3 fonts (80 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

80 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 FCP 2.2 s LCP 2.3 shttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 110 ms — font-display: swaphttps://rocoarighi-test-alpha.netlify.app/_next/static/media/0c89a48fa5027cee-s.p.0rd3rjvnnhw7n.woff20c89a48fa5027cee-s.p.0r... https://rocoarighi-test-alpha.netlify.app/_next/static/media/0c89a48fa5027cee-s.p.0rd3rjvnnhw7n.woff2 — 21.9 KiB — 238 ms — font-display: swaphttps://rocoarighi-test-alpha.netlify.app/_next/static/media/a343f882a40d2cc9-s.p.0kho-wj7-y-w1.woff2a343f882a40d2cc9-s.p.0k... https://rocoarighi-test-alpha.netlify.app/_next/static/media/a343f882a40d2cc9-s.p.0kho-wj7-y-w1.woff2 — 24.1 KiB — 138 ms — font-display: swap
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 110 ms
Start 682 ms
Risk FOUT — text flashes from fallback to web font
0c89a48fa5027cee-s.p.0r... woff2 swap
Size 22 KB
Load time 238 ms
Start 685 ms
Risk FOUT — text flashes from fallback to web font
a343f882a40d2cc9-s.p.0k... woff2 swap
Size 24 KB
Load time 138 ms
Start 685 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+
JS Bundles
19 scripts, 49 KB unused
PASS
19 scripts, 49 KB unused
Warning::
https://rocoarighi-test-alpha.netlify.app/_next/st...: 26 KB unused (38%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://rocoarighi-test-alpha.netlify.app/_next/st...: 23 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 49 KB
49 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/10u3y4bw1ayzs.js67 KB26 KB (38%)1st
https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0~6pi17p4g3wz.js45 KB23 KB (51%)1st
https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0ia4adgrktq54.js10 KB1st
https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/turbopack-0a0j4y2w1r4gb.js4 KB1st
https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/01xlw8hd842-c.js2 KB1st
https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0d3shmwh5_nmn.js12 KB1st
https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0fmv_d3cw9_gc.js5 KB1st
https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0s47h3fj6zbgc.js12 KB1st
https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/033g87j5nlof8.js8 KB1st
https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0gy5b19ykjtbi.js3 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

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
3 hints, 0 missing preconnects
PASS
3 hints, 0 missing preconnects
Info::
Page uses 3 resource hint(s)

Current Resource Hints

preconnect
preload
3
dns-prefetch
prefetch

3 resource hints configured

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: private,no-cache,no-store,max-age=0,must-revalidate
A+
Server Response Intelligence
3 server-response signal(s) detected
PASS
3 server-response signal(s) detected
Info::
`Cache-Status` header present (RFC 9211): "Netlify Durable"; fwd=bypass, "Netlify Edge"; fwd=miss; fwd-status=200
The page returns a `Cache-Status` header -- the standardized way for CDNs and caches to communicate per-hop cache state to debugging tools. Format: `Cache-Status: cdn-name; hit; ttl=300` (or `; fwd=miss` / `; fwd=stale`). Standard alternative to vendor-specific `X-Cache` patterns each CDN had historically. Cloudflare, Fastly, and Akamai all support emitting it.
Info::
`Vary` header declared: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch,...
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+
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
Network Waterfall
50 requests over 3872ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.2 s LCP 2.3 shttps://rocoarighi-test-alpha.netlify.app// https://rocoarighi-test-alpha.netlify.app/ — 200 — 12.0 KiB — 450 ms — h2https://rocoarighi-test-alpha.netlify.app/_next/image?url=%2Fimages%2Fandrea-roco.jpg&w=1920&q=75/_next/image?url=%2Fimages%2Fandrea... https://rocoarighi-test-alpha.netlify.app/_next/image?url=%2Fimages%2Fandrea-roco.jpg&w=1920&q=75 — 200 — 14.5 KiB — 184 ms — h2https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0sq1nkchofvi3.css/_next/static/chunks/0sq1nkchofvi3.... https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0sq1nkchofvi3.css — 200 — 10.3 KiB — 205 ms — h2https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/033g87j5nlof8.js/_next/static/chunks/033g87j5nlof8.... https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/033g87j5nlof8.js — 200 — 8.5 KiB — 285 ms — h2https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0~6pi17p4g3wz.js/_next/static/chunks/0~6pi17p4g3wz.... https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0~6pi17p4g3wz.js — 200 — 45.0 KiB — 567 ms — h2https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/10u3y4bw1ayzs.js/_next/static/chunks/10u3y4bw1ayzs.... https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/10u3y4bw1ayzs.js — 200 — 67.2 KiB — 568 ms — h2https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/turbopack-0a0j4y2w1r4gb.js/_next/static/chunks/turbopack-0a0j... https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/turbopack-0a0j4y2w1r4gb.js — 200 — 4.0 KiB — 283 ms — h2https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/01xlw8hd842-c.js/_next/static/chunks/01xlw8hd842-c.... https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/01xlw8hd842-c.js — 200 — 1.5 KiB — 179 ms — h2https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0d3shmwh5_nmn.js/_next/static/chunks/0d3shmwh5_nmn.... https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0d3shmwh5_nmn.js — 200 — 12.2 KiB — 381 ms — h2https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0fmv_d3cw9_gc.js/_next/static/chunks/0fmv_d3cw9_gc.... https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0fmv_d3cw9_gc.js — 200 — 5.1 KiB — 275 ms — h2https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0s47h3fj6zbgc.js/_next/static/chunks/0s47h3fj6zbgc.... https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0s47h3fj6zbgc.js — 200 — 11.8 KiB — 372 ms — h2https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0ia4adgrktq54.js/_next/static/chunks/0ia4adgrktq54.... https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0ia4adgrktq54.js — 200 — 9.7 KiB — 270 ms — h2https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0gy5b19ykjtbi.js/_next/static/chunks/0gy5b19ykjtbi.... https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0gy5b19ykjtbi.js — 200 — 3.2 KiB — 265 ms — h2https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/12baw-wb03j_j.js/_next/static/chunks/12baw-wb03j_j.... https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/12baw-wb03j_j.js — 200 — 967 B — 178 ms — h2https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0~55cww~_wjxg.js/_next/static/chunks/0~55cww~_wjxg.... https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0~55cww~_wjxg.js — 200 — 1.1 KiB — 296 ms — h2https://rocoarighi-test-alpha.netlify.app/.netlify/scripts/hud?variant=public/.netlify/scripts/hud?variant=publi... https://rocoarighi-test-alpha.netlify.app/.netlify/scripts/hud?variant=public — 200 — 9.7 KiB — 31 ms — h2https://www.youtube-nocookie.com/embed/videoseries?list=PLGm1wDDBAhBq4FPUJTFtMUoR8HuiFF5vt&modestbranding=1&rel=0&playsinline=1www.youtube-nocookie.com/embed/vide... https://www.youtube-nocookie.com/embed/videoseries?list=PLGm1wDDBAhBq4FPUJTFtMUoR8HuiFF5vt&modestbranding=1&rel=0&playsinline=1 — 200 — 61.1 KiB — 238 ms — h2https://rocoarighi-test-alpha.netlify.app/images/noise.png/images/noise.png https://rocoarighi-test-alpha.netlify.app/images/noise.png — 200 — 5.8 KiB — 147 ms — h2https://www.youtube-nocookie.com/s/player/f572e43c/www-player.csswww.youtube-nocookie.com/s/player/f... https://www.youtube-nocookie.com/s/player/f572e43c/www-player.css — 200 — 57.3 KiB — 74 ms — h2https://www.youtube-nocookie.com/s/_/ytembeds/_/ss/k=ytembeds.base.X3zOKaoHWR0.L.W.O/am=AAAAAAAAAAAC/d=1/br=1/rs=AGKMywHZFsDuqRSvz78xp4Q_ngybzQWUow/m=root,basewww.youtube-nocookie.com/s/_/ytembe... https://www.youtube-nocookie.com/s/_/ytembeds/_/ss/k=ytembeds.base.X3zOKaoHWR0.L.W.O/am=AAAAAAAAAAAC/d=1/br=1/rs=AGKMywHZFsDuqRSvz78xp4Q_ngybzQWUow/m=root,base — 200 — 30.0 KiB — 71 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 110 ms — h3https://s.magecdn.com/social/mw-instagram.svgs.magecdn.com/social/mw-instagram.s... https://s.magecdn.com/social/mw-instagram.svg — 200 — 1.5 KiB — 143 ms — h3https://s.magecdn.com/social/mw-youtube.svgs.magecdn.com/social/mw-youtube.svg https://s.magecdn.com/social/mw-youtube.svg — 200 — 1006 B — 139 ms — h3https://rocoarighi-test-alpha.netlify.app/_next/static/media/0c89a48fa5027cee-s.p.0rd3rjvnnhw7n.woff2/_next/static/media/0c89a48fa5027ce... https://rocoarighi-test-alpha.netlify.app/_next/static/media/0c89a48fa5027cee-s.p.0rd3rjvnnhw7n.woff2 — 200 — 21.9 KiB — 238 ms — h2https://rocoarighi-test-alpha.netlify.app/_next/static/media/a343f882a40d2cc9-s.p.0kho-wj7-y-w1.woff2/_next/static/media/a343f882a40d2cc... https://rocoarighi-test-alpha.netlify.app/_next/static/media/a343f882a40d2cc9-s.p.0kho-wj7-y-w1.woff2 — 200 — 24.1 KiB — 138 ms — h2https://rocoarighi-test-alpha.netlify.app/.netlify/scripts/hud?variant=public/.netlify/scripts/hud?variant=publi... https://rocoarighi-test-alpha.netlify.app/.netlify/scripts/hud?variant=public — 200 — 9.6 KiB — 67 ms — h2https://www.youtube-nocookie.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0fWoM_yXCiU.2021.O/am=AAAAAAAAAAAC/d=1/excm=base,root/br=1/rs=AGKMywFNVXvMsAQCuzlSVBItEA87hzNEcA/m=root,basewww.youtube-nocookie.com/s/_/ytembe... https://www.youtube-nocookie.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0fWoM_yXCiU.2021.O/am=AAAAAAAAAAAC/d=1/excm=base,root/br=1/rs=AGKMywFNVXvMsAQCuzlSVBItEA87hzNEcA/m=root,base — 200 — 339.1 KiB — 112 ms — h2https://www.youtube-nocookie.com/s/player/f572e43c/player_embed_es6.vflset/en_US/base.jswww.youtube-nocookie.com/s/player/f... https://www.youtube-nocookie.com/s/player/f572e43c/player_embed_es6.vflset/en_US/base.js — 200 — 472.0 KiB — 125 ms — h2https://rocoarighi-test-alpha.netlify.app/privacy?_rsc=ry-B8umWgNEV4JR9/privacy?_rsc=ry-B8umWgNEV4JR9 https://rocoarighi-test-alpha.netlify.app/privacy?_rsc=ry-B8umWgNEV4JR9 — 200 — 453 B — 258 ms — h2https://rocoarighi-test-alpha.netlify.app/contact?_rsc=ry-B8umWgNEV4JR9/contact?_rsc=ry-B8umWgNEV4JR9 https://rocoarighi-test-alpha.netlify.app/contact?_rsc=ry-B8umWgNEV4JR9 — 200 — 451 B — 252 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.2 s LCP 2.3 shttps://rocoarighi-test-alpha.netlify.app// https://rocoarighi-test-alpha.netlify.app/ — 200 — 12.0 KiB — 450 ms — h2https://rocoarighi-test-alpha.netlify.app/_next/image?url=%2Fimages%2Fandrea-roco.jpg&w=1920&q=75/_next/image?url=%2Fimages%2Fandrea... https://rocoarighi-test-alpha.netlify.app/_next/image?url=%2Fimages%2Fandrea-roco.jpg&w=1920&q=75 — 200 — 14.5 KiB — 184 ms — h2https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0sq1nkchofvi3.css/_next/static/chunks/0sq1nkchofvi3.... https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0sq1nkchofvi3.css — 200 — 10.3 KiB — 205 ms — h2https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/033g87j5nlof8.js/_next/static/chunks/033g87j5nlof8.... https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/033g87j5nlof8.js — 200 — 8.5 KiB — 285 ms — h2https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0~6pi17p4g3wz.js/_next/static/chunks/0~6pi17p4g3wz.... https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0~6pi17p4g3wz.js — 200 — 45.0 KiB — 567 ms — h2https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/10u3y4bw1ayzs.js/_next/static/chunks/10u3y4bw1ayzs.... https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/10u3y4bw1ayzs.js — 200 — 67.2 KiB — 568 ms — h2https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/turbopack-0a0j4y2w1r4gb.js/_next/static/chunks/turbopack-0a0j... https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/turbopack-0a0j4y2w1r4gb.js — 200 — 4.0 KiB — 283 ms — h2https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/01xlw8hd842-c.js/_next/static/chunks/01xlw8hd842-c.... https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/01xlw8hd842-c.js — 200 — 1.5 KiB — 179 ms — h2https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0d3shmwh5_nmn.js/_next/static/chunks/0d3shmwh5_nmn.... https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0d3shmwh5_nmn.js — 200 — 12.2 KiB — 381 ms — h2https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0fmv_d3cw9_gc.js/_next/static/chunks/0fmv_d3cw9_gc.... https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0fmv_d3cw9_gc.js — 200 — 5.1 KiB — 275 ms — h2https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0s47h3fj6zbgc.js/_next/static/chunks/0s47h3fj6zbgc.... https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0s47h3fj6zbgc.js — 200 — 11.8 KiB — 372 ms — h2https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0ia4adgrktq54.js/_next/static/chunks/0ia4adgrktq54.... https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0ia4adgrktq54.js — 200 — 9.7 KiB — 270 ms — h2https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0gy5b19ykjtbi.js/_next/static/chunks/0gy5b19ykjtbi.... https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0gy5b19ykjtbi.js — 200 — 3.2 KiB — 265 ms — h2https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/12baw-wb03j_j.js/_next/static/chunks/12baw-wb03j_j.... https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/12baw-wb03j_j.js — 200 — 967 B — 178 ms — h2https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0~55cww~_wjxg.js/_next/static/chunks/0~55cww~_wjxg.... https://rocoarighi-test-alpha.netlify.app/_next/static/chunks/0~55cww~_wjxg.js — 200 — 1.1 KiB — 296 ms — h2https://rocoarighi-test-alpha.netlify.app/.netlify/scripts/hud?variant=public/.netlify/scripts/hud?variant=publi... https://rocoarighi-test-alpha.netlify.app/.netlify/scripts/hud?variant=public — 200 — 9.7 KiB — 31 ms — h2https://www.youtube-nocookie.com/embed/videoseries?list=PLGm1wDDBAhBq4FPUJTFtMUoR8HuiFF5vt&modestbranding=1&rel=0&playsinline=1www.youtube-nocookie.com/embed/vide... https://www.youtube-nocookie.com/embed/videoseries?list=PLGm1wDDBAhBq4FPUJTFtMUoR8HuiFF5vt&modestbranding=1&rel=0&playsinline=1 — 200 — 61.1 KiB — 238 ms — h2https://rocoarighi-test-alpha.netlify.app/images/noise.png/images/noise.png https://rocoarighi-test-alpha.netlify.app/images/noise.png — 200 — 5.8 KiB — 147 ms — h2https://www.youtube-nocookie.com/s/player/f572e43c/www-player.csswww.youtube-nocookie.com/s/player/f... https://www.youtube-nocookie.com/s/player/f572e43c/www-player.css — 200 — 57.3 KiB — 74 ms — h2https://www.youtube-nocookie.com/s/_/ytembeds/_/ss/k=ytembeds.base.X3zOKaoHWR0.L.W.O/am=AAAAAAAAAAAC/d=1/br=1/rs=AGKMywHZFsDuqRSvz78xp4Q_ngybzQWUow/m=root,basewww.youtube-nocookie.com/s/_/ytembe... https://www.youtube-nocookie.com/s/_/ytembeds/_/ss/k=ytembeds.base.X3zOKaoHWR0.L.W.O/am=AAAAAAAAAAAC/d=1/br=1/rs=AGKMywHZFsDuqRSvz78xp4Q_ngybzQWUow/m=root,base — 200 — 30.0 KiB — 71 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 110 ms — h3https://s.magecdn.com/social/mw-instagram.svgs.magecdn.com/social/mw-instagram.s... https://s.magecdn.com/social/mw-instagram.svg — 200 — 1.5 KiB — 143 ms — h3https://s.magecdn.com/social/mw-youtube.svgs.magecdn.com/social/mw-youtube.svg https://s.magecdn.com/social/mw-youtube.svg — 200 — 1006 B — 139 ms — h3https://rocoarighi-test-alpha.netlify.app/_next/static/media/0c89a48fa5027cee-s.p.0rd3rjvnnhw7n.woff2/_next/static/media/0c89a48fa5027ce... https://rocoarighi-test-alpha.netlify.app/_next/static/media/0c89a48fa5027cee-s.p.0rd3rjvnnhw7n.woff2 — 200 — 21.9 KiB — 238 ms — h2https://rocoarighi-test-alpha.netlify.app/_next/static/media/a343f882a40d2cc9-s.p.0kho-wj7-y-w1.woff2/_next/static/media/a343f882a40d2cc... https://rocoarighi-test-alpha.netlify.app/_next/static/media/a343f882a40d2cc9-s.p.0kho-wj7-y-w1.woff2 — 200 — 24.1 KiB — 138 ms — h2https://rocoarighi-test-alpha.netlify.app/.netlify/scripts/hud?variant=public/.netlify/scripts/hud?variant=publi... https://rocoarighi-test-alpha.netlify.app/.netlify/scripts/hud?variant=public — 200 — 9.6 KiB — 67 ms — h2https://www.youtube-nocookie.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0fWoM_yXCiU.2021.O/am=AAAAAAAAAAAC/d=1/excm=base,root/br=1/rs=AGKMywFNVXvMsAQCuzlSVBItEA87hzNEcA/m=root,basewww.youtube-nocookie.com/s/_/ytembe... https://www.youtube-nocookie.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0fWoM_yXCiU.2021.O/am=AAAAAAAAAAAC/d=1/excm=base,root/br=1/rs=AGKMywFNVXvMsAQCuzlSVBItEA87hzNEcA/m=root,base — 200 — 339.1 KiB — 112 ms — h2https://www.youtube-nocookie.com/s/player/f572e43c/player_embed_es6.vflset/en_US/base.jswww.youtube-nocookie.com/s/player/f... https://www.youtube-nocookie.com/s/player/f572e43c/player_embed_es6.vflset/en_US/base.js — 200 — 472.0 KiB — 125 ms — h2https://rocoarighi-test-alpha.netlify.app/privacy?_rsc=ry-B8umWgNEV4JR9/privacy?_rsc=ry-B8umWgNEV4JR9 https://rocoarighi-test-alpha.netlify.app/privacy?_rsc=ry-B8umWgNEV4JR9 — 200 — 453 B — 258 ms — h2https://rocoarighi-test-alpha.netlify.app/contact?_rsc=ry-B8umWgNEV4JR9/contact?_rsc=ry-B8umWgNEV4JR9 https://rocoarighi-test-alpha.netlify.app/contact?_rsc=ry-B8umWgNEV4JR9 — 200 — 451 B — 252 ms — h2https://rocoarighi-test-alpha.netlify.app/timeline?_rsc=ry-B8umWgNEV4JR9/timeline?_rsc=ry-B8umWgNEV4JR9 https://rocoarighi-test-alpha.netlify.app/timeline?_rsc=ry-B8umWgNEV4JR9 — 200 — 919 B — 243 ms — h2https://rocoarighi-test-alpha.netlify.app/about?_rsc=ry-B8umWgNEV4JR9/about?_rsc=ry-B8umWgNEV4JR9 https://rocoarighi-test-alpha.netlify.app/about?_rsc=ry-B8umWgNEV4JR9 — 200 — 440 B — 244 ms — h2https://www.youtube-nocookie.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0fWoM_yXCiU.2021.O/ck=ytembeds.base.X3zOKaoHWR0.L.W.O/am=AAAAAAAAAAAC/d=1/exm=base,root/excm=base,root/ed=1/br=1/rs=AGKMywECL5k0aL7Ha-YQtdkAwrNaBY-yag/m=cwx9Nwww.youtube-nocookie.com/s/_/ytembe... https://www.youtube-nocookie.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0fWoM_yXCiU.2021.O/ck=ytembeds.base.X3zOKaoHWR0.L.W.O/am=AAAAAAAAAAAC/d=1/exm=base,root/excm=base,root/ed=1/br=1/rs=AGKMywECL5k0aL7Ha-YQtdkAwrNaBY-yag/m=cwx9N — 200 — 17.2 KiB — 28 ms — h3https://www.youtube-nocookie.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0fWoM_yXCiU.2021.O/ck=ytembeds.base.X3zOKaoHWR0.L.W.O/am=AAAAAAAAAAAC/d=1/exm=base,cwx9N,root/excm=base,root/ed=1/br=1/rs=AGKMywECL5k0aL7Ha-YQtdkAwrNaBY-yag/m=OtKSJewww.youtube-nocookie.com/s/_/ytembe... https://www.youtube-nocookie.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.0fWoM_yXCiU.2021.O/ck=ytembeds.base.X3zOKaoHWR0.L.W.O/am=AAAAAAAAAAAC/d=1/exm=base,cwx9N,root/excm=base,root/ed=1/br=1/rs=AGKMywECL5k0aL7Ha-YQtdkAwrNaBY-yag/m=OtKSJe — 200 — 116 B — 25 ms — h3https://i.ytimg.com/vi_webp/RvmPoxJdTUE/sddefault.webpi.ytimg.com/vi_webp/RvmPoxJdTUE/sdd... https://i.ytimg.com/vi_webp/RvmPoxJdTUE/sddefault.webp — 200 — 49.5 KiB — 124 ms — h2https://www.google.com/js/th/oTewMYiCjXRyFyoMElq9QP7iZHeOrHddy9i1KLC2L6Y.jswww.google.com/js/th/oTewMYiCjXRyFy... https://www.google.com/js/th/oTewMYiCjXRyFyoMElq9QP7iZHeOrHddy9i1KLC2L6Y.js — 200 — 24.0 KiB — 53 ms — h3https://rocoarighi-test-alpha.netlify.app/press?_rsc=ry-B8umWgNEV4JR9/press?_rsc=ry-B8umWgNEV4JR9 https://rocoarighi-test-alpha.netlify.app/press?_rsc=ry-B8umWgNEV4JR9 — 200 — 513 B — 224 ms — h2https://rocoarighi-test-alpha.netlify.app/gallery?_rsc=ry-B8umWgNEV4JR9/gallery?_rsc=ry-B8umWgNEV4JR9 https://rocoarighi-test-alpha.netlify.app/gallery?_rsc=ry-B8umWgNEV4JR9 — 200 — 587 B — 254 ms — h2https://rocoarighi-test-alpha.netlify.app/contact?_rsc=1vwYfVB7_E9t4fEj/contact?_rsc=1vwYfVB7_E9t4fEj https://rocoarighi-test-alpha.netlify.app/contact?_rsc=1vwYfVB7_E9t4fEj — 200 — 956 B — 263 ms — h2https://rocoarighi-test-alpha.netlify.app/privacy?_rsc=1vwYfVB7_E9t4fEj/privacy?_rsc=1vwYfVB7_E9t4fEj https://rocoarighi-test-alpha.netlify.app/privacy?_rsc=1vwYfVB7_E9t4fEj — 200 — 209 B — 248 ms — h2https://rocoarighi-test-alpha.netlify.app/favicon.ico/favicon.ico https://rocoarighi-test-alpha.netlify.app/favicon.ico — 200 — 2.2 KiB — 321 ms — h2https://www.youtube-nocookie.com/generate_204?EYjkgQwww.youtube-nocookie.com/generate_2... https://www.youtube-nocookie.com/generate_204?EYjkgQ — 204 — 10 B — 24 ms — h3https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 0 B — 170 ms — h2https://rocoarighi-test-alpha.netlify.app/timeline?_rsc=1vwYfVB7_E9t4fEj/timeline?_rsc=1vwYfVB7_E9t4fEj https://rocoarighi-test-alpha.netlify.app/timeline?_rsc=1vwYfVB7_E9t4fEj — 200 — 1.1 KiB — 241 ms — h2https://rocoarighi-test-alpha.netlify.app/about?_rsc=1vwYfVB7_E9t4fEj/about?_rsc=1vwYfVB7_E9t4fEj https://rocoarighi-test-alpha.netlify.app/about?_rsc=1vwYfVB7_E9t4fEj — 200 — 1.1 KiB — 220 ms — h2https://rocoarighi-test-alpha.netlify.app/press?_rsc=1vwYfVB7_E9t4fEj/press?_rsc=1vwYfVB7_E9t4fEj https://rocoarighi-test-alpha.netlify.app/press?_rsc=1vwYfVB7_E9t4fEj — 200 — 1.2 KiB — 304 ms — h2https://rocoarighi-test-alpha.netlify.app/gallery?_rsc=1vwYfVB7_E9t4fEj/gallery?_rsc=1vwYfVB7_E9t4fEj https://rocoarighi-test-alpha.netlify.app/gallery?_rsc=1vwYfVB7_E9t4fEj — 200 — 971 B — 242 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 311 B — 38 ms — h2https://rocoarighi-test-alpha.netlify.app/?_rsc=1vwYfVB7_E9t4fEj/?_rsc=1vwYfVB7_E9t4fEj https://rocoarighi-test-alpha.netlify.app/?_rsc=1vwYfVB7_E9t4fEj — 200 — 1.1 KiB — 231 ms — h2https://www.youtube-nocookie.com/youtubei/v1/log_event?alt=jsonwww.youtube-nocookie.com/youtubei/v... https://www.youtube-nocookie.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 151 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
3 images, 14 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

3

Total Size

14 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