Performance
· 16 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.05 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
39.66 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
316 ms
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.65 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.
41.95 s
Page Load Progression
FPage Weight BudgetAction20.4 MB transferred, 113 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
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 CostAction3376ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://fast.wistia.net/assets/external/E-v1.js | 980ms | 646ms | 276ms | 3rd |
| Unattributable | 743ms | 40ms | 0ms | 3rd |
| https://www.janestreet.com/assets/main-6772b6719891e16e3ae77c74c5f08294832adfc669521670fc32f5df16e865a0.js | 430ms | 262ms | 41ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-1R7QL7MQRB | 323ms | 257ms | 64ms | 3rd |
| https://fast.wistia.net/assets/external/iframeApi.js@49b80af9d2806884c566f240cb7a5b25caa013f7 | 218ms | 131ms | 1ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KCHZL5R | 185ms | 148ms | 36ms | 3rd |
| https://www.janestreet.com/assets/vendor/gsapScrollTrigger.min-64b12f49d4fad45cdb1787545de4120518327301825f3b8d7b335d125e4195a8.js | 143ms | 60ms | 3ms | 1st |
| https://www.janestreet.com/ | 101ms | 24ms | 4ms | 1st |
| https://www.janestreet.com/assets/vendor/gsap.min-0f005b992d31aa7fea9ae6f3bc1188c6fb8a953eb4dbeae7f0a34c818c3386c5.js | 98ms | 40ms | 7ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-1R7QL7MQRB&cx=c>m=4e6460 | 95ms | 32ms | 62ms | 3rd |
Showing top 10 of 11 scripts
FJS BundlesAction29 scripts, 687 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://fast.wistia.net/assets/external/E-v1.js | 162 KB | 120 KB (74%) | ✓ | 3rd |
| https://fast.wistia.net/assets/external/E-v1.js | 0 KB | 120 KB (74%) | ✓ | 3rd |
| https://fast.wistia.net/assets/external/E-v1.js | 162 KB | 120 KB (74%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-1R7QL7MQRB&cx=c>m=4e6460 | 175 KB | 115 KB (65%) | ✓ | 3rd |
| https://www.janestreet.com/assets/main-6772b6719891e16e3ae77c74c5f08294832adfc669521670fc32f5df16e865a0.js | 114 KB | 78 KB (69%) | ✓ | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-1R7QL7MQRB | 175 KB | 71 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-KCHZL5R | 124 KB | 64 KB (52%) | ✓ | 3rd |
| https://www.janestreet.com/assets/components/v4-carousel-030b2654000f6ac3a49b8e930cffb84a4fbb998d15261b98787a73d416b8fcff.js | 2 KB | — | ✓ | 1st |
| https://fast.wistia.net/assets/external/insideIframe.js@49b80af9d2806884c566f240cb7a5b25caa013f7 | 24 KB | — | ✓ | 3rd |
| https://www.janestreet.com/assets/pg/the-latest-7f5a2eeb938761aad9b2f815ad586714dddd32c7218f12957c04f0d30227cf1b.js | 4 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
BThird-Party Impact58% third-party, 0 ms blockingREVIEW
CImage OptimizationAction37 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingno-cacheREVIEW
no-cache
| Directive | Value | Meaning |
|---|---|---|
| no-cache | — | Cache but always revalidate first |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (688 KB)PASS
Web fonts
5
688 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- 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 ~550 KB and ~1100 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
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall113 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 |
|---|---|---|---|---|---|---|
fast.wistia.net fast.wistia.net | Other | 980ms | 0 KB | 74% | €11/mo | Costly |
Unattributable Unattributable | Other | 743ms | 0 KB | — | €8/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 323ms | 175 KB | 40% | €4/mo | Costly |
fast.wistia.net fast.wistia.net | Other | 218ms | 30 KB | — | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 185ms | 124 KB | 52% | €2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 95ms | 175 KB | 65% | €1/mo | Optional |
These scripts may cost more than they're worth
- fast.wistia.net adds 980ms and costs ~€11/month
- Unattributable adds 743ms and costs ~€8/month
- Google Tag Manager adds 323ms and costs ~€4/month
- fast.wistia.net adds 218ms and costs ~€2/month
75% 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.net takes 980ms 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
74% of fast.wistia.net'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
Unattributable takes 743ms 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 323ms 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.net takes 218ms 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 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
65% 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