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.56 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.35 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.53 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.
9.12 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.
19.46 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
FJS Execution CostAction17787ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.notion.com/_next/static/chunks/sentry.next.b86bbc7e3c4c69d4.js | 7877ms | 769ms | 146ms | 1st |
| https://www.notion.com/_next/static/chunks/framework-23933e8b27fffebb.js | 2633ms | 2093ms | 24ms | 1st |
| https://www.notion.com/ | 2526ms | 139ms | 4ms | 1st |
| Unattributable | 2121ms | 249ms | 0ms | 3rd |
| https://www.notion.com/_next/static/chunks/pages/_app-cc3cb09fde2cc575.js | 583ms | 392ms | 187ms | 1st |
| https://www.notion.com/_next/static/chunks/72678-7ff9da2b70602702.js | 353ms | 310ms | 41ms | 1st |
| https://transcend-cdn.com/cm/a36a42ad-3a71-444f-9e8a-b19950129dc6/ui.js | 270ms | 211ms | 57ms | 3rd |
| https://www.notion.com/_next/static/chunks/28247.34de659cc7185b53.js | 248ms | 7ms | 8ms | 1st |
| https://www.notion.com/_next/static/chunks/pages/product-3e61ab83e40744f3.js | 232ms | 230ms | 0ms | 1st |
| https://transcend-cdn.com/cm/a36a42ad-3a71-444f-9e8a-b19950129dc6/airgap.js | 223ms | 196ms | 21ms | 3rd |
Showing top 10 of 15 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.b86bbc7e3c4c69d4.js | 192 KB | 171 KB (89%) | ✓ | 1st |
| https://www.notion.com/_next/static/chunks/e96d881e-a2a503c1cb8af6df.js | 68 KB | 129 KB (60%) | ✓ | 1st |
| https://www.notion.com/_next/static/chunks/e96d881e-a2a503c1cb8af6df.js | 0 KB | 129 KB (60%) | ✓ | 1st |
| https://www.notion.com/_next/static/chunks/17270-bf2dfc8416258a85.js | 0 KB | 113 KB (99%) | ✓ | 1st |
| https://www.notion.com/_next/static/chunks/17270-bf2dfc8416258a85.js | 41 KB | 113 KB (99%) | ✓ | 1st |
| https://www.notion.com/_next/static/chunks/95503-1aa967ee7bce5b4e.js | 0 KB | 99 KB (57%) | ✓ | 1st |
| https://www.notion.com/_next/static/chunks/95503-1aa967ee7bce5b4e.js | 67 KB | 99 KB (57%) | ✓ | 1st |
| https://www.notion.com/_next/static/chunks/57222-df217cf4a9967285.js | 0 KB | 87 KB (77%) | ✓ | 1st |
| https://www.notion.com/_next/static/chunks/57222-df217cf4a9967285.js | 39 KB | 87 KB (77%) | ✓ | 1st |
| https://www.notion.com/_next/static/chunks/pages/_app-cc3cb09fde2cc575.js | 252 KB | 80 KB (32%) | ✓ | 1st |
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
BImage Optimization48 images, 0 KB saveableREVIEW
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingpublic, max-age=0REVIEW
public, max-age=0
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 0 | Cache for 0 seconds |
A+Third-Party Impact14% third-party, 0 ms blockingPASS
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 Hints44 hints, 0 missing preconnectsPASS
Current Resource Hints
44 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
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 |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 2121ms | 0 KB | — | $28/mo | Costly |
transcend-cdn.com transcend-cdn.com | Other | 270ms | 99 KB | 39% | $4/mo | Costly |
transcend-cdn.com transcend-cdn.com | Other | 223ms | 54 KB | — | $3/mo | Costly |
adora-cdn.com adora-cdn.com | Other | 61ms | 47 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 2121ms and costs ~$28/month
- transcend-cdn.com adds 270ms and costs ~$4/month
- transcend-cdn.com adds 223ms and costs ~$3/month
Unattributable takes 2121ms 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 270ms 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 223ms 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