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.
17.82 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
23.71 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
3.45 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
1.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
17.82 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.
29.32 s
Page Load Progression
FPage Weight BudgetAction4.6 MB transferred, 78 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
DThird-Party ImpactAction89% third-party, 0 ms blockingFIX
FJS Execution CostAction10251ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-DK2xADHl.js | 3056ms | 2262ms | 10ms | 3rd |
| Unattributable | 2106ms | 90ms | 0ms | 3rd |
| https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/index-IoRulY9p.js | 1606ms | 1412ms | 39ms | 3rd |
| https://a-cdn.claude.ai/v2/EEA5F558-D6AC-4C03-B678-AABF639EE69A/api.js | 1120ms | 614ms | 39ms | 3rd |
| https://js.intercomcdn.com/frame-modern.db2b74ec.js | 558ms | 476ms | 81ms | 3rd |
| https://claude.ai/cdn-cgi/challenge-platform/scripts/jsd/main.js | 339ms | 328ms | 3ms | 1st |
| https://claude.ai/login | 331ms | 53ms | 4ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=DC-15684265 | 287ms | 229ms | 56ms | 3rd |
| https://s-cdn.anthropic.com/s.js | 195ms | 175ms | 8ms | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 193ms | 144ms | 49ms | 3rd |
Showing top 10 of 16 scripts
FJS BundlesAction45 scripts, 2.5 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/index-IoRulY9p.js | 2252 KB | 1905 KB (85%) | ✓ | 3rd |
| https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-DK2xADHl.js | 525 KB | 184 KB (35%) | ✓ | 3rd |
| https://js.intercomcdn.com/frame-modern.db2b74ec.js | 193 KB | 138 KB (72%) | ✓ | 3rd |
| https://js.intercomcdn.com/vendor-modern.80eace52.js | 144 KB | 91 KB (64%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 96 KB | 72 KB (75%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-15684265 | 130 KB | 60 KB (46%) | ✓ | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 97 KB | 43 KB (44%) | ✓ | 3rd |
| https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/c632c9594-BJqeKYzf.js | 49 KB | 37 KB (77%) | ✓ | 3rd |
| https://a-cdn.claude.ai/v2/EEA5F558-D6AC-4C03-B678-AABF639EE69A/api.js | 96 KB | 26 KB (27%) | ✓ | 3rd |
| https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/cfcbb3627-B4F_7MyG.js | 9 KB | — | ✓ | 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 InventoryAction78 resources · 4.6 MB · 2.5 MB savings availableFIX
~2.5 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 78 resources | 4.6 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
AImage Optimization3 images, 0 KB saveablePASS
A+Font Loading2 fonts (277 KB)PASS
Web fonts
2
277 KB total
Render-blocking
0
of 2
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
- 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 ~139 KB and ~278 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall78 requests over 3955msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
assets-proxy.anthropic.com assets-proxy.anthropic.com | Other | 3056ms | 525 KB | 35% | CA$42/mo | Costly |
Unattributable Unattributable | Other | 2106ms | 0 KB | — | CA$29/mo | Costly |
assets-proxy.anthropic.com assets-proxy.anthropic.com | Other | 1606ms | 2252 KB | 85% | CA$22/mo | Costly |
a-cdn.claude.ai a-cdn.claude.ai | Other | 1120ms | 96 KB | 27% | CA$15/mo | Costly |
js.intercomcdn.com js.intercomcdn.com | Other | 558ms | 193 KB | 72% | CA$8/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 287ms | 130 KB | 46% | CA$4/mo | Costly |
s-cdn.anthropic.com s-cdn.anthropic.com | Other | 195ms | 20 KB | — | CA$3/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 193ms | 97 KB | 44% | CA$3/mo | Optional |
a-cdn.anthropic.com a-cdn.anthropic.com | Other | 136ms | 22 KB | — | CA$2/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 87ms | 39 KB | — | CA$1/mo | Optional |
accounts.google.com accounts.google.com | Other | 64ms | 96 KB | 75% | CA$1/mo | Optional |
js.intercomcdn.com js.intercomcdn.com | Other | 62ms | 144 KB | 64% | CA$1/mo | Optional |
assets-proxy.anthropic.com assets-proxy.anthropic.com | Other | 60ms | 72 KB | — | CA$1/mo | Optional |
a-cdn.anthropic.com a-cdn.anthropic.com | Other | 51ms | 29 KB | — | CA$1/mo | Optional |
These scripts may cost more than they're worth
- assets-proxy.anthropic.com adds 3056ms and costs ~CA$42/month
- Unattributable adds 2106ms and costs ~CA$29/month
- assets-proxy.anthropic.com adds 1606ms and costs ~CA$22/month
- a-cdn.claude.ai adds 1120ms and costs ~CA$15/month
- js.intercomcdn.com adds 558ms and costs ~CA$8/month
- Google Tag Manager adds 287ms and costs ~CA$4/month
93% 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
assets-proxy.anthropic.com takes 3056ms 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
Unattributable takes 2106ms 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
assets-proxy.anthropic.com takes 1606ms 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
85% of assets-proxy.anthropic.com'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
a-cdn.claude.ai takes 1120ms 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
js.intercomcdn.com takes 558ms 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
72% of js.intercomcdn.com'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 287ms 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
75% of accounts.google.com'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
64% of js.intercomcdn.com'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