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.
4.85 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
26.52 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.88 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.057
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
14.97 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.82 s
Page Load Progression
FPage Weight BudgetAction7.8 MB transferred, 232 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 CostAction18131ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://amplitude.com/_next/static/chunks/pages/_app-8d613118d5b96f7c.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB | 3147ms | 2364ms | 149ms | 1st |
| Unattributable | 2865ms | 780ms | 0ms | 3rd |
| https://fast.wistia.net/assets/external/E-v1.js | 2176ms | 1735ms | 119ms | 3rd |
| https://amplitude.com/ | 1923ms | 37ms | 2ms | 1st |
| https://amplitude.com/_next/static/chunks/framework-fce8e21f27fd62d5.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB | 1290ms | 1222ms | 20ms | 1st |
| https://client-registry.mutinycdn.com/mutiny-client/223.5.6.3.js | 894ms | 650ms | 16ms | 3rd |
| https://cdn.amplitude.com/script/e3e918f274fa30555c627abdb29840d5.experiment.js | 874ms | 759ms | 97ms | 3rd |
| https://cdn.amplitude.com/engagement-browser/prod/split/d18f6d9484a5cb4c3959ff883f5e9c85b65e817d-chunk-NUNDUC62.js | 854ms | 840ms | 0ms | 3rd |
| https://ob.roundprincemusic.com/i/8356b7ffc20afc0a5275c6176232dc10.js | 706ms | 568ms | 16ms | 3rd |
| https://amplitude.com/_next/static/chunks/ec7a46bc.b28b10e61865396a.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB | 637ms | 533ms | 24ms | 1st |
Showing top 10 of 25 scripts
FJS BundlesAction88 scripts, 893 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://amplitude.com/_next/static/chunks/pages/_app-8d613118d5b96f7c.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB | 336 KB | 162 KB (48%) | ✓ | 1st |
| https://fast.wistia.net/assets/external/engines/hls_video.js@4a7b909604c9049f14b616b11446fa0e8efdec42 | 159 KB | 122 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/d18f6d9484a5cb4c3959ff883f5e9c85b65e817d-chunk-LOTZJQDP.js | 169 KB | 76 KB (45%) | ✓ | 3rd |
| https://fast.wistia.net/assets/external/E-v1.js | 162 KB | 71 KB (44%) | ✓ | 3rd |
| https://amplitude.com/_next/static/chunks/7d767c4f-975344b1029233a3.js?dpl=dpl_8fMpggVYoeAoqpFST7bPJ9eRjPYB | 78 KB | 68 KB (87%) | ✓ | 1st |
| https://www.googletagmanager.com/gtag/js?id=AW-736707024&cx=c>m=4e64f0h1 | 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/d18f6d9484a5cb4c3959ff883f5e9c85b65e817d-chunk-YFGLQOZ6.js | 67 KB | 41 KB (62%) | ✓ | 3rd |
| https://assets.adoberesources.net/builds/9f3ebe7d468ed39ab91c3bfd3f7de0214e72e953/dist/core-ui/src/index.js | 51 KB | 41 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
FPage Weight InventoryAction232 resources · 7.8 MB · 893 KB savings availableFIX
~892.6 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 232 resources | 7.8 MiB | ||||||
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 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 Waterfall232 requests over 9945msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 2865ms | 0 KB | — | $38/mo | Costly |
fast.wistia.net fast.wistia.net | Other | 2176ms | 162 KB | 44% | $29/mo | Costly |
client-registry.mutinycdn.com client-registry.mutinycdn.com | Other | 894ms | 32 KB | — | $12/mo | Costly |
Amplitude cdn.amplitude.com | Analytics | 874ms | 135 KB | — | $12/mo | Costly |
Amplitude cdn.amplitude.com | Analytics | 854ms | 21 KB | — | $11/mo | Costly |
ob.roundprincemusic.com ob.roundprincemusic.com | Other | 706ms | 45 KB | — | $9/mo | Costly |
obs.roundprincemusic.com obs.roundprincemusic.com | Other | 381ms | 2 KB | — | $5/mo | Costly |
cc.cdn.civiccomputing.com cc.cdn.civiccomputing.com | Other | 335ms | 123 KB | 47% | $4/mo | Costly |
fast.wistia.net fast.wistia.net | Other | 307ms | 43 KB | 67% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 300ms | 146 KB | 45% | $4/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 290ms | 173 KB | 50% | $4/mo | Costly |
fast.wistia.net fast.wistia.net | Other | 243ms | 42 KB | 62% | $3/mo | Costly |
client-registry.mutinycdn.com client-registry.mutinycdn.com | Other | 162ms | 20 KB | — | $2/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 109ms | 19 KB | — | $1/mo | Optional |
assets.adoberesources.net assets.adoberesources.net | Other | 74ms | 51 KB | 79% | $1/mo | Optional |
client-registry.mutinycdn.com client-registry.mutinycdn.com | Other | 62ms | 11 KB | — | $1/mo | Optional |
assets.adoberesources.net assets.adoberesources.net | Other | 60ms | 49 KB | — | $1/mo | Optional |
client-registry.mutinycdn.com client-registry.mutinycdn.com | Other | 59ms | 21 KB | — | $1/mo | Optional |
client-registry.mutinycdn.com client-registry.mutinycdn.com | Other | 54ms | 3 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 2865ms and costs ~$38/month
- fast.wistia.net adds 2176ms and costs ~$29/month
- client-registry.mutinycdn.com adds 894ms and costs ~$12/month
- Amplitude adds 874ms and costs ~$12/month
- Amplitude adds 854ms and costs ~$11/month
- ob.roundprincemusic.com adds 706ms and costs ~$9/month
- obs.roundprincemusic.com adds 381ms and costs ~$5/month
- cc.cdn.civiccomputing.com adds 335ms and costs ~$4/month
- fast.wistia.net adds 307ms and costs ~$4/month
- Google Tag Manager adds 300ms and costs ~$4/month
- Google Tag Manager adds 290ms and costs ~$4/month
- fast.wistia.net adds 243ms and costs ~$3/month
60% 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 2865ms 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 2176ms 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 894ms 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 874ms 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 854ms 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 706ms 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 381ms 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
cc.cdn.civiccomputing.com takes 335ms 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 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
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 300ms 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 290ms 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 243ms 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
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