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.63 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.13 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
654 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.053
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.63 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.67 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
BPage Weight Budget1.1 MB transferred, 30 requestsREVIEW
BImage Optimization6 images, 0 KB saveableREVIEW
CJS Execution CostAction1501ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.sciencedirect.com/cdn-cgi/challenge-platform/h/g/orchestrate/chl_page/v1?ray=9ed4d17f6e3a04ae | 1057ms | 1015ms | 19ms | 3rd |
| Unattributable | 227ms | 5ms | 0ms | 3rd |
| https://www.sciencedirect.com/ | 216ms | 29ms | 4ms | 3rd |
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 Loading2 fonts (68 KB)PASS
Web fonts
2
68 KB total
Render-blocking
0
of 2
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)
Fixing the unchecked items could save ~20 KB and ~40 ms
A+JS Bundles11 scripts, 0 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.sciencedirect.com/cdn-cgi/challenge-platform/h/g/orchestrate/chl_page/v1?ray=9ed4d17f6e3a04ae | 71 KB | — | ✓ | 3rd |
| https://challenges.cloudflare.com/turnstile/v0/g/b0a7532ac8ec/api.js?onload=cFyL2&render=explicit | 17 KB | — | ✓ | 3rd |
| blob:https://www.sciencedirect.com/a30147dd-1c6d-40d9-a422-3449ec58d119 | 0 KB | — | ✓ | 3rd |
| blob:https://www.sciencedirect.com/c8c8b775-5e0e-4967-8cdf-737fa9040226 | -0 KB | — | ✓ | 3rd |
| blob:https://challenges.cloudflare.com/52656928-eb80-4d3f-a2ce-24db5eef0678 | 0 KB | — | ✓ | 3rd |
| blob:https://challenges.cloudflare.com/9e0b9312-bb62-49d0-b3ec-a7052de5dc3a | -0 KB | — | ✓ | 3rd |
| blob:https://challenges.cloudflare.com/9e0b9312-bb62-49d0-b3ec-a7052de5dc3a | -0 KB | — | ✓ | 3rd |
| blob:https://challenges.cloudflare.com/9e0b9312-bb62-49d0-b3ec-a7052de5dc3a | 0 KB | — | ✓ | 3rd |
| blob:https://challenges.cloudflare.com/9e0b9312-bb62-49d0-b3ec-a7052de5dc3a | 0 KB | — | ✓ | 3rd |
| blob:https://challenges.cloudflare.com/9e0b9312-bb62-49d0-b3ec-a7052de5dc3a | -0 KB | — | ✓ | 3rd |
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints1 hints, 0 missing preconnectsPASS
Current Resource Hints
1 resource hints configured
APage Weight Inventory30 resources · 1.1 MB · 0 KB savings availablePASS
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 30 resources | 1.1 MiB | ||||||
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
AHTTP Cachingmax-age=3600 (1 hour)PASS
max-age=3600
| Directive | Value | Meaning |
|---|---|---|
| max-age | 3600 | Cache for 1 hour |
Network Waterfall30 requests over 2697msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.sciencedirect.com www.sciencedirect.com | Other | 1057ms | 71 KB | — | $14/mo | Costly |
Unattributable Unattributable | Other | 227ms | 0 KB | — | $3/mo | Costly |
www.sciencedirect.com www.sciencedirect.com | Other | 216ms | 519 KB | — | $3/mo | Costly |
These scripts may cost more than they're worth
- www.sciencedirect.com adds 1057ms and costs ~$14/month
- Unattributable adds 227ms and costs ~$3/month
- www.sciencedirect.com adds 216ms 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.sciencedirect.com takes 1057ms 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 227ms 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.sciencedirect.com takes 216ms 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