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.58 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.20 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
322 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.008
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.55 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.
3.60 s
Page Load Progression
DPage Weight BudgetAction2.5 MB transferred, 104 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 CostAction2625ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://deno.com/scripts/gsap.min.js?__frsh_c=463284b5b144ab4d58f0467181ce0219895064dd | 793ms | 157ms | 3ms | 1st |
| https://deno.com/ | 682ms | 5ms | 1ms | 1st |
| Unattributable | 356ms | 7ms | 0ms | 3rd |
| https://deno.com/scripts/ScrollTrigger.min.js?__frsh_c=463284b5b144ab4d58f0467181ce0219895064dd | 323ms | 41ms | 1ms | 1st |
| https://deno.com/i/static/array.js | 313ms | 271ms | 5ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-5HMZ6WRNXW&cx=c>m=4e6411 | 101ms | 76ms | 17ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5B5TH8ZJ | 56ms | 42ms | 13ms | 3rd |
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
CJS BundlesAction39 scripts, 243 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-5HMZ6WRNXW&cx=c>m=4e6411 | 174 KB | 70 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5B5TH8ZJ | 121 KB | 64 KB (53%) | ✓ | 3rd |
| https://deno.com/i/static/posthog-recorder.js?v=1.364.6 | 61 KB | 37 KB (62%) | ✓ | 1st |
| https://deno.com/i/static/array.js | 55 KB | 26 KB (47%) | ✓ | 1st |
| https://deno.com/_fresh/js/463284b5b144ab4d58f0467181ce0219895064dd/OramaSearch.js | 30 KB | 24 KB (78%) | ✓ | 1st |
| https://deno.com/i/static/surveys.js?v=1.364.6 | 29 KB | 23 KB (80%) | ✓ | 1st |
| https://deno.com/_fresh/js/463284b5b144ab4d58f0467181ce0219895064dd/chunk-DBRIW5XV.js | 1 KB | — | ✓ | 1st |
| https://deno.com/_fresh/js/463284b5b144ab4d58f0467181ce0219895064dd/chunk-N46X5JTP.js | 1 KB | — | ✓ | 1st |
| https://deno.com/_fresh/js/463284b5b144ab4d58f0467181ce0219895064dd/AutoPlayVideo.js | 1 KB | — | ✓ | 1st |
| https://deno.com/scripts/gsap.min.js?__frsh_c=463284b5b144ab4d58f0467181ce0219895064dd | 27 KB | — | ✓ | 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingpublic, s-maxage=300REVIEW
public, s-maxage=300
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| s-maxage | 300 | CDN caches for 5 minutes |
A+Third-Party Impact12% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading6 fonts (426 KB)PASS
Web fonts
6
426 KB total
Render-blocking
0
of 6
Dominant font-display
swap
Most common across fonts
Font loading timeline
- 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 ~144 KB and ~288 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall104 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 | 356ms | 0 KB | — | €4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 101ms | 174 KB | 40% | €1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 56ms | 121 KB | 53% | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 356ms and costs ~€4/month
Unattributable takes 356ms 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
53% 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