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.
3.12 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.20 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.12 s
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.
3.12 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.
14.40 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction8841ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cdn.prod.website-files.com/6340630bc206e3e9f1770198/js/unobravo-staging.schunk.96734fea22672569.js | 2065ms | 199ms | 79ms | 3rd |
| https://www.unobravo.com/ | 2025ms | 153ms | 12ms | 3rd |
| Unattributable | 1059ms | 95ms | 0ms | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-WR5DV3R>m_auth=K0UmcykQv9-9gRFBKufsNg>m_preview=env-1>m_cookies_win=x | 755ms | 551ms | 130ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-703689512&cx=c>m=4e67t1 | 640ms | 564ms | 69ms | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWI1YzJiMWRhMQ.js | 400ms | 315ms | 80ms | 3rd |
| https://cdn.iubenda.com/cookie_solution/iubenda_cs/1.100.2/core-it.js | 370ms | 262ms | 89ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-K6YJ7HYPQM&cx=c>m=4e67t1 | 363ms | 265ms | 95ms | 3rd |
| https://cdn.prod.website-files.com/6340630bc206e3e9f1770198/js/unobravo-staging.114b2c7f.5f0f6f407efb275e.js | 322ms | 309ms | 1ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-1234&cx=c>m=4e67t1 | 265ms | 203ms | 61ms | 3rd |
Showing top 10 of 15 scripts
DJS BundlesAction20 scripts, 434 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-1234&cx=c>m=4e67t1 | 145 KB | 75 KB (51%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-K6YJ7HYPQM&cx=c>m=4e67t1 | 176 KB | 68 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-703689512&cx=c>m=4e67t1 | 154 KB | 66 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WR5DV3R>m_auth=K0UmcykQv9-9gRFBKufsNg>m_preview=env-1>m_cookies_win=x | 192 KB | 65 KB (34%) | ✓ | 3rd |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWI1YzJiMWRhMQ.js | 115 KB | 56 KB (49%) | ✓ | 3rd |
| https://cdn.iubenda.com/cookie_solution/iubenda_cs/1.100.2/core-it.js | 112 KB | 56 KB (50%) | ✓ | 3rd |
| https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js | 44 KB | 25 KB (58%) | ✓ | 3rd |
| https://code.jquery.com/jquery-3.7.1.min.js | 30 KB | 22 KB (75%) | ✓ | 3rd |
| https://cdn.prod.website-files.com/6340630bc206e3e9f1770198/js/unobravo-staging.114b2c7f.5f0f6f407efb275e.js | 1 KB | — | ✓ | 3rd |
| https://cdn.iubenda.com/cs/stable/iubenda_cs.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 InventoryAction78 resources · 1.7 MB · 434 KB savings availableFIX
~433.8 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 78 resources | 1.7 MiB | ||||||
CPage Weight BudgetAction1.7 MB transferred, 78 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 OptimizationAction36 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
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
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
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
Set explicit width and height to prevent CLS.
Performance issues directly impact user engagement and conversion rates.
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
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
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
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
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
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
CCompression AlgorithmActionMain response served uncompressedREVIEW
BMain HTML Cache-ControlCache-Control present but without max-ageREVIEW
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
BJavaScript Blocking2 JS blocking issue(s) detectedREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP CachingprivateREVIEW
private
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (115 KB)PASS
Web fonts
4
115 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 Hints1 hints, 0 missing preconnectsPASS
Current Resource Hints
1 resource hints configured
A+HTTP/3 (QUIC)HTTP/3 advertised via Alt-SvcPASS
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
A+CSS Performance DepthNo CSS performance depth issues detectedPASS
Network Waterfall78 requests over 2154msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 2065ms | 63 KB | — | €22/mo | Costly |
www.unobravo.com www.unobravo.com | Other | 2025ms | 59 KB | — | €22/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 755ms | 192 KB | 34% | €8/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 640ms | 154 KB | 43% | €7/mo | Costly |
analytics.tiktok.com analytics.tiktok.com | Other | 400ms | 115 KB | 49% | €4/mo | Costly |
Iubenda cdn.iubenda.com | Consent | 370ms | 112 KB | 50% | €4/mo | Essential |
Google Tag Manager www.googletagmanager.com | Tag Manager | 363ms | 176 KB | 39% | €4/mo | Costly |
cdn.prod.website-files.com cdn.prod.website-files.com | Other | 322ms | 1 KB | — | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 265ms | 145 KB | 51% | €3/mo | Costly |
jsDelivr cdn.jsdelivr.net | CDN | 207ms | 44 KB | 58% | €2/mo | Costly |
d3e54v103j8qbb.cloudfront.net d3e54v103j8qbb.cloudfront.net | Other | 150ms | 30 KB | — | €2/mo | Optional |
code.jquery.com code.jquery.com | Other | 90ms | 30 KB | 75% | €1/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 78ms | 40 KB | — | €1/mo | Optional |
widget.trustpilot.com widget.trustpilot.com | Other | 50ms | 8 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- cdn.prod.website-files.com adds 2065ms and costs ~€22/month
- www.unobravo.com adds 2025ms and costs ~€22/month
- Google Tag Manager adds 755ms and costs ~€8/month
- Google Tag Manager adds 640ms and costs ~€7/month
- analytics.tiktok.com adds 400ms and costs ~€4/month
- Google Tag Manager adds 363ms and costs ~€4/month
- cdn.prod.website-files.com adds 322ms and costs ~€4/month
- Google Tag Manager adds 265ms and costs ~€3/month
- jsDelivr adds 207ms and costs ~€2/month
88% 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
cdn.prod.website-files.com takes 2065ms 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.unobravo.com takes 2025ms 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 755ms 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 640ms 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
analytics.tiktok.com takes 400ms 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
50% of Iubenda'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
Google Tag Manager takes 363ms 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
cdn.prod.website-files.com takes 322ms 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 265ms 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
51% 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
jsDelivr takes 207ms 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
58% of jsDelivr'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
75% of code.jquery.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 Optimization146 images, 0 KB total, 0 KB wastedINFO
Image Optimization Audit
Total Images
146
Total Size
0 KB
Oversized
1