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.
8.42 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
10.81 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
898 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.078
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.42 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.
11.62 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction3592ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cmp.osano.com/AzyhULTdPkqmy4aDN/46057d56-0263-4cca-abac-9adddada4f3b/osano.js | 1847ms | 1559ms | 56ms | 3rd |
| Unattributable | 755ms | 6ms | 0ms | 3rd |
| https://www.cve.org/ | 468ms | 5ms | 1ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-YNQP3SNVSD&l=dataLayer | 416ms | 313ms | 60ms | 3rd |
| https://www.cve.org/assets/index-TGm7PKFI.css | 55ms | 0ms | 0ms | 3rd |
| https://www.cve.org/assets/index-JYrJuQZF.js | 51ms | 18ms | 14ms | 3rd |
DPage Weight InventoryAction12 resources · 1.4 MB · 255 KB savings availableFIX
~255.0 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 12 resources | 1.4 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BPage Weight Budget1.4 MB transferred, 12 requestsREVIEW
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
CJS BundlesAction4 scripts, 255 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.cve.org/assets/index-JYrJuQZF.js | 1033 KB | 162 KB (16%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-YNQP3SNVSD&l=dataLayer | 152 KB | 68 KB (45%) | ✓ | 3rd |
| https://cmp.osano.com/AzyhULTdPkqmy4aDN/46057d56-0263-4cca-abac-9adddada4f3b/osano.js | 74 KB | 25 KB (34%) | ✓ | 3rd |
| blob:https://www.cve.org/8f7815f0-c2cc-4272-838a-0f8e8fc2e905 | -0 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
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
AImage Optimization2 images, 0 KB saveablePASS
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
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
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall12 requests over 3024msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
cmp.osano.com cmp.osano.com | Other | 1847ms | 74 KB | 34% | €20/mo | Costly |
Unattributable Unattributable | Other | 755ms | 0 KB | — | €8/mo | Costly |
www.cve.org www.cve.org | Other | 468ms | 2 KB | — | €5/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 416ms | 152 KB | 45% | €5/mo | Costly |
www.cve.org www.cve.org | Other | 55ms | 95 KB | — | €1/mo | Optional |
www.cve.org www.cve.org | Other | 51ms | 1033 KB | 16% | €1/mo | Optional |
These scripts may cost more than they're worth
- cmp.osano.com adds 1847ms and costs ~€20/month
- Unattributable adds 755ms and costs ~€8/month
- www.cve.org adds 468ms and costs ~€5/month
- Google Tag Manager adds 416ms and costs ~€5/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
cmp.osano.com takes 1847ms 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 755ms 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.cve.org takes 468ms 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
Google Tag Manager takes 416ms 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