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.
1.21 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.98 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
431 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.004
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.56 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.
4.96 s
Page Load Progression
FPage Weight BudgetAction3.6 MB transferred, 193 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
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 CostAction3621ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.notion.com/_next/static/chunks/framework-23933e8b27fffebb.js | 881ms | 656ms | 7ms | 3rd |
| https://www.notion.com/_next/static/chunks/sentry.next.be9c9dd35e340856.js | 692ms | 164ms | 46ms | 3rd |
| https://www.notion.com/ | 649ms | 42ms | 1ms | 3rd |
| Unattributable | 634ms | 64ms | 0ms | 3rd |
| https://www.notion.com/_next/static/chunks/pages/_app-1ba900149c08adf4.js | 167ms | 114ms | 52ms | 3rd |
| https://transcend-cdn.com/cm/a36a42ad-3a71-444f-9e8a-b19950129dc6/ui.js | 115ms | 90ms | 24ms | 3rd |
| https://www.notion.com/_next/static/chunks/71564-8b3bdbd0a7387558.js | 112ms | 94ms | 1ms | 3rd |
| https://www.notion.com/_next/static/chunks/main-9070ba6adf5df692.js | 97ms | 85ms | 6ms | 3rd |
| https://www.notion.com/_next/static/chunks/69104.c88aab62f86e84a0.js | 95ms | 3ms | 4ms | 3rd |
| https://transcend-cdn.com/cm/a36a42ad-3a71-444f-9e8a-b19950129dc6/airgap.js | 68ms | 60ms | 6ms | 3rd |
Showing top 10 of 12 scripts
FJS BundlesAction87 scripts, 1.8 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.notion.com/_next/static/chunks/sentry.next.be9c9dd35e340856.js | 192 KB | 171 KB (89%) | ✓ | 3rd |
| https://www.notion.com/_next/static/chunks/e96d881e-a2a503c1cb8af6df.js | 0 KB | 129 KB (60%) | ✓ | 3rd |
| https://www.notion.com/_next/static/chunks/e96d881e-a2a503c1cb8af6df.js | 68 KB | 129 KB (60%) | ✓ | 3rd |
| https://www.notion.com/_next/static/chunks/17270-bf2dfc8416258a85.js | 0 KB | 113 KB (99%) | ✓ | 3rd |
| https://www.notion.com/_next/static/chunks/17270-bf2dfc8416258a85.js | 41 KB | 113 KB (99%) | ✓ | 3rd |
| https://www.notion.com/_next/static/chunks/95503-1aa967ee7bce5b4e.js | 67 KB | 99 KB (57%) | ✓ | 3rd |
| https://www.notion.com/_next/static/chunks/95503-1aa967ee7bce5b4e.js | 0 KB | 99 KB (57%) | ✓ | 3rd |
| https://www.notion.com/_next/static/chunks/pages/_app-1ba900149c08adf4.js | 252 KB | 80 KB (32%) | ✓ | 3rd |
| https://accounts.google.com/gsi/client | 93 KB | 70 KB (76%) | ✓ | 3rd |
| https://www.notion.com/_next/static/chunks/57222-f7dea7c609c3b5ed.js | 0 KB | 58 KB (67%) | ✓ | 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
DHTTP CachingActionno-store (uncacheable)FIX
no-store
| Directive | Value | Meaning |
|---|---|---|
| no-store | — | Never cache this response |
BImage Optimization54 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading6 fonts (163 KB)PASS
Web fonts
6
163 KB total
Render-blocking
0
of 6
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 HintsNo optimization neededPASS
Network Waterfall193 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 |
|---|---|---|---|---|---|---|
www.notion.com www.notion.com | Other | 881ms | 46 KB | — | $12/mo | Costly |
www.notion.com www.notion.com | Other | 692ms | 192 KB | 89% | $9/mo | Costly |
www.notion.com www.notion.com | Other | 649ms | 58 KB | — | $9/mo | Costly |
Unattributable Unattributable | Other | 634ms | 0 KB | — | $8/mo | Costly |
www.notion.com www.notion.com | Other | 167ms | 252 KB | 32% | $2/mo | Optional |
transcend-cdn.com transcend-cdn.com | Other | 115ms | 99 KB | 39% | $2/mo | Optional |
www.notion.com www.notion.com | Other | 112ms | 0 KB | 84% | $1/mo | Optional |
www.notion.com www.notion.com | Other | 97ms | 41 KB | — | $1/mo | Optional |
www.notion.com www.notion.com | Other | 95ms | 15 KB | — | $1/mo | Optional |
transcend-cdn.com transcend-cdn.com | Other | 68ms | 54 KB | — | $1/mo | Optional |
www.notion.com www.notion.com | Other | 57ms | 1 KB | — | $1/mo | Optional |
www.notion.com www.notion.com | Other | 55ms | 36 KB | 80% | $1/mo | Optional |
These scripts may cost more than they're worth
- www.notion.com adds 881ms and costs ~$12/month
- www.notion.com adds 692ms and costs ~$9/month
- www.notion.com adds 649ms and costs ~$9/month
- Unattributable adds 634ms and costs ~$8/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
www.notion.com takes 881ms 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
www.notion.com takes 692ms 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
89% of www.notion.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
www.notion.com takes 649ms 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 634ms 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
84% of www.notion.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
80% of www.notion.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