Performance
· 14 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.69 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.10 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
318 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.034
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.88 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.
7.35 s
Page Load Progression
FPage Weight BudgetAction3.9 MB transferred, 155 requestsFIX
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
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
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
DJS Execution CostAction2120ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 279ms | 58ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5P98 | 238ms | 204ms | 27ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-1071903267&cx=c>m=4e6460 | 217ms | 199ms | 14ms | 3rd |
| https://cdn.cookiehub.eu/c2/48464916.js | 202ms | 158ms | 6ms | 3rd |
| https://kotlinlang.org/ | 179ms | 36ms | 0ms | 1st |
| https://cdn.optimizely.com/js/26633200186.js | 165ms | 138ms | 12ms | 3rd |
| https://kotlinlang.org/_next/static/chunks/0883b4f9.f93badb8ae74b3c8.js | 153ms | 117ms | 15ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-9J976DJZ68&cx=c>m=4e6460 | 119ms | 90ms | 27ms | 3rd |
| https://scripts.clarity.ms/0.8.59/clarity.js | 111ms | 93ms | 3ms | 3rd |
| https://kotlinlang.org/_next/static/chunks/framework-945b357d4a851f4b.js | 102ms | 87ms | 7ms | 1st |
Showing top 10 of 15 scripts
FJS BundlesAction57 scripts, 664 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=AW-963127096&cx=c>m=4e6460 | 146 KB | 105 KB (72%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NL29B334>m=4e6460 | 167 KB | 73 KB (44%) | ✓ | 3rd |
| https://kotlinlang.org/_next/static/chunks/0883b4f9.f93badb8ae74b3c8.js | 144 KB | 67 KB (47%) | ✓ | 1st |
| https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwMA.js | 106 KB | 63 KB (60%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-9J976DJZ68&cx=c>m=4e6460 | 174 KB | 61 KB (35%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-M8TDRLXFQH&cx=c>m=4e6460 | 143 KB | 59 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-1071903267&cx=c>m=4e6460 | 146 KB | 54 KB (37%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5P98 | 204 KB | 52 KB (26%) | ✓ | 3rd |
| https://cdn.optimizely.com/js/26633200186.js | 104 KB | 37 KB (35%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 95 KB | 34 KB (36%) | ✓ | 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
DHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BThird-Party Impact50% third-party, 0 ms blockingREVIEW
CImage OptimizationAction44 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading6 fonts (307 KB)PASS
Web fonts
6
307 KB total
Render-blocking
0
of 6
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)
Fixing the unchecked items could save ~23 KB and ~46 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall155 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 279ms | 0 KB | — | €5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 238ms | 204 KB | 26% | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 217ms | 146 KB | 37% | €4/mo | Costly |
cdn.cookiehub.eu cdn.cookiehub.eu | Other | 202ms | 38 KB | — | €4/mo | Costly |
Optimizely cdn.optimizely.com | A/B Testing | 165ms | 104 KB | 35% | €3/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 119ms | 174 KB | 35% | €2/mo | Optional |
Microsoft Clarity scripts.clarity.ms | Session Replay | 111ms | 26 KB | — | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 99ms | 167 KB | 44% | €2/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 59ms | 106 KB | 60% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 56ms | 143 KB | 42% | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 279ms and costs ~€5/month
- Google Tag Manager adds 238ms and costs ~€4/month
- Google Tag Manager adds 217ms and costs ~€4/month
- cdn.cookiehub.eu adds 202ms and costs ~€4/month
73% 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
Unattributable takes 279ms 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 238ms 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 217ms 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.cookiehub.eu takes 202ms 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
60% of analytics.tiktok.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