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.
10.00 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
21.40 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.74 s
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.
10.00 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.
21.53 s
Page Load Progression
FPage Weight BudgetAction3.0 MB transferred, 132 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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
Source: web.dev
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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction9273ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 2393ms | 908ms | 0ms | 3rd |
| https://1password.com/_next/static/chunks/framework-b9fd9bcc3ecde907.js?dpl=dpl_3ETtrf6YZYuQAaGKzJ8t6s2P3Pmd | 2187ms | 1844ms | 25ms | 3rd |
| https://1password.com/ | 1494ms | 2ms | 0ms | 3rd |
| https://1password.com/_next/static/chunks/pages/%5B%5B...slug%5D%5D-e8c27fe4287662cf.js?dpl=dpl_3ETtrf6YZYuQAaGKzJ8t6s2P3Pmd | 446ms | 444ms | 1ms | 3rd |
| https://1password.com/_next/static/chunks/bc1a11eb-39d6b105a12c9d8e.js?dpl=dpl_3ETtrf6YZYuQAaGKzJ8t6s2P3Pmd | 429ms | 406ms | 22ms | 3rd |
| https://1password.com/_next/static/chunks/3171-baaca19acadc507b.js?dpl=dpl_3ETtrf6YZYuQAaGKzJ8t6s2P3Pmd | 329ms | 188ms | 25ms | 3rd |
| https://1password.com/_next/static/css/776567fbd6210af8.css?dpl=dpl_3ETtrf6YZYuQAaGKzJ8t6s2P3Pmd | 306ms | 0ms | 0ms | 3rd |
| https://transcend-cdn.com/cm/fa619274-3c15-4155-bbec-c0cb75733259/ui.js | 292ms | 235ms | 53ms | 3rd |
| https://1password.com/6si.min.js | 283ms | 258ms | 5ms | 3rd |
| https://1password.com/_next/static/chunks/pages/_app-b5117911cac3e570.js?dpl=dpl_3ETtrf6YZYuQAaGKzJ8t6s2P3Pmd | 257ms | 175ms | 81ms | 3rd |
Showing top 10 of 17 scripts
BImage Optimization42 images, 0 KB saveableREVIEW
CJS BundlesAction44 scripts, 285 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://1password.com/_next/static/chunks/1380-23d45b7c0830f5df.js?dpl=dpl_3ETtrf6YZYuQAaGKzJ8t6s2P3Pmd | 137 KB | 64 KB (48%) | ✓ | 3rd |
| https://1password.com/_next/static/chunks/pages/_app-b5117911cac3e570.js?dpl=dpl_3ETtrf6YZYuQAaGKzJ8t6s2P3Pmd | 137 KB | 44 KB (33%) | ✓ | 3rd |
| https://transcend-cdn.com/cm/fa619274-3c15-4155-bbec-c0cb75733259/ui.js | 99 KB | 38 KB (38%) | ✓ | 3rd |
| https://1password.com/_next/static/chunks/3171-baaca19acadc507b.js?dpl=dpl_3ETtrf6YZYuQAaGKzJ8t6s2P3Pmd | 63 KB | 33 KB (54%) | ✓ | 3rd |
| https://1password.com/_next/static/chunks/6563-54aa583b2aa4597d.js?dpl=dpl_3ETtrf6YZYuQAaGKzJ8t6s2P3Pmd | 50 KB | 31 KB (65%) | ✓ | 3rd |
| https://1password.com/_next/static/chunks/4064-c74433f99dc46b66.js?dpl=dpl_3ETtrf6YZYuQAaGKzJ8t6s2P3Pmd | 63 KB | 30 KB (50%) | ✓ | 3rd |
| https://1password.com/_next/static/chunks/3447-687e2c50eea3ba65.js?dpl=dpl_3ETtrf6YZYuQAaGKzJ8t6s2P3Pmd | 66 KB | 26 KB (41%) | ✓ | 3rd |
| https://transcend-cdn.com/cm/fa619274-3c15-4155-bbec-c0cb75733259/airgap.js | 53 KB | 20 KB (39%) | ✓ | 3rd |
| https://1password.com/_next/static/chunks/6246.25d99a1e87dc3e57.js?dpl=dpl_3ETtrf6YZYuQAaGKzJ8t6s2P3Pmd | 5 KB | — | ✓ | 3rd |
| https://1password.com/_next/static/chunks/6307.0ea24fcfa26fdf0c.js?dpl=dpl_3ETtrf6YZYuQAaGKzJ8t6s2P3Pmd | 4 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
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 |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading2 fonts (57 KB)PASS
Web fonts
2
57 KB total
Render-blocking
0
of 2
Dominant font-display
swap
Most common across fonts
Font loading timeline
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)
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints14 hints, 0 missing preconnectsPASS
Current Resource Hints
14 resource hints configured
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall132 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 | 2393ms | 0 KB | — | €38/mo | Costly |
1password.com 1password.com | Other | 2187ms | 48 KB | — | €35/mo | Costly |
1password.com 1password.com | Other | 1494ms | 165 KB | — | €24/mo | Costly |
1password.com 1password.com | Other | 446ms | 4 KB | — | €7/mo | Costly |
1password.com 1password.com | Other | 429ms | 42 KB | — | €7/mo | Costly |
1password.com 1password.com | Other | 329ms | 63 KB | 54% | €5/mo | Costly |
1password.com 1password.com | Other | 306ms | 366 KB | — | €5/mo | Costly |
transcend-cdn.com transcend-cdn.com | Other | 292ms | 99 KB | 38% | €5/mo | Costly |
1password.com 1password.com | Other | 283ms | 14 KB | — | €5/mo | Costly |
1password.com 1password.com | Other | 257ms | 137 KB | 33% | €4/mo | Costly |
1password.com 1password.com | Other | 256ms | 42 KB | — | €4/mo | Costly |
1password.com 1password.com | Other | 179ms | 64 KB | — | €3/mo | Optional |
transcend-cdn.com transcend-cdn.com | Other | 145ms | 53 KB | 39% | €2/mo | Optional |
1password.com 1password.com | Other | 95ms | 25 KB | — | €2/mo | Optional |
1password.com 1password.com | Other | 65ms | 66 KB | 41% | €1/mo | Optional |
1password.com 1password.com | Other | 63ms | 137 KB | 48% | €1/mo | Optional |
1password.com 1password.com | Other | 52ms | 15 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 2393ms and costs ~€38/month
- 1password.com adds 2187ms and costs ~€35/month
- 1password.com adds 1494ms and costs ~€24/month
- 1password.com adds 446ms and costs ~€7/month
- 1password.com adds 429ms and costs ~€7/month
- 1password.com adds 329ms and costs ~€5/month
- 1password.com adds 306ms and costs ~€5/month
- transcend-cdn.com adds 292ms and costs ~€5/month
- 1password.com adds 283ms and costs ~€5/month
- 1password.com adds 257ms and costs ~€4/month
- 1password.com adds 256ms and costs ~€4/month
100% 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
Unattributable takes 2393ms 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
1password.com takes 2187ms 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
1password.com takes 1494ms 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
1password.com takes 446ms 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
1password.com takes 429ms 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
1password.com takes 329ms 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
54% of 1password.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
1password.com takes 306ms 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
transcend-cdn.com takes 292ms 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
1password.com takes 283ms 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
1password.com takes 257ms 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
1password.com takes 256ms 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