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.18 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.01 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
234 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.272
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.26 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.
9.04 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
BImage Optimization16 images, 0 KB saveableREVIEW
CJS Execution CostAction1666ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://consent.cookiebot.com/uc.js | 626ms | 318ms | 14ms | 3rd |
| https://www.provenexpert.com/en-us/ | 520ms | 14ms | 4ms | 3rd |
| https://www.provenexpert.com/js/main.js?v=2ac | 221ms | 122ms | 68ms | 3rd |
| Unattributable | 215ms | 8ms | 0ms | 3rd |
| https://s.provenexpert.net/seals/proseal-v2.js | 84ms | 60ms | 18ms | 3rd |
CJS BundlesAction5 scripts, 172 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.provenexpert.com/js/main.js?v=2ac | 151 KB | 126 KB (84%) | ✓ | 3rd |
| https://consent.cookiebot.com/e89874dc-49a1-4fa1-9cec-8c95488ed95c/cc.js?renew=false&referer=www.provenexpert.com&dnt=false&init=false&culture=EN | 114 KB | 25 KB (22%) | ✓ | 3rd |
| https://consent.cookiebot.com/uc.js | 36 KB | 21 KB (60%) | ✓ | 3rd |
| https://www.provenexpert.com/js/locale/us.js?v=2ac | 3 KB | — | ✓ | 3rd |
| https://s.provenexpert.net/seals/proseal-v2.js | 91 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
BHTTP CachingprivateREVIEW
private
| Directive | Value | Meaning |
|---|---|---|
| private | — | Only browser cache, not CDN/proxy |
APage Weight Budget1.0 MB transferred, 35 requestsPASS
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
A+Text CompressionAll text resources are compressedPASS
A+Font Loading6 fonts (227 KB)PASS
Web fonts
6
227 KB total
Render-blocking
0
of 6
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
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 ~68 KB and ~136 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints8 hints, 0 missing preconnectsPASS
Current Resource Hints
8 resource hints configured
APage Weight Inventory35 resources · 1.0 MB · 172 KB savings availablePASS
~172.5 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 35 resources | 1.0 MiB | ||||||
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: Google Cloud
Network Waterfall35 requests over 1433msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
consent.cookiebot.com consent.cookiebot.com | Other | 626ms | 36 KB | 60% | €3/mo | Costly |
www.provenexpert.com www.provenexpert.com | Other | 520ms | 13 KB | — | €3/mo | Costly |
www.provenexpert.com www.provenexpert.com | Other | 221ms | 151 KB | 84% | €1/mo | Costly |
Unattributable Unattributable | Other | 215ms | 0 KB | — | €1/mo | Costly |
s.provenexpert.net s.provenexpert.net | Other | 84ms | 91 KB | — | €0/mo | Optional |
These scripts may cost more than they're worth
- consent.cookiebot.com adds 626ms and costs ~€3/month
- www.provenexpert.com adds 520ms and costs ~€3/month
- www.provenexpert.com adds 221ms and costs ~€1/month
- Unattributable adds 215ms and costs ~€1/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
consent.cookiebot.com takes 626ms 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
60% of consent.cookiebot.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
www.provenexpert.com takes 520ms 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.provenexpert.com takes 221ms 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
84% of www.provenexpert.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
Unattributable takes 215ms 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