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.25 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.68 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
493 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.013
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.60 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.
5.25 s
Page Load Progression
FPage Weight BudgetAction4.8 MB transferred, 226 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
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 CostAction3277ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.contentful.com/_next/static/chunks/3196-4440c14d92fe2cb9.js | 1243ms | 772ms | 7ms | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-W94TVR6G | 616ms | 550ms | 22ms | 3rd |
| https://www.contentful.com/ | 417ms | 9ms | 101ms | 1st |
| Unattributable | 298ms | 20ms | 0ms | 3rd |
| https://www.contentful.com/_next/static/chunks/1397-949ba7995b8c03e2.js | 147ms | 128ms | 6ms | 1st |
| https://cmp.osano.com/16BcqiRsJId123ATa/39239078-882d-46c6-9235-dcd4318a5c73/osano.js?v=prod-13012023 | 138ms | 125ms | 7ms | 3rd |
| https://www.contentful.com/_next/static/chunks/26164011-df8e1479e3c9182b.js | 134ms | 120ms | 2ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-REC62920H6&cx=c>m=4e6460h1 | 86ms | 75ms | 10ms | 3rd |
| https://js.qualified.com/qualified.js?token=nCX52tz3bqE643Qo | 85ms | 55ms | 29ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-SCQH3CZTQ5&cx=c>m=4e6460h1 | 60ms | 44ms | 15ms | 3rd |
Showing top 10 of 11 scripts
FJS BundlesAction65 scripts, 1.0 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://js.qualified.com/qualified.js?token=nCX52tz3bqE643Qo | 370 KB | 307 KB (84%) | ✓ | 3rd |
| https://www.contentful.com/_next/static/chunks/1397-949ba7995b8c03e2.js | 106 KB | 75 KB (73%) | ✓ | 1st |
| https://www.googletagmanager.com/gtag/destination?id=AW-788978041&cx=c>m=4e6460h1 | 145 KB | 70 KB (48%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-REC62920H6&cx=c>m=4e6460h1 | 179 KB | 67 KB (37%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-SCQH3CZTQ5&cx=c>m=4e6460h1 | 156 KB | 66 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-RWVEEBSKZ3&cx=c>m=4e6460h1 | 155 KB | 65 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-14131340&cx=c>m=4e6460h1 | 129 KB | 64 KB (50%) | ✓ | 3rd |
| https://www.contentful.com/_next/static/chunks/3196-4440c14d92fe2cb9.js | 120 KB | 56 KB (47%) | ✓ | 1st |
| https://www.googletagmanager.com/gtm.js?id=GTM-W94TVR6G | 193 KB | 53 KB (28%) | ✓ | 3rd |
| https://www.contentful.com/_next/static/chunks/9571-b24846206502ac56.js | 91 KB | 49 KB (55%) | ✓ | 1st |
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-store (uncacheable)FIX
private, no-cache, no-store, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
BThird-Party Impact52% third-party, 0 ms blockingREVIEW
BImage Optimization27 images, 0 KB saveableREVIEW
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 Loading5 fonts (296 KB)PASS
Web fonts
5
296 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
- 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
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 ~73 KB and ~146 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall226 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 |
|---|---|---|---|---|---|---|
Google Tag Manager www.googletagmanager.com | Tag Manager | 616ms | 193 KB | 28% | €11/mo | Costly |
Unattributable Unattributable | Other | 298ms | 0 KB | — | €5/mo | Costly |
cmp.osano.com cmp.osano.com | Other | 138ms | 74 KB | 29% | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 86ms | 179 KB | 37% | €2/mo | Optional |
js.qualified.com js.qualified.com | Other | 85ms | 370 KB | 84% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 60ms | 156 KB | 42% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 54ms | 155 KB | 42% | €1/mo | Optional |
These scripts may cost more than they're worth
- Google Tag Manager adds 616ms and costs ~€11/month
- Unattributable adds 298ms and costs ~€5/month
41% 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
Google Tag Manager takes 616ms 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
Unattributable takes 298ms 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
84% of js.qualified.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