Performance
· 17 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.
6.36 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.33 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.08 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.
8.99 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.
15.41 s
Page Load Progression
FPage Weight BudgetAction3.8 MB transferred, 61 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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction4452ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://fast.wistia.com/assets/external/E-v1.js | 1724ms | 1164ms | 126ms | 3rd |
| Unattributable | 747ms | 145ms | 0ms | 3rd |
| https://fast.wistia.com/assets/external/engines/hls_video.js@4a7b909604c9049f14b616b11446fa0e8efdec42 | 737ms | 605ms | 4ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MNMBTC | 489ms | 399ms | 79ms | 3rd |
| https://www.outbrain.com/script.js?version=4d2133b27bf2 | 435ms | 237ms | 42ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202508.1.0/otBannerSdk.js | 192ms | 80ms | 67ms | 3rd |
| https://www.outbrain.com/ | 76ms | 7ms | 2ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/otSDKStub.js?did=aa0c1c56-98fd-43ad-a88c-e158ec6af71c | 52ms | 40ms | 4ms | 3rd |
DJS BundlesAction10 scripts, 403 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://fast.wistia.com/assets/external/engines/hls_video.js@4a7b909604c9049f14b616b11446fa0e8efdec42 | 159 KB | 83 KB (52%) | ✓ | 3rd |
| https://fast.wistia.com/assets/external/E-v1.js | 162 KB | 79 KB (49%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202508.1.0/otBannerSdk.js | 120 KB | 74 KB (62%) | ✓ | 3rd |
| https://www.outbrain.com/script.js?version=4d2133b27bf2 | 105 KB | 73 KB (71%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MNMBTC | 182 KB | 73 KB (40%) | ✓ | 3rd |
| https://browser.sentry-cdn.com/9.6.1/bundle.min.js | 25 KB | 21 KB (86%) | ✓ | 3rd |
| https://www.outbrain.com/script.js | 105 KB | — | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/otSDKStub.js?did=aa0c1c56-98fd-43ad-a88c-e158ec6af71c | 9 KB | — | ✓ | 3rd |
| https://fast.wistia.com/assets/external/playPauseLoadingControl.js@4a7b909604c9049f14b616b11446fa0e8efdec42 | 20 KB | — | ✓ | 3rd |
| https://fast.wistia.com/assets/external/skipControls.js@4a7b909604c9049f14b616b11446fa0e8efdec42 | 17 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
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
FPage Weight InventoryAction61 resources · 3.8 MB · 403 KB savings availableFIX
~403.0 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 61 resources | 3.8 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction23 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
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
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 Loading2 fonts (32 KB)PASS
Web fonts
2
32 KB total
Render-blocking
0
of 2
Dominant font-display
swap
Most common across fonts
Font loading timeline
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)
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+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall61 requests over 1847msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
fast.wistia.com fast.wistia.com | Other | 1724ms | 162 KB | 49% | €19/mo | Costly |
Unattributable Unattributable | Other | 747ms | 0 KB | — | €8/mo | Costly |
fast.wistia.com fast.wistia.com | Other | 737ms | 159 KB | 52% | €8/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 489ms | 182 KB | 40% | €5/mo | Costly |
www.outbrain.com www.outbrain.com | Other | 435ms | 105 KB | 71% | €5/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 192ms | 120 KB | 62% | €2/mo | Essential |
www.outbrain.com www.outbrain.com | Other | 76ms | 7 KB | — | €1/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 52ms | 9 KB | — | €1/mo | Essential |
These scripts may cost more than they're worth
- fast.wistia.com adds 1724ms and costs ~€19/month
- Unattributable adds 747ms and costs ~€8/month
- fast.wistia.com adds 737ms and costs ~€8/month
- Google Tag Manager adds 489ms and costs ~€5/month
- www.outbrain.com adds 435ms and costs ~€5/month
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
fast.wistia.com takes 1724ms 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 747ms 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
fast.wistia.com takes 737ms 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
52% of fast.wistia.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
Google Tag Manager takes 489ms 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
www.outbrain.com takes 435ms 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
71% of www.outbrain.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
62% 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