Performance
· 17 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.
4.18 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.41 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
11.52 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.874
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
10.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.
28.38 s
Page Load Progression
FPage Weight BudgetAction7.2 MB transferred, 136 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
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
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 CostAction25796ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.docusign.com/_marketing/_next/static/chunks/dd70c3ca-376d36b04396a654.js | 14154ms | 13481ms | 27ms | 3rd |
| https://www.docusign.com/_marketing/_next/static/chunks/5362-7a963c544db094d2.js | 4058ms | 3622ms | 123ms | 3rd |
| https://www.docusign.com/_marketing/_next/static/chunks/framework-f3bd6b15b0aa4ebf.js | 1610ms | 1376ms | 15ms | 3rd |
| https://players.brightcove.net/6118377982001/default_default/index.min.js | 1314ms | 683ms | 397ms | 3rd |
| Unattributable | 1143ms | 54ms | 0ms | 3rd |
| https://cdn.optimizely.com/public/275532918/20917322951/9839_a95fa5af8c2ebc125eb4257bff8ff326dfbfe6aa8014ddf58035183d258adcc4_edge_helper.js | 948ms | 822ms | 32ms | 3rd |
| https://www.docusign.com/ | 890ms | 23ms | 2ms | 3rd |
| https://www.docusign.com/_marketing/_next/static/chunks/pages/%5B%5B...page%5D%5D-bd7021908d1e5600.js | 490ms | 468ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NXX2M47 | 394ms | 314ms | 67ms | 3rd |
| https://www.docusign.com/_marketing/_next/static/chunks/pages/_app-90aa5871531e79a3.js | 328ms | 271ms | 55ms | 3rd |
Showing top 10 of 14 scripts
FJS BundlesAction38 scripts, 837 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.docusign.com/_marketing/_next/static/chunks/5362-7a963c544db094d2.js | 380 KB | 224 KB (59%) | ✓ | 3rd |
| https://www.docusign.com/_marketing/_next/static/chunks/5867-557e7f751ba4935e.js | 337 KB | 141 KB (42%) | ✓ | 3rd |
| https://players.brightcove.net/6118377982001/default_default/index.min.js | 244 KB | 129 KB (53%) | ✓ | 3rd |
| https://www.docusign.com/_marketing/_next/static/chunks/e893f787-e592a700afb2a884.js | 84 KB | 84 KB (100%) | ✓ | 3rd |
| https://www.docusign.com/_marketing/_next/static/chunks/pages/_app-90aa5871531e79a3.js | 176 KB | 84 KB (48%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NXX2M47 | 195 KB | 71 KB (36%) | ✓ | 3rd |
| https://www.docusign.com/_marketing/_next/static/chunks/dd70c3ca-376d36b04396a654.js | 47 KB | 44 KB (94%) | ✓ | 3rd |
| https://cdn.optimizely.com/public/275532918/20917322951/9839_a95fa5af8c2ebc125eb4257bff8ff326dfbfe6aa8014ddf58035183d258adcc4_edge_helper.js | 108 KB | 37 KB (34%) | ✓ | 3rd |
| https://www.docusign.com/_marketing/_next/static/chunks/6111-1ad239201f6050f0.js | 24 KB | 23 KB (98%) | ✓ | 3rd |
| https://www.docusign.com/_marketing/_next/static/chunks/8834-c7755506eacf9ce3.js | 7 KB | — | ✓ | 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
FPage Weight InventoryAction136 resources · 7.2 MB · 837 KB savings availableFIX
~837.3 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 136 resources | 7.2 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction51 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Performance issues directly impact user engagement and conversion rates.
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
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
- Convert to woff2 for ~30% smaller file size
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)
Fixing the unchecked items could save ~1 KB and ~2 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints13 hints, 0 missing preconnectsPASS
Current Resource Hints
13 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall136 requests over 5393msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.docusign.com www.docusign.com | Other | 14154ms | 47 KB | 94% | $265/mo | Costly |
www.docusign.com www.docusign.com | Other | 4058ms | 380 KB | 59% | $76/mo | Costly |
www.docusign.com www.docusign.com | Other | 1610ms | 54 KB | — | $30/mo | Costly |
players.brightcove.net players.brightcove.net | Other | 1314ms | 244 KB | 53% | $25/mo | Costly |
Unattributable Unattributable | Other | 1143ms | 0 KB | — | $21/mo | Costly |
Optimizely cdn.optimizely.com | A/B Testing | 948ms | 108 KB | 34% | $18/mo | Costly |
www.docusign.com www.docusign.com | Other | 890ms | 112 KB | — | $17/mo | Costly |
www.docusign.com www.docusign.com | Other | 490ms | 1 KB | — | $9/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 394ms | 195 KB | 36% | $7/mo | Costly |
www.docusign.com www.docusign.com | Other | 328ms | 176 KB | 48% | $6/mo | Costly |
www.docusign.com www.docusign.com | Other | 149ms | 337 KB | 42% | $3/mo | Optional |
cdn.sift.com cdn.sift.com | Other | 143ms | 20 KB | — | $3/mo | Optional |
www.docusign.com www.docusign.com | Other | 94ms | 14 KB | — | $2/mo | Optional |
www.docusign.com www.docusign.com | Other | 81ms | 39 KB | — | $2/mo | Optional |
These scripts may cost more than they're worth
- www.docusign.com adds 14154ms and costs ~$265/month
- www.docusign.com adds 4058ms and costs ~$76/month
- www.docusign.com adds 1610ms and costs ~$30/month
- players.brightcove.net adds 1314ms and costs ~$25/month
- Unattributable adds 1143ms and costs ~$21/month
- Optimizely adds 948ms and costs ~$18/month
- www.docusign.com adds 890ms and costs ~$17/month
- www.docusign.com adds 490ms and costs ~$9/month
- Google Tag Manager adds 394ms and costs ~$7/month
- www.docusign.com adds 328ms and costs ~$6/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.docusign.com takes 14154ms 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
94% of www.docusign.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.docusign.com takes 4058ms 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
59% of www.docusign.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.docusign.com takes 1610ms 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
players.brightcove.net takes 1314ms 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
53% of players.brightcove.net'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
Unattributable takes 1143ms 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
Optimizely takes 948ms 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.docusign.com takes 890ms 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.docusign.com takes 490ms 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 394ms 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.docusign.com takes 328ms 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