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.
2.98 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
50.03 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
296 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.076
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
14.04 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.
50.49 s
Page Load Progression
FPage Weight BudgetAction14.5 MB transferred, 112 requestsFIX
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
DJS Execution CostAction3070ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.ssrn.com/_next/static/chunks/117-178354e50e9d31d2.js | 1191ms | 579ms | 28ms | 3rd |
| https://www.ssrn.com/ssrn/ | 780ms | 5ms | 3ms | 3rd |
| Unattributable | 630ms | 106ms | 0ms | 3rd |
| https://cdn.ssrn.com/ssrn-header-widget/static/js/main.js | 189ms | 124ms | 46ms | 3rd |
| https://www.ssrn.com/_next/static/chunks/fd9d1056-4917a1c645b02215.js | 160ms | 115ms | 13ms | 3rd |
| https://www.ssrn.com/_next/static/chunks/webpack-e40af80718fbe323.js | 119ms | 118ms | 1ms | 3rd |
DPage Weight InventoryAction112 resources · 14.5 MB · 57 KB savings availableFIX
~57.3 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 112 resources | 14.5 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization22 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
BJS Bundles13 scripts, 57 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.ssrn.com/ssrn-header-widget/static/js/main.js | 143 KB | 57 KB (40%) | ✓ | 3rd |
| https://www.ssrn.com/_next/static/chunks/142-59b58a8ccf274b9a.js | 45 KB | — | ✓ | 3rd |
| https://www.ssrn.com/_next/static/chunks/webpack-e40af80718fbe323.js | 2 KB | — | ✓ | 3rd |
| https://www.ssrn.com/_next/static/chunks/fd9d1056-4917a1c645b02215.js | 53 KB | — | ✓ | 3rd |
| https://www.ssrn.com/_next/static/chunks/117-178354e50e9d31d2.js | 31 KB | — | ✓ | 3rd |
| https://www.ssrn.com/_next/static/chunks/main-app-74e1b89d688e8afd.js | 0 KB | — | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/otSDKStub.js | 0 KB | — | ✓ | 3rd |
| https://www.ssrn.com/_next/static/chunks/667-6e8a9aee61851cfd.js | 3 KB | — | ✓ | 3rd |
| https://www.ssrn.com/_next/static/chunks/app/layout-c4655cd09d65bda4.js | 9 KB | — | ✓ | 3rd |
| https://www.ssrn.com/_next/static/chunks/270-4917c068f98cd316.js | 25 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
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 Loading3 fonts (107 KB)PASS
Web fonts
3
107 KB total
Render-blocking
0
of 3
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
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall112 requests over 2728msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.ssrn.com www.ssrn.com | Other | 1191ms | 31 KB | — | $16/mo | Costly |
www.ssrn.com www.ssrn.com | Other | 780ms | 70 KB | — | $10/mo | Costly |
Unattributable Unattributable | Other | 630ms | 0 KB | — | $8/mo | Costly |
cdn.ssrn.com cdn.ssrn.com | Other | 189ms | 143 KB | 40% | $3/mo | Optional |
www.ssrn.com www.ssrn.com | Other | 160ms | 53 KB | — | $2/mo | Optional |
www.ssrn.com www.ssrn.com | Other | 119ms | 2 KB | — | $2/mo | Optional |
These scripts may cost more than they're worth
- www.ssrn.com adds 1191ms and costs ~$16/month
- www.ssrn.com adds 780ms and costs ~$10/month
- Unattributable adds 630ms and costs ~$8/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.ssrn.com takes 1191ms 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.ssrn.com takes 780ms 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 630ms 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