Performance
· 16 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.
2.81 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.02 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.88 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.013
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.19 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.
26.00 s
Page Load Progression
FPage Weight BudgetAction3.3 MB transferred, 231 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 CostAction17076ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.notion.com/_next/static/chunks/sentry.next.be9c9dd35e340856.js | 7517ms | 597ms | 130ms | 3rd |
| https://www.notion.com/ | 1987ms | 120ms | 3ms | 3rd |
| https://www.notion.com/_next/static/chunks/framework-23933e8b27fffebb.js | 1921ms | 1462ms | 17ms | 3rd |
| Unattributable | 1815ms | 225ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-MTWKTL4 | 555ms | 463ms | 69ms | 3rd |
| https://www.notion.com/_next/static/chunks/pages/_app-1ba900149c08adf4.js | 508ms | 346ms | 159ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-10930095205&cx=c>m=4e6411 | 430ms | 371ms | 54ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-9ZJ8CB186L&cx=c>m=4e6411 | 420ms | 343ms | 65ms | 3rd |
| https://www.notion.com/_next/static/chunks/pages/contact-sales-9d6bf5ff4d42d9f4.js | 235ms | 231ms | 3ms | 3rd |
| https://transcend-cdn.com/cm/a36a42ad-3a71-444f-9e8a-b19950129dc6/ui.js | 224ms | 174ms | 48ms | 3rd |
Showing top 10 of 23 scripts
FJS BundlesAction105 scripts, 2.2 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 | 68 KB | 129 KB (60%) | ✓ | 3rd |
| https://www.notion.com/_next/static/chunks/e96d881e-a2a503c1cb8af6df.js | 0 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.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://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 Optimization62 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
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall231 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 | 7517ms | 192 KB | 89% | $100/mo | Costly |
www.notion.com www.notion.com | Other | 1987ms | 58 KB | — | $26/mo | Costly |
www.notion.com www.notion.com | Other | 1921ms | 46 KB | — | $26/mo | Costly |
Unattributable Unattributable | Other | 1815ms | 0 KB | — | $24/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 555ms | 165 KB | 36% | $7/mo | Costly |
www.notion.com www.notion.com | Other | 508ms | 252 KB | 32% | $7/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 430ms | 145 KB | 37% | $6/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 420ms | 170 KB | 38% | $6/mo | Costly |
www.notion.com www.notion.com | Other | 235ms | 0 KB | — | $3/mo | Costly |
transcend-cdn.com transcend-cdn.com | Other | 224ms | 98 KB | 46% | $3/mo | Costly |
www.notion.com www.notion.com | Other | 210ms | 15 KB | — | $3/mo | Costly |
Facebook Pixel connect.facebook.net | Advertising | 181ms | 95 KB | 39% | $2/mo | Optional |
www.notion.com www.notion.com | Other | 164ms | 41 KB | — | $2/mo | Optional |
www.notion.com www.notion.com | Other | 141ms | 1 KB | — | $2/mo | Optional |
www.notion.com www.notion.com | Other | 120ms | 24 KB | — | $2/mo | Optional |
transcend-cdn.com transcend-cdn.com | Other | 108ms | 54 KB | — | $1/mo | Optional |
Facebook Pixel connect.facebook.net | Advertising | 106ms | 37 KB | — | $1/mo | Optional |
www.notion.com www.notion.com | Other | 99ms | 36 KB | 80% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 87ms | 145 KB | 72% | $1/mo | Optional |
LinkedIn Insight snap.licdn.com | Advertising | 81ms | 19 KB | — | $1/mo | Optional |
Twitter/X Pixel static.ads-twitter.com | Advertising | 62ms | 13 KB | — | $1/mo | Optional |
ssl.pstatic.net ssl.pstatic.net | Other | 53ms | 18 KB | — | $1/mo | Optional |
adora-cdn.com adora-cdn.com | Other | 51ms | 47 KB | 79% | $1/mo | Optional |
These scripts may cost more than they're worth
- www.notion.com adds 7517ms and costs ~$100/month
- www.notion.com adds 1987ms and costs ~$26/month
- www.notion.com adds 1921ms and costs ~$26/month
- Unattributable adds 1815ms and costs ~$24/month
- Google Tag Manager adds 555ms and costs ~$7/month
- www.notion.com adds 508ms and costs ~$7/month
- Google Tag Manager adds 430ms and costs ~$6/month
- Google Tag Manager adds 420ms and costs ~$6/month
- www.notion.com adds 235ms and costs ~$3/month
- transcend-cdn.com adds 224ms and costs ~$3/month
- www.notion.com adds 210ms 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 7517ms 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 1987ms 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 1921ms 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 1815ms 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
Google Tag Manager takes 555ms 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 508ms 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
Google Tag Manager takes 430ms 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
Google Tag Manager takes 420ms 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 235ms 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 224ms 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 210ms 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
72% of Google Tag Manager'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