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.91 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
324 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.003
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.43 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.
6.55 s
Page Load Progression
FPage Weight BudgetAction4.4 MB transferred, 239 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
DJS Execution CostAction3137ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.notion.com/_next/static/chunks/sentry.next.be9c9dd35e340856.js | 723ms | 136ms | 46ms | 3rd |
| https://www.notion.com/_next/static/chunks/framework-23933e8b27fffebb.js | 622ms | 471ms | 5ms | 3rd |
| Unattributable | 586ms | 60ms | 0ms | 3rd |
| https://www.notion.com/ | 410ms | 35ms | 1ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MTWKTL4 | 149ms | 124ms | 17ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-10930095205&cx=c>m=4e6411 | 133ms | 115ms | 16ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-9ZJ8CB186L&cx=c>m=4e6411 | 132ms | 115ms | 16ms | 3rd |
| https://www.notion.com/_next/static/chunks/pages/_app-1ba900149c08adf4.js | 127ms | 85ms | 41ms | 3rd |
| https://www.notion.com/_next/static/chunks/69104.c88aab62f86e84a0.js | 82ms | 2ms | 2ms | 3rd |
| https://www.notion.com/_next/static/chunks/pages/contact-sales-9d6bf5ff4d42d9f4.js | 62ms | 61ms | 1ms | 3rd |
Showing top 10 of 12 scripts
FJS BundlesAction104 scripts, 2.1 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 | 170 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.googletagmanager.com/gtag/js?id=AW-695511889&cx=c>m=4e6411 | 145 KB | 104 KB (72%) | ✓ | 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 | 71 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 Optimization68 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 Waterfall239 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 | 723ms | 192 KB | 89% | $10/mo | Costly |
www.notion.com www.notion.com | Other | 622ms | 46 KB | — | $8/mo | Costly |
Unattributable Unattributable | Other | 586ms | 0 KB | — | $8/mo | Costly |
www.notion.com www.notion.com | Other | 410ms | 58 KB | — | $5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 149ms | 165 KB | 36% | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 133ms | 145 KB | 37% | $2/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 132ms | 170 KB | 38% | $2/mo | Optional |
www.notion.com www.notion.com | Other | 127ms | 252 KB | 32% | $2/mo | Optional |
www.notion.com www.notion.com | Other | 82ms | 15 KB | — | $1/mo | Optional |
www.notion.com www.notion.com | Other | 62ms | 0 KB | — | $1/mo | Optional |
transcend-cdn.com transcend-cdn.com | Other | 60ms | 99 KB | 46% | $1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 51ms | 95 KB | 39% | $1/mo | Optional |
These scripts may cost more than they're worth
- www.notion.com adds 723ms and costs ~$10/month
- www.notion.com adds 622ms and costs ~$8/month
- Unattributable adds 586ms and costs ~$8/month
- www.notion.com adds 410ms and costs ~$5/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 723ms 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 622ms 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 586ms 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 410ms 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