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.25 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.25 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.006
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.44 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.
1.25 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction8 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
CJS BundlesAction12 scripts, 179 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtm.js?id=GTM-PKQFGQB&l=cfDataLayer | 169 KB | 65 KB (39%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=DC-9309168&l=cfDataLayer&cx=c>m=4e64f0&bs=ctrl2 | 132 KB | 64 KB (49%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202303.2.0/otBannerSdk.js | 97 KB | 50 KB (51%) | ✓ | 3rd |
| https://static.cloudflareinsights.com/beacon.min.js | 11 KB | — | ✓ | 3rd |
| https://pages.cloudflare.com/resources/js/index.js | 3 KB | — | ✓ | 3rd |
| https://cdn.cookielaw.org/consent/9cc6cfdf-9e23-433b-8f10-6bb76cd81aec-test/OtAutoBlock.js | 2 KB | — | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/otSDKStub.js | 9 KB | — | ✓ | 3rd |
| https://pages.cloudflare.com/webpack-runtime-27d8a1a375563431d4ff.js | 2 KB | — | ✓ | 3rd |
| https://pages.cloudflare.com/framework-5a35a4212fe04015d1ce.js | 45 KB | — | ✓ | 3rd |
| https://pages.cloudflare.com/app-7b2ef64624d09bee845f.js | 21 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
A+Page Weight Budget649 KB transferred, 37 requestsPASS
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
A+Text CompressionAll text resources are compressedPASS
A+JS Execution Cost485ms total JS executionPASS
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://pages.cloudflare.com/ | 148ms | 2ms | 1ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-PKQFGQB&l=cfDataLayer | 95ms | 79ms | 15ms | 3rd |
| Unattributable | 89ms | 16ms | 0ms | 3rd |
| https://pages.cloudflare.com/resources/js/index.js | 87ms | 5ms | 0ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202303.2.0/otBannerSdk.js | 66ms | 38ms | 11ms | 3rd |
A+Font LoadingNo web fonts (system fonts)PASS
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
APage Weight Inventory37 resources · 649 KB · 179 KB savings availablePASS
~178.8 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 37 resources | 648.9 KiB | ||||||
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall37 requests over 956msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
pages.cloudflare.com pages.cloudflare.com | Other | 148ms | 25 KB | — | €0/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 95ms | 169 KB | 39% | €0/mo | Optional |
Unattributable Unattributable | Other | 89ms | 0 KB | — | €0/mo | Optional |
pages.cloudflare.com pages.cloudflare.com | Other | 87ms | 3 KB | — | €0/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 66ms | 97 KB | 51% | €0/mo | Essential |
100% 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
51% of OneTrust'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