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.
3.33 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.45 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
291 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.
3.33 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.
5.51 s
Page Load Progression
FPage Weight BudgetAction7.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 ImpactAction96% third-party, 0 ms blockingFIX
DJS Execution CostAction2352ms 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 | 678ms | 516ms | 2ms | 3rd |
| Unattributable | 518ms | 23ms | 0ms | 3rd |
| https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/index-IoRulY9p.js | 364ms | 309ms | 10ms | 3rd |
| https://a-cdn.claude.ai/v2/EEA5F558-D6AC-4C03-B678-AABF639EE69A/api.js | 289ms | 150ms | 9ms | 3rd |
| https://js.intercomcdn.com/vendor-modern.80eace52.js | 133ms | 118ms | 14ms | 3rd |
| https://claude.ai/cdn-cgi/challenge-platform/scripts/jsd/main.js | 80ms | 76ms | 1ms | 1st |
| https://claude.ai/login | 79ms | 17ms | 1ms | 1st |
| https://s-cdn.anthropic.com/s.js | 78ms | 59ms | 2ms | 3rd |
| https://connect.facebook.net/en_US/fbevents.js | 68ms | 39ms | 13ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=DC-15684265 | 66ms | 52ms | 14ms | 3rd |
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 | 1906 KB (85%) | ✓ | 3rd |
| https://assets-proxy.anthropic.com/claude-ai/v2/assets/v1/vendor-DK2xADHl.js | 525 KB | 185 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 | 71 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 | 39 KB (81%) | ✓ | 3rd |
| https://a-cdn.claude.ai/v2/EEA5F558-D6AC-4C03-B678-AABF639EE69A/api.js | 95 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 · 7.6 MB · 2.5 MB savings availableFIX
~2.5 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 78 resources | 7.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
Network Waterfall78 requests over 3762msINFO
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 | 678ms | 525 KB | 35% | CA$9/mo | Costly |
Unattributable Unattributable | Other | 518ms | 0 KB | — | CA$7/mo | Costly |
assets-proxy.anthropic.com assets-proxy.anthropic.com | Other | 364ms | 2252 KB | 85% | CA$5/mo | Costly |
a-cdn.claude.ai a-cdn.claude.ai | Other | 289ms | 95 KB | 27% | CA$4/mo | Costly |
js.intercomcdn.com js.intercomcdn.com | Other | 133ms | 144 KB | 64% | CA$2/mo | Optional |
s-cdn.anthropic.com s-cdn.anthropic.com | Other | 78ms | 20 KB | — | CA$1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 68ms | 97 KB | 44% | CA$1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 66ms | 130 KB | 46% | CA$1/mo | Optional |
These scripts may cost more than they're worth
- assets-proxy.anthropic.com adds 678ms and costs ~CA$9/month
- Unattributable adds 518ms and costs ~CA$7/month
- assets-proxy.anthropic.com adds 364ms and costs ~CA$5/month
- a-cdn.claude.ai adds 289ms 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 678ms 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 518ms 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 364ms 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 289ms 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
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