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.
3.59 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.10 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.81 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.47 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.
20.80 s
Page Load Progression
DPage Weight BudgetAction2.5 MB transferred, 184 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 CostAction18939ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.notion.com/_next/static/chunks/sentry.next.be9c9dd35e340856.js | 8260ms | 771ms | 175ms | 3rd |
| https://www.notion.com/_next/static/chunks/framework-23933e8b27fffebb.js | 3062ms | 2299ms | 29ms | 3rd |
| https://www.notion.com/ | 2455ms | 195ms | 4ms | 3rd |
| Unattributable | 2311ms | 251ms | 0ms | 3rd |
| https://www.notion.com/_next/static/chunks/pages/_app-1ba900149c08adf4.js | 659ms | 452ms | 202ms | 3rd |
| https://www.notion.com/_next/static/chunks/72678-7ff9da2b70602702.js | 383ms | 334ms | 47ms | 3rd |
| https://transcend-cdn.com/cm/a36a42ad-3a71-444f-9e8a-b19950129dc6/ui.js | 370ms | 310ms | 58ms | 3rd |
| https://transcend-cdn.com/cm/a36a42ad-3a71-444f-9e8a-b19950129dc6/airgap.js | 264ms | 231ms | 23ms | 3rd |
| https://www.notion.com/_next/static/chunks/main-9070ba6adf5df692.js | 245ms | 204ms | 27ms | 3rd |
| https://www.notion.com/_next/static/chunks/pages/product-b7657f40f3492409.js | 222ms | 220ms | 1ms | 3rd |
Showing top 10 of 17 scripts
FJS BundlesAction88 scripts, 1.9 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 | 41 KB | 113 KB (99%) | ✓ | 3rd |
| https://www.notion.com/_next/static/chunks/17270-bf2dfc8416258a85.js | 0 KB | 113 KB (99%) | ✓ | 3rd |
| https://www.notion.com/_next/static/chunks/95503-1aa967ee7bce5b4e.js | 0 KB | 99 KB (57%) | ✓ | 3rd |
| https://www.notion.com/_next/static/chunks/95503-1aa967ee7bce5b4e.js | 67 KB | 99 KB (57%) | ✓ | 3rd |
| https://www.notion.com/_next/static/chunks/pages/_app-1ba900149c08adf4.js | 252 KB | 80 KB (32%) | ✓ | 3rd |
| https://www.notion.com/_next/static/chunks/pages/product/%5Bslug%5D-ff524b0bb483a545.js | 28 KB | 69 KB (76%) | ✓ | 3rd |
| https://www.notion.com/_next/static/chunks/pages/product/%5Bslug%5D-ff524b0bb483a545.js | 0 KB | 69 KB (76%) | ✓ | 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 Optimization48 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 Hints54 hints, 0 missing preconnectsPASS
Current Resource Hints
54 resource hints configured
Network Waterfall184 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 | 8260ms | 192 KB | 89% | $110/mo | Costly |
www.notion.com www.notion.com | Other | 3062ms | 46 KB | — | $41/mo | Costly |
www.notion.com www.notion.com | Other | 2455ms | 58 KB | — | $33/mo | Costly |
Unattributable Unattributable | Other | 2311ms | 0 KB | — | $31/mo | Costly |
www.notion.com www.notion.com | Other | 659ms | 252 KB | 32% | $9/mo | Costly |
www.notion.com www.notion.com | Other | 383ms | 0 KB | — | $5/mo | Costly |
transcend-cdn.com transcend-cdn.com | Other | 370ms | 99 KB | 39% | $5/mo | Costly |
transcend-cdn.com transcend-cdn.com | Other | 264ms | 54 KB | — | $4/mo | Costly |
www.notion.com www.notion.com | Other | 245ms | 41 KB | — | $3/mo | Costly |
www.notion.com www.notion.com | Other | 222ms | 1 KB | — | $3/mo | Costly |
www.notion.com www.notion.com | Other | 191ms | 15 KB | — | $3/mo | Optional |
www.notion.com www.notion.com | Other | 176ms | 36 KB | 80% | $2/mo | Optional |
www.notion.com www.notion.com | Other | 106ms | 24 KB | — | $1/mo | Optional |
adora-cdn.com adora-cdn.com | Other | 68ms | 47 KB | 79% | $1/mo | Optional |
www.notion.com www.notion.com | Other | 64ms | 19 KB | — | $1/mo | Optional |
www.notion.com www.notion.com | Other | 54ms | 29 KB | — | $1/mo | Optional |
www.notion.com www.notion.com | Other | 50ms | 24 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- www.notion.com adds 8260ms and costs ~$110/month
- www.notion.com adds 3062ms and costs ~$41/month
- www.notion.com adds 2455ms and costs ~$33/month
- Unattributable adds 2311ms and costs ~$31/month
- www.notion.com adds 659ms and costs ~$9/month
- www.notion.com adds 383ms and costs ~$5/month
- transcend-cdn.com adds 370ms and costs ~$5/month
- transcend-cdn.com adds 264ms and costs ~$4/month
- www.notion.com adds 245ms and costs ~$3/month
- www.notion.com adds 222ms and costs ~$3/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 8260ms 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 3062ms 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 2455ms 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 2311ms 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 659ms 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 383ms 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 370ms 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 264ms 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 245ms 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 222ms 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
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
79% of adora-cdn.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