Performance
· 16 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.64 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
23.87 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.25 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.083
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.75 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.
30.59 s
Page Load Progression
FPage Weight BudgetAction4.4 MB transferred, 156 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
FJS Execution CostAction9207ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 1272ms | 319ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NL29B334>m=4e6460 | 1007ms | 910ms | 67ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5P98 | 898ms | 762ms | 108ms | 3rd |
| https://kotlinlang.org/ | 851ms | 127ms | 1ms | 1st |
| https://cdn.cookiehub.eu/c2/48464916.js | 657ms | 588ms | 22ms | 3rd |
| https://kotlinlang.org/_next/static/chunks/framework-945b357d4a851f4b.js | 596ms | 512ms | 20ms | 1st |
| https://cdn.optimizely.com/js/26633200186.js | 586ms | 488ms | 46ms | 3rd |
| https://kotlinlang.org/_next/static/chunks/0883b4f9.f93badb8ae74b3c8.js | 493ms | 350ms | 64ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-9J976DJZ68&cx=c>m=4e6460 | 391ms | 307ms | 77ms | 3rd |
| https://kotlinlang.org/_next/static/chunks/ba4f7f0f.fa42d89b8c81cd7a.js | 374ms | 241ms | 75ms | 1st |
Showing top 10 of 25 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 | 69 KB (48%) | ✓ | 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 | 53 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 Impact44% third-party, 0 ms blockingREVIEW
CImage OptimizationAction45 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
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 Hints8 hints, 0 missing preconnectsPASS
Current Resource Hints
8 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall156 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 | 1272ms | 0 KB | — | €22/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 1007ms | 167 KB | 44% | €17/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 898ms | 204 KB | 26% | €16/mo | Costly |
cdn.cookiehub.eu cdn.cookiehub.eu | Other | 657ms | 38 KB | — | €11/mo | Costly |
Optimizely cdn.optimizely.com | A/B Testing | 586ms | 104 KB | 35% | €10/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 391ms | 174 KB | 35% | €7/mo | Costly |
Microsoft Clarity scripts.clarity.ms | Session Replay | 277ms | 26 KB | — | €5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 241ms | 146 KB | 37% | €4/mo | Costly |
analytics.tiktok.com analytics.tiktok.com | Other | 213ms | 106 KB | 60% | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 195ms | 143 KB | 42% | €3/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 175ms | 95 KB | 36% | €3/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 137ms | 44 KB | — | €2/mo | Optional |
www.redditstatic.com www.redditstatic.com | Other | 82ms | 19 KB | — | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 80ms | 146 KB | 72% | €1/mo | Optional |
analytics.tiktok.com analytics.tiktok.com | Other | 60ms | 40 KB | — | €1/mo | Optional |
Twitter/X Pixel static.ads-twitter.com | Advertising | 59ms | 13 KB | — | €1/mo | Optional |
Bing UET bat.bing.com | Advertising | 55ms | 15 KB | — | €1/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 51ms | 19 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1272ms and costs ~€22/month
- Google Tag Manager adds 1007ms and costs ~€17/month
- Google Tag Manager adds 898ms and costs ~€16/month
- cdn.cookiehub.eu adds 657ms and costs ~€11/month
- Optimizely adds 586ms and costs ~€10/month
- Google Tag Manager adds 391ms and costs ~€7/month
- Microsoft Clarity adds 277ms and costs ~€5/month
- Google Tag Manager adds 241ms and costs ~€4/month
- analytics.tiktok.com adds 213ms and costs ~€4/month
70% 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 1272ms 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 1007ms 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 898ms 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 657ms 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
Optimizely takes 586ms 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 391ms 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
Microsoft Clarity takes 277ms 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 241ms 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 213ms 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
72% 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