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.
3.57 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
34.06 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.26 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.47 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.
34.53 s
Page Load Progression
FPage Weight BudgetAction5.8 MB transferred, 40 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
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
Source: web.dev
DJS Execution CostAction2135ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://zenodo.org/static/dist/js/base-theme-rdm.8c1a005fb1f90f95a2c6.js | 756ms | 754ms | 2ms | 1st |
| https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.2/es5/tex-mml-chtml.js?config=TeX-AMS-MML_HTMLorMML | 463ms | 349ms | 102ms | 3rd |
| Unattributable | 280ms | 5ms | 0ms | 3rd |
| https://zenodo.org/ | 255ms | 10ms | 2ms | 1st |
| https://zenodo.org/static/dist/js/zenodo-rdm-communities-carousel.e73a34523857c7369d92.js | 160ms | 6ms | 0ms | 1st |
| https://zenodo.org/static/dist/js/1057.a721f4208c91fd46e349.js | 126ms | 2ms | 116ms | 1st |
| https://zenodo.org/static/dist/css/3526.496cd2b949c08130e777.css | 94ms | 0ms | 0ms | 1st |
FJS BundlesAction23 scripts, 1.9 MB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://zenodo.org/static/dist/js/1057.a721f4208c91fd46e349.js | 1286 KB | 987 KB (77%) | ✓ | 1st |
| https://zenodo.org/static/dist/js/3526.d2d1858da044613c6154.js | 271 KB | 244 KB (90%) | ✓ | 1st |
| https://zenodo.org/static/dist/js/8064.6e912921ea6918de776d.js | 363 KB | 229 KB (63%) | ✓ | 1st |
| https://zenodo.org/static/dist/js/8871.987bc777996af95ba9d4.js | 294 KB | 220 KB (75%) | ✓ | 1st |
| https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.2/es5/tex-mml-chtml.js?config=TeX-AMS-MML_HTMLorMML | 201 KB | 97 KB (49%) | ✓ | 3rd |
| https://zenodo.org/static/dist/js/2827.a8bbc0b6614aa6d344c2.js | 209 KB | 93 KB (45%) | ✓ | 1st |
| https://zenodo.org/static/dist/js/73.eff6d29b79c9412c5335.js | 86 KB | 60 KB (71%) | ✓ | 1st |
| https://zenodo.org/static/dist/js/5941.579c270a17ef63bbe49f.js | 32 KB | 25 KB (81%) | ✓ | 1st |
| https://zenodo.org/static/dist/js/5092.a8e9aa3149755c25c425.js | 15 KB | — | ✓ | 1st |
| https://zenodo.org/static/dist/js/8118.cc562b5391bb9311e731.js | 41 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
FPage Weight InventoryAction40 resources · 5.8 MB · 1.9 MB savings availableFIX
~1.9 MiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 40 resources | 5.8 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction13 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Third-Party Impact4% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading1 fonts (40 KB)PASS
Web fonts
1
40 KB total
Render-blocking
0
of 1
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 Waterfall40 requests over 1174msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
cdnjs cdnjs.cloudflare.com | CDN | 463ms | 201 KB | 49% | €5/mo | Costly |
Unattributable Unattributable | Other | 280ms | 0 KB | — | €3/mo | Costly |
These scripts may cost more than they're worth
- cdnjs adds 463ms and costs ~€5/month
- Unattributable adds 280ms and costs ~€3/month
cdnjs takes 463ms 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 280ms 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