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.
5.47 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.98 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.40 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.023
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.68 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.
14.58 s
Page Load Progression
DPage Weight BudgetAction2.1 MB transferred, 69 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
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
FJS Execution CostAction5226ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 1174ms | 273ms | 0ms | 3rd |
| https://orcid.org/main.9e5d0459e9f9d612-en.js | 1004ms | 966ms | 12ms | 1st |
| https://orcid.org/new-relic.runtime.e07cc31d18033aea-en.js | 822ms | 642ms | 52ms | 1st |
| https://static.zdassets.com/web_widget/classic/latest/web-widget-main-22a6ed7.js | 809ms | 650ms | 118ms | 3rd |
| https://orcid.org/ | 443ms | 6ms | 1ms | 1st |
| https://cdn.cookielaw.org/scripttemplates/202310.2.0/otBannerSdk.js | 357ms | 221ms | 56ms | 3rd |
| https://static.zdassets.com/web_widget/classic/latest/web-widget-locales/classic/en-us-json-22a6ed7.js | 213ms | 198ms | 3ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WDKLQXL | 132ms | 83ms | 47ms | 3rd |
| https://orcid.org/polyfills.b7fa1c519b46e0eb-en.js | 112ms | 102ms | 1ms | 1st |
| https://js-agent.newrelic.com/nr-spa-1.310.1.min.js | 97ms | 81ms | 14ms | 3rd |
Showing top 10 of 11 scripts
FJS BundlesAction16 scripts, 543 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://orcid.org/main.9e5d0459e9f9d612-en.js | 512 KB | 294 KB (57%) | ✓ | 1st |
| https://static.zdassets.com/web_widget/classic/latest/web-widget-main-22a6ed7.js | 261 KB | 113 KB (43%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-WDKLQXL | 123 KB | 62 KB (50%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202310.2.0/otBannerSdk.js | 103 KB | 54 KB (52%) | ✓ | 3rd |
| https://js-agent.newrelic.com/nr-spa-1.310.1.min.js | 30 KB | 21 KB (71%) | ✓ | 3rd |
| https://orcid.org/common.152fa3041bfb7341-en.js | 6 KB | — | ✓ | 1st |
| https://cdn.cookielaw.org/consent/5a6d60d3-b085-4e48-8afa-d707c7afc419/OtAutoBlock.js | 6 KB | — | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/otSDKStub.js | 9 KB | — | ✓ | 3rd |
| https://static.zdassets.com/ekr/snippet.js?key=b8313acd-6439-4894-b431-8c5a2ae9e7cb | 5 KB | — | ✓ | 3rd |
| https://orcid.org/920.5e1e29e5a3cd8a88-en.js | 36 KB | — | ✓ | 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
DPage Weight InventoryAction69 resources · 2.1 MB · 543 KB savings availableFIX
~543.1 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 69 resources | 2.1 MiB | ||||||
DHTTP CachingActionno-store (uncacheable)FIX
no-store
| Directive | Value | Meaning |
|---|---|---|
| no-store | — | Never cache this response |
CImage OptimizationAction23 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.
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.
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
AThird-Party Impact37% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading5 fonts (784 KB)PASS
Web fonts
5
784 KB total
Render-blocking
0
of 5
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~392 KB and ~784 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints2 hints, 0 missing preconnectsPASS
Current Resource Hints
2 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
A+Green HostingWhether the site is served from green-energy infrastructurePASS
Green Hosting
This site is hosted on green energy infrastructure
Provider: Cloudflare
Network Waterfall69 requests over 2633msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 1174ms | 0 KB | — | €13/mo | Costly |
Zendesk Widget static.zdassets.com | Customer Support | 809ms | 261 KB | 43% | €9/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 357ms | 103 KB | 52% | €4/mo | Essential |
Zendesk Widget static.zdassets.com | Customer Support | 213ms | 6 KB | — | €2/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 132ms | 123 KB | 50% | €1/mo | Optional |
js-agent.newrelic.com js-agent.newrelic.com | Other | 97ms | 30 KB | 71% | €1/mo | Optional |
Zendesk Widget static.zdassets.com | Customer Support | 65ms | 5 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1174ms and costs ~€13/month
- Zendesk Widget adds 809ms and costs ~€9/month
- Zendesk Widget adds 213ms and costs ~€2/month
54% of JavaScript execution time comes from third-party scripts.
Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.
Learn more ▾ ▴
Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.
Source: web.dev / HTTP Archive Web Almanac
Unattributable takes 1174ms 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
Zendesk Widget takes 809ms 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
52% of OneTrust'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
Zendesk Widget takes 213ms 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
50% 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
71% of js-agent.newrelic.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