Performance
· 26 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.
5.72 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.85 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.07 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
2.825
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.65 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.
13.10 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction4796ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://kosmos-prod.react.gammacdn.com/react-18-2-0-prod.js | 1607ms | 1464ms | 2ms | 3rd |
| https://kosmos-prod.react.gammacdn.com/app.modern.a55b1bb9210948d9a92f.js | 849ms | 567ms | 139ms | 3rd |
| Unattributable | 638ms | 74ms | 0ms | 1st |
| https://www.roccosiffredi.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js | 397ms | 127ms | 18ms | 3rd |
| https://www.roccosiffredi.com/sfw | 374ms | 4ms | 1ms | 3rd |
| https://kosmos-prod.react.gammacdn.com/ajv.modern.dc1ca7d5f1faf79c83c3.js | 270ms | 243ms | 9ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TWVMJ48 | 209ms | 163ms | 35ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-HCRTF4K1E5&cx=c>m=4e6781 | 199ms | 152ms | 46ms | 3rd |
| https://cdn.izooto.com/scripts/sdk/main.js | 185ms | 130ms | 41ms | 3rd |
| https://kosmos-prod.react.gammacdn.com/lodash-4-17-2.js | 67ms | 41ms | 5ms | 3rd |
DJS BundlesAction22 scripts, 449 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://kosmos-prod.react.gammacdn.com/app.modern.a55b1bb9210948d9a92f.js | 426 KB | 233 KB (55%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-HCRTF4K1E5&cx=c>m=4e6781 | 155 KB | 69 KB (45%) | ✓ | 3rd |
| https://cdn.izooto.com/scripts/sdk/main.js | 96 KB | 63 KB (66%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TWVMJ48 | 128 KB | 62 KB (49%) | ✓ | 3rd |
| https://static01-cms-fame.gammacdn.com/c/minify/80/6628daca02f400be6ec1cae12b1bdf.js | 34 KB | 22 KB (66%) | ✓ | 3rd |
| https://kosmos-prod.react.gammacdn.com/react-18-2-0-prod.js | 4 KB | — | ✓ | 3rd |
| https://kosmos-prod.react.gammacdn.com/component-MediaSlider.modern.8cf27141111615adac4c.js | 2 KB | — | ✓ | 3rd |
| https://www.roccosiffredi.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js | 4 KB | — | ✓ | 3rd |
| https://kosmos-prod.react.gammacdn.com/ajv.modern.dc1ca7d5f1faf79c83c3.js | 32 KB | — | ✓ | 3rd |
| https://kosmos-prod.react.gammacdn.com/legal-client.modern.9a29259d58b342b57caa.js | 2 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
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
FPage Weight InventoryAction96 resources · 1.6 MB · 449 KB savings availableFIX
~449.2 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 96 resources | 1.6 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CPage Weight BudgetAction1.6 MB transferred, 96 requestsREVIEW
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
CImage OptimizationAction32 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
BHTTP/3 (QUIC)HTTP/3 not advertisedREVIEW
CCompression AlgorithmActionMain response served uncompressedREVIEW
BMain HTML Cache-ControlNo Cache-Control header on main HTML responseREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
BJavaScript Blocking2 JS blocking issue(s) detectedREVIEW
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (122 KB)PASS
Web fonts
5
122 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
A+Resource Hints17 hints, 0 missing preconnectsPASS
Current Resource Hints
17 resource hints configured
A+LCP Image PreloadLCP preload audit not availablePASS
A+Server Response Intelligence1 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 Waterfall96 requests over 5018msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
kosmos-prod.react.gammacdn.com kosmos-prod.react.gammacdn.com | Other | 1607ms | 4 KB | — | $21/mo | Costly |
kosmos-prod.react.gammacdn.com kosmos-prod.react.gammacdn.com | Other | 849ms | 426 KB | 55% | $11/mo | Costly |
www.roccosiffredi.com www.roccosiffredi.com | Other | 397ms | 4 KB | — | $5/mo | Costly |
www.roccosiffredi.com www.roccosiffredi.com | Other | 374ms | 17 KB | — | $5/mo | Costly |
kosmos-prod.react.gammacdn.com kosmos-prod.react.gammacdn.com | Other | 270ms | 32 KB | — | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 209ms | 128 KB | 49% | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 199ms | 155 KB | 45% | $3/mo | Optional |
cdn.izooto.com cdn.izooto.com | Other | 185ms | 96 KB | 66% | $2/mo | Optional |
kosmos-prod.react.gammacdn.com kosmos-prod.react.gammacdn.com | Other | 67ms | 26 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- kosmos-prod.react.gammacdn.com adds 1607ms and costs ~$21/month
- kosmos-prod.react.gammacdn.com adds 849ms and costs ~$11/month
- www.roccosiffredi.com adds 397ms and costs ~$5/month
- www.roccosiffredi.com adds 374ms and costs ~$5/month
- kosmos-prod.react.gammacdn.com adds 270ms and costs ~$4/month
- Google Tag Manager adds 209ms and costs ~$3/month
87% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
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
kosmos-prod.react.gammacdn.com takes 1607ms 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
kosmos-prod.react.gammacdn.com takes 849ms 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
55% of kosmos-prod.react.gammacdn.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
www.roccosiffredi.com takes 397ms 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
www.roccosiffredi.com takes 374ms 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
kosmos-prod.react.gammacdn.com takes 270ms 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
Google Tag Manager takes 209ms 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
66% of cdn.izooto.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
Image Optimization24 images, 0 KB total, 0 KB wastedINFO
Image Optimization Audit
Total Images
24
Total Size
0 KB
Oversized
4