Performance
· 15 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.
970 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.59 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
107 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.
2.25 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.
2.64 s
Page Load Progression
DPage Weight BudgetAction2.2 MB transferred, 150 requestsFIX
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 CostAction2309ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://podcasts.apple.com/us/new | 1029ms | 10ms | 0ms | 1st |
| https://podcasts.apple.com/assets/index~6927d34b58.js | 538ms | 392ms | 2ms | 1st |
| Unattributable | 378ms | 69ms | 0ms | 3rd |
| https://podcasts.apple.com/assets/index~22e4d0d933.js | 219ms | 60ms | 0ms | 1st |
| https://podcasts.apple.com/includes/js-cdn/musickit/v3/amp/musickit.js | 85ms | 62ms | 21ms | 1st |
| https://podcasts.apple.com/includes/js-cdn/musickit/v3/components/musickit-components/p-70a2b3a8.js | 60ms | 54ms | 0ms | 1st |
DJS BundlesAction43 scripts, 500 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://podcasts.apple.com/assets/index~6927d34b58.js | 496 KB | 327 KB (66%) | ✓ | 1st |
| https://podcasts.apple.com/includes/js-cdn/musickit/v3/amp/musickit.js | 168 KB | 122 KB (73%) | ✓ | 1st |
| https://podcasts.apple.com/assets/index~22e4d0d933.js | 71 KB | 50 KB (71%) | ✓ | 1st |
| https://podcasts.apple.com/includes/js-cdn/musickit/v3/components/musickit-components/p-2dad192d.js | 2 KB | — | ✓ | 1st |
| https://podcasts.apple.com/assets/mt-client-config~4ec6f6d1db.js | 3 KB | — | ✓ | 1st |
| https://podcasts.apple.com/includes/js-cdn/musickit/v3/components/musickit-components/p-e6049ba5.js | 0 KB | — | ✓ | 1st |
| https://podcasts.apple.com/assets/index~d37a8a3487.js | 5 KB | — | ✓ | 1st |
| https://podcasts.apple.com/assets/version~4e0a6d5aa6.js | 10 KB | — | ✓ | 1st |
| https://podcasts.apple.com/assets/mt-metricskit-processor-clickstream.esm~d3a4b7ad40.js | 13 KB | — | ✓ | 1st |
| https://podcasts.apple.com/assets/mt-metricskit-utils-private.esm~1e33bda3c6.js | 5 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
FPage Weight InventoryAction150 resources · 2.2 MB · 500 KB savings availableFIX
~499.8 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 150 resources | 2.2 MiB | ||||||
BThird-Party Impact46% third-party, 0 ms blockingREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
AImage Optimization61 images, 0 KB saveablePASS
A+Font Loading5 fonts (435 KB)PASS
Web fonts
5
435 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
- 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
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 ~206 KB and ~412 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
AHTTP Cachingmax-age=60 (1 minute)PASS
max-age=60
| Directive | Value | Meaning |
|---|---|---|
| max-age | 60 | Cache for 1 minute |
Network Waterfall150 requests over 3784msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 378ms | 0 KB | — | $2/mo | Costly |
These scripts may cost more than they're worth
- Unattributable adds 378ms and costs ~$2/month
Unattributable takes 378ms 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