Performance
· 15 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.
1.36 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.70 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
120 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.342
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.87 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.
8.77 s
Page Load Progression
FPage Weight BudgetAction20.8 MB transferred, 201 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
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
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction98% third-party, 0 ms blockingFIX
DJS Execution CostAction2648ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://unglobalcompact.org/ | 892ms | 2ms | 1ms | 1st |
| Unattributable | 331ms | 8ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-K4BWHV4 | 295ms | 223ms | 58ms | 3rd |
| https://d306pr3pise04h.cloudfront.net/assets/gems-81dc831519d94a2c517222a86f43f9dc1c73469ff2688c8a6cb5bcf8a89c3d01.js | 197ms | 99ms | 45ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-Y9T7YRVPHK&cx=c>m=4e64k0h1 | 195ms | 125ms | 67ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-975289303&cx=c>m=4e64k0h1 | 190ms | 126ms | 58ms | 3rd |
| https://script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 104ms | 72ms | 29ms | 3rd |
| https://cookie-script.com/s/358c7781b14a476110bd38477804a23c.js | 97ms | 60ms | 4ms | 3rd |
| https://j.6sc.co/6si.min.js | 85ms | 64ms | 7ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-Y9T7YRVPHK | 73ms | 51ms | 20ms | 3rd |
Showing top 10 of 13 scripts
FJS BundlesAction60 scripts, 1.3 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://d306pr3pise04h.cloudfront.net/assets/gems-81dc831519d94a2c517222a86f43f9dc1c73469ff2688c8a6cb5bcf8a89c3d01.js | 352 KB | 246 KB (70%) | ✗ | 3rd |
| https://translate.googleapis.com/_/translate_http/_/js/k=translate_http.tr.es.eNjH1Jo6ldQ.O/am=AAAAAQ/d=1/exm=el_conf/ed=1/rs=AN8SPfq_osd-q7vwQm5aouAQRZibUmx4sg/m=el_main | 119 KB | 92 KB (78%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-Y9T7YRVPHK&cx=c>m=4e64k0h1 | 176 KB | 69 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-Y9T7YRVPHK&cx=c>m=4e64k0h1 | 0 KB | 69 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-Y9T7YRVPHK&cx=c>m=4e64k0h1 | 0 KB | 69 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-Y9T7YRVPHK | 176 KB | 68 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-Y9T7YRVPHK | 0 KB | 68 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-K4BWHV4 | 0 KB | 62 KB (41%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-K4BWHV4 | 0 KB | 62 KB (41%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-K4BWHV4 | 153 KB | 62 KB (41%) | ✓ | 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 InventoryAction201 resources · 20.8 MB · 1.3 MB savings availableFIX
~1.3 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 201 resources | 20.8 MiB | ||||||
BImage Optimization72 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingmax-age=0, private, must-revalidateREVIEW
max-age=0, private, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| max-age | 0 | Cache for 0 seconds |
| private | — | Only browser cache, not CDN/proxy |
| must-revalidate | — | Must recheck with server after expiry |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading10 fonts (764 KB)PASS
Web fonts
10
764 KB total
Render-blocking
0
of 10
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
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)
Fixing the unchecked items could save ~454 KB and ~908 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall201 requests over 10524msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 331ms | 0 KB | — | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 295ms | 0 KB | 41% | €3/mo | Costly |
d306pr3pise04h.cloudfront.net d306pr3pise04h.cloudfront.net | Other | 197ms | 352 KB | 70% | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 195ms | 0 KB | 39% | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 190ms | 0 KB | 41% | €2/mo | Optional |
Hotjar script.hotjar.com | Session Replay | 104ms | 0 KB | 65% | €1/mo | Optional |
cookie-script.com cookie-script.com | Other | 97ms | 26 KB | — | €1/mo | Optional |
j.6sc.co j.6sc.co | Other | 85ms | 0 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 73ms | 0 KB | 39% | €1/mo | Optional |
translate.googleapis.com translate.googleapis.com | Other | 67ms | 119 KB | 78% | €1/mo | Optional |
tag.demandbase.com tag.demandbase.com | Other | 57ms | 0 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 331ms and costs ~€4/month
- Google Tag Manager adds 295ms and costs ~€3/month
64% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
Unattributable takes 331ms 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 295ms 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
70% of d306pr3pise04h.cloudfront.net'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
65% of Hotjar'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
78% of translate.googleapis.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