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.75 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.91 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
20 ms
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.31 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.
4.07 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BJS Execution Cost586ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 183ms | 6ms | 0ms | 3rd |
| https://www.diva-portal.org/smash/search.jsf?dswid=2536 | 144ms | 23ms | 4ms | 3rd |
| https://www.diva-portal.org/smash/javax.faces.resource/jquery/jquery.js.jsf?ln=primefaces&v=5.2.7 | 112ms | 75ms | 15ms | 3rd |
| https://www.diva-portal.org/smash/javax.faces.resource/jquery/jquery-plugins.js.jsf?ln=primefaces&v=5.2.7 | 85ms | 44ms | 32ms | 3rd |
| https://www.diva-portal.org/smash/javax.faces.resource/primefaces.js.jsf?ln=primefaces&v=5.2.7 | 62ms | 16ms | 45ms | 3rd |
BJS Bundles10 scripts, 121 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.diva-portal.org/smash/javax.faces.resource/primefaces.js.jsf?ln=primefaces&v=5.2.7 | 71 KB | 66 KB (93%) | ✓ | 3rd |
| https://www.diva-portal.org/smash/javax.faces.resource/jquery/jquery-plugins.js.jsf?ln=primefaces&v=5.2.7 | 64 KB | 55 KB (86%) | ✓ | 3rd |
| https://www.diva-portal.org/smash/javax.faces.resource/windowhandler.js.jsf?ln=deltaspike&v=1.9.4 | 3 KB | — | ✓ | 3rd |
| https://www.diva-portal.org/smash/javax.faces.resource/jsf.js.jsf?ln=javax.faces | 12 KB | — | ✓ | 3rd |
| https://www.diva-portal.org/smash/javax.faces.resource/jquery/jquery.js.jsf?ln=primefaces&v=5.2.7 | 37 KB | — | ✓ | 3rd |
| https://www.diva-portal.org/smash/javax.faces.resource/primefaces-extensions.js.jsf?ln=primefaces-extensions&v=3.2.0 | 6 KB | — | ✓ | 3rd |
| https://www.diva-portal.org/smash/javax.faces.resource/blockui/blockui.js.jsf?ln=primefaces-extensions&v=3.2.0 | 4 KB | — | ✓ | 3rd |
| https://www.diva-portal.org/smash/javax.faces.resource/idlemonitor/idlemonitor.js.jsf?ln=primefaces&v=5.2.7 | 2 KB | — | ✓ | 3rd |
| https://www.diva-portal.org/smash/resources/js/navigation.js | 2 KB | — | ✓ | 3rd |
| https://www.diva-portal.org/smash/resources/js/default.js | 1 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Page Weight Budget251 KB transferred, 26 requestsPASS
A+Text CompressionAll text resources are compressedPASS
AImage Optimization3 images, 0 KB saveablePASS
A+Font LoadingNo web fonts (system fonts)PASS
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
APage Weight Inventory26 resources · 251 KB · 121 KB savings availablePASS
~121.0 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 26 resources | 250.7 KiB | ||||||
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall26 requests over 3791msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 183ms | 0 KB | — | kr20/mo | Optional |
www.diva-portal.org www.diva-portal.org | Other | 144ms | 6 KB | — | kr16/mo | Optional |
www.diva-portal.org www.diva-portal.org | Other | 112ms | 37 KB | — | kr12/mo | Optional |
www.diva-portal.org www.diva-portal.org | Other | 85ms | 64 KB | 86% | kr9/mo | Optional |
www.diva-portal.org www.diva-portal.org | Other | 62ms | 71 KB | 93% | kr7/mo | Optional |
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
86% of www.diva-portal.org'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
93% of www.diva-portal.org'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