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.
3.45 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
27.45 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.66 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.004
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
14.31 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.
38.20 s
Page Load Progression
FPage Weight BudgetAction7.8 MB transferred, 241 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
FJS Execution CostAction15392ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.amplitude.com/_next/static/chunks/pages/_app-7eea1b37d0ebcc42.js?dpl=dpl_CNAx5ojJ92fNRGQzyqyxV2P745Sw | 3001ms | 2243ms | 113ms | 1st |
| Unattributable | 2217ms | 510ms | 0ms | 3rd |
| https://fast.wistia.net/assets/external/E-v1.js | 2155ms | 1637ms | 84ms | 3rd |
| https://www.amplitude.com/ | 1840ms | 38ms | 2ms | 1st |
| https://www.amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_CNAx5ojJ92fNRGQzyqyxV2P745Sw | 1172ms | 1108ms | 28ms | 1st |
| https://client-registry.mutinycdn.com/mutiny-client/223.5.6.3.js | 834ms | 559ms | 14ms | 3rd |
| https://www.amplitude.com/_next/static/chunks/main-0e18efe88c308975.js?dpl=dpl_CNAx5ojJ92fNRGQzyqyxV2P745Sw | 724ms | 521ms | 27ms | 1st |
| https://cdn.amplitude.com/script/e3e918f274fa30555c627abdb29840d5.experiment.js | 552ms | 475ms | 61ms | 3rd |
| https://www.amplitude.com/_next/static/chunks/ec7a46bc.b28b10e61865396a.js?dpl=dpl_CNAx5ojJ92fNRGQzyqyxV2P745Sw | 425ms | 403ms | 17ms | 1st |
| https://ob.roundprincemusic.com/i/8356b7ffc20afc0a5275c6176232dc10.js | 420ms | 351ms | 12ms | 3rd |
Showing top 10 of 22 scripts
FJS BundlesAction87 scripts, 904 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.amplitude.com/_next/static/chunks/pages/_app-7eea1b37d0ebcc42.js?dpl=dpl_CNAx5ojJ92fNRGQzyqyxV2P745Sw | 336 KB | 166 KB (49%) | ✓ | 1st |
| https://fast.wistia.net/assets/external/engines/hls_video.js@49b80af9d2806884c566f240cb7a5b25caa013f7 | 159 KB | 97 KB (77%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-T6JXPP5 | 173 KB | 86 KB (50%) | ✓ | 3rd |
| https://cdn.amplitude.com/engagement-browser/prod/split/df9b61a9061fbc33ed8e6b620d00ea2d64efb94f-chunk-7V35RKKP.js | 168 KB | 84 KB (50%) | ✓ | 3rd |
| https://fast.wistia.net/assets/external/E-v1.js | 162 KB | 71 KB (44%) | ✓ | 3rd |
| https://www.amplitude.com/_next/static/chunks/7d767c4f-975344b1029233a3.js?dpl=dpl_CNAx5ojJ92fNRGQzyqyxV2P745Sw | 78 KB | 68 KB (87%) | ✓ | 1st |
| https://www.googletagmanager.com/gtag/js?id=AW-736707024&cx=c>m=4e6460 | 146 KB | 63 KB (43%) | ✓ | 3rd |
| https://cc.cdn.civiccomputing.com/9/cookieControl-9.x.min.js | 123 KB | 58 KB (47%) | ✓ | 3rd |
| https://cdn.amplitude.com/engagement-browser/prod/split/df9b61a9061fbc33ed8e6b620d00ea2d64efb94f-chunk-WO7XXSIO.js | 65 KB | 48 KB (74%) | ✓ | 3rd |
| https://assets.adoberesources.net/builds/9f3ebe7d468ed39ab91c3bfd3f7de0214e72e953/dist/core-ui/src/index.js | 51 KB | 40 KB (79%) | ✓ | 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
CImage OptimizationAction51 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
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 Cachingpublic, max-age=0, must-revalidateREVIEW
public, max-age=0, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 0 | Cache for 0 seconds |
| must-revalidate | — | Must recheck with server after expiry |
AThird-Party Impact40% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (248 KB)PASS
Web fonts
5
248 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
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
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 ~63 KB and ~126 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints7 hints, 0 missing preconnectsPASS
Current Resource Hints
7 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall241 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 | 2217ms | 0 KB | — | €24/mo | Costly |
fast.wistia.net fast.wistia.net | Other | 2155ms | 162 KB | 44% | €23/mo | Costly |
client-registry.mutinycdn.com client-registry.mutinycdn.com | Other | 834ms | 33 KB | — | €9/mo | Costly |
Amplitude cdn.amplitude.com | Analytics | 552ms | 134 KB | — | €6/mo | Costly |
ob.roundprincemusic.com ob.roundprincemusic.com | Other | 420ms | 45 KB | — | €5/mo | Costly |
obs.roundprincemusic.com obs.roundprincemusic.com | Other | 307ms | 2 KB | — | €3/mo | Costly |
fast.wistia.net fast.wistia.net | Other | 210ms | 43 KB | 67% | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 206ms | 146 KB | 43% | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 189ms | 173 KB | 50% | €2/mo | Optional |
fast.wistia.net fast.wistia.net | Other | 188ms | 42 KB | 62% | €2/mo | Optional |
cc.cdn.civiccomputing.com cc.cdn.civiccomputing.com | Other | 180ms | 123 KB | 47% | €2/mo | Optional |
assets.adoberesources.net assets.adoberesources.net | Other | 133ms | 49 KB | — | €1/mo | Optional |
client-registry.mutinycdn.com client-registry.mutinycdn.com | Other | 100ms | 20 KB | — | €1/mo | Optional |
Amplitude cdn.amplitude.com | Analytics | 98ms | 40 KB | 51% | €1/mo | Optional |
client-registry.mutinycdn.com client-registry.mutinycdn.com | Other | 92ms | 11 KB | — | €1/mo | Optional |
assets.adoberesources.net assets.adoberesources.net | Other | 58ms | 51 KB | 79% | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 2217ms and costs ~€24/month
- fast.wistia.net adds 2155ms and costs ~€23/month
- client-registry.mutinycdn.com adds 834ms and costs ~€9/month
- Amplitude adds 552ms and costs ~€6/month
- ob.roundprincemusic.com adds 420ms and costs ~€5/month
- obs.roundprincemusic.com adds 307ms and costs ~€3/month
- fast.wistia.net adds 210ms and costs ~€2/month
- Google Tag Manager adds 206ms and costs ~€2/month
52% 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
Unattributable takes 2217ms 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 2155ms 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
client-registry.mutinycdn.com takes 834ms 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
Amplitude takes 552ms 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
ob.roundprincemusic.com takes 420ms 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
obs.roundprincemusic.com takes 307ms 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 210ms 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
67% 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
Google Tag Manager takes 206ms 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
62% 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
51% of Amplitude'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
79% of assets.adoberesources.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