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.
2.45 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.10 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.87 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
11.24 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.
11.20 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
FJS Execution CostAction12334ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://deno.com/scripts/ScrollTrigger.min.js?__frsh_c=463284b5b144ab4d58f0467181ce0219895064dd | 3990ms | 273ms | 6ms | 1st |
| https://deno.com/ | 3349ms | 18ms | 4ms | 1st |
| Unattributable | 1516ms | 34ms | 0ms | 3rd |
| https://deno.com/i/static/array.js | 1313ms | 1152ms | 22ms | 1st |
| https://deno.com/scripts/gsap.min.js?__frsh_c=463284b5b144ab4d58f0467181ce0219895064dd | 1295ms | 344ms | 12ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-5HMZ6WRNXW&cx=c>m=4e6411 | 421ms | 323ms | 71ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-5B5TH8ZJ | 213ms | 158ms | 45ms | 3rd |
| https://deno.com/i/static/posthog-recorder.js?v=1.364.6 | 144ms | 110ms | 31ms | 1st |
| https://deno.com/_fresh/js/463284b5b144ab4d58f0467181ce0219895064dd/fresh-runtime.js | 93ms | 82ms | 0ms | 1st |
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 Hints4 hints, 0 missing preconnectsPASS
Current Resource Hints
4 resource hints configured
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 | 1516ms | 0 KB | — | €16/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 421ms | 174 KB | 40% | €5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 213ms | 121 KB | 53% | €2/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 1516ms and costs ~€16/month
- Google Tag Manager adds 421ms and costs ~€5/month
- Google Tag Manager adds 213ms and costs ~€2/month
Unattributable takes 1516ms 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 421ms 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 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
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