Performance
· 27 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.01 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.21 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
481 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.126
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.20 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.
16.27 s
Page Load Progression
FPage Weight BudgetAction6.9 MB transferred, 70 requestsFIX
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
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
BImage Optimization22 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
CJS Execution CostAction1888ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 514ms | 28ms | 0ms | 1st |
| https://trydantech.com/ | 481ms | 19ms | 7ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-TXN4WBVZ5W | 347ms | 271ms | 43ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-17304213719&cx=c>m=4e65m1h1 | 304ms | 259ms | 44ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TRFHXCQH | 241ms | 193ms | 46ms | 3rd |
CJS BundlesAction16 scripts, 196 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-TXN4WBVZ5W | 178 KB | 67 KB (38%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-TRFHXCQH | 142 KB | 67 KB (47%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-17304213719&cx=c>m=4e65m1h1 | 144 KB | 61 KB (43%) | ✓ | 3rd |
| https://www.youtube.com/s/player/c2f7551f/player_embed_es6.vflset/en_US/base.js | 443 KB | — | ✓ | 3rd |
| https://www.youtube.com/iframe_api | 3 KB | — | ✓ | 3rd |
| https://unpkg.com/alpinejs@3.15.12/dist/cdn.min.js | 17 KB | — | ✓ | 3rd |
| https://www.youtube.com/s/player/c2f7551f/www-widgetapi.vflset/www-widgetapi.js | 11 KB | — | ✓ | 3rd |
| https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.HzM97TZVvpI.2021.O/am=AAAAAAE/d=1/br=1/rs=AGKMywHiLt5r6Y18Ity3Wb4wZhaCA3jtkw/m=root,base | 140 KB | — | ✓ | 3rd |
| https://trydantech.com/build/assets/app-C0G0cght.js | 14 KB | — | ✓ | 1st |
| https://static.doubleclick.net/instream/ad_status.js | 0 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
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
CPage Weight InventoryAction70 resources · 6.9 MB · 196 KB savings availableREVIEW
~195.5 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 70 resources | 6.9 MiB | ||||||
BHTTP Cachingno-cache, privateREVIEW
no-cache, private
| Directive | Value | Meaning |
|---|---|---|
| no-cache | — | Cache but always revalidate first |
| private | — | Only browser cache, not CDN/proxy |
AThird-Party Impact22% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading7 fonts (654 KB)PASS
Web fonts
7
654 KB total
Render-blocking
0
of 7
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
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- 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 ~290 KB and ~580 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints3 hints, 0 missing preconnectsPASS
Current Resource Hints
3 resource hints configured
A+HTTP/3 (QUIC)HTTP/3 advertised via Alt-SvcPASS
A+Compression AlgorithmMain response uses brotliPASS
A+LCP Image PreloadLCP preload audit not availablePASS
A+Main HTML Cache-ControlMain HTML uses no-cache -- safe revalidate-on-request policyPASS
A+Server Response Intelligence2 server-response signal(s) detectedPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+JavaScript BlockingNo render-blocking JS or document.write usage detectedPASS
A+CSS Performance DepthNo CSS performance depth issues detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Hostinger
Network Waterfall70 requests over 6042msINFO
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 | 347ms | 178 KB | 38% | €6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 304ms | 144 KB | 43% | €5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 241ms | 142 KB | 47% | €4/mo | Costly |
These scripts may cost more than they're worth
- Google Tag Manager adds 347ms and costs ~€6/month
- Google Tag Manager adds 304ms and costs ~€5/month
- Google Tag Manager adds 241ms and costs ~€4/month
47% 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 347ms 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 304ms 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
Real-User Performance (CrUX)Field metrics from the Chrome User Experience ReportINFO
Chrome User Experience (CrUX)
Real-user metrics from the Chrome UX Report (2026-04-28 — 2026-05-25)
LCP (p75)
2562 ms
74% good
INP (p75)
73 ms
98% good
CLS (p75)
0.010
97% good
FCP (p75)
1798 ms
TTFB (p75)
0 ms
Image Optimization21 images, 4107 KB total, 3964 KB wastedINFO
Image Optimization Audit
Total Images
21
Total Size
4107 KB
Oversized
3
Wasted
3964 KB