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.
1.09 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.12 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
274 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.090
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.67 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.
9.11 s
Page Load Progression
FPage Weight BudgetAction14.4 MB transferred, 237 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 CostAction3472ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 1063ms | 569ms | 0ms | 3rd |
| https://www.amplitude.com/_next/static/chunks/pages/_app-7eea1b37d0ebcc42.js?dpl=dpl_CNAx5ojJ92fNRGQzyqyxV2P745Sw | 929ms | 712ms | 23ms | 1st |
| https://www.amplitude.com/ | 356ms | 10ms | 0ms | 1st |
| https://www.amplitude.com/_next/static/chunks/ec7a46bc.b28b10e61865396a.js?dpl=dpl_CNAx5ojJ92fNRGQzyqyxV2P745Sw | 190ms | 178ms | 3ms | 1st |
| https://client-registry.mutinycdn.com/mutiny-client/223.5.6.3.js | 183ms | 152ms | 2ms | 3rd |
| https://fast.wistia.net/assets/external/E-v1.js | 160ms | 122ms | 0ms | 3rd |
| https://cdn.amplitude.com/script/e3e918f274fa30555c627abdb29840d5.experiment.js | 148ms | 123ms | 21ms | 3rd |
| https://www.amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_CNAx5ojJ92fNRGQzyqyxV2P745Sw | 137ms | 131ms | 3ms | 1st |
| https://ob.roundprincemusic.com/i/8356b7ffc20afc0a5275c6176232dc10.js | 104ms | 86ms | 3ms | 3rd |
| https://www.amplitude.com/_next/static/chunks/webpack-c23b9a6c2ec5dbea.js?dpl=dpl_CNAx5ojJ92fNRGQzyqyxV2P745Sw | 80ms | 79ms | 0ms | 1st |
Showing top 10 of 12 scripts
FJS BundlesAction87 scripts, 886 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 | 165 KB (49%) | ✓ | 1st |
| 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/engines/hls_video.js@49b80af9d2806884c566f240cb7a5b25caa013f7 | 159 KB | 82 KB (52%) | ✓ | 3rd |
| https://www.amplitude.com/_next/static/chunks/7d767c4f-975344b1029233a3.js?dpl=dpl_CNAx5ojJ92fNRGQzyqyxV2P745Sw | 78 KB | 68 KB (87%) | ✓ | 1st |
| https://fast.wistia.net/assets/external/E-v1.js | 162 KB | 68 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-736707024&cx=c>m=4e6460 | 146 KB | 65 KB (45%) | ✓ | 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 OptimizationAction49 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 Impact38% 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 HintsNo optimization neededPASS
Network Waterfall237 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 | 1063ms | 0 KB | — | €12/mo | Costly |
client-registry.mutinycdn.com client-registry.mutinycdn.com | Other | 183ms | 32 KB | — | €2/mo | Optional |
fast.wistia.net fast.wistia.net | Other | 160ms | 162 KB | 42% | €2/mo | Optional |
Amplitude cdn.amplitude.com | Analytics | 148ms | 134 KB | — | €2/mo | Optional |
ob.roundprincemusic.com ob.roundprincemusic.com | Other | 104ms | 45 KB | — | €1/mo | Optional |
client-registry.mutinycdn.com client-registry.mutinycdn.com | Other | 64ms | 11 KB | — | €1/mo | Optional |
fast.wistia.net fast.wistia.net | Other | 57ms | 44 KB | 67% | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1063ms and costs ~€12/month
51% 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 1063ms 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