Performance
· 15 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.
1.03 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.85 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 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.
1.18 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.
1.85 s
Page Load Progression
FPage Weight BudgetAction4.7 MB transferred, 47 requestsFIX
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DPage Weight InventoryAction47 resources · 4.7 MB · 64 KB savings availableFIX
~64.2 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 47 resources | 4.7 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization13 images, 0 KB saveableREVIEW
BJS Bundles7 scripts, 64 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://cdn.cookielaw.org/scripttemplates/202505.2.0/otBannerSdk.js | 119 KB | 64 KB (54%) | ✓ | 3rd |
| https://www.verisign.com/js/components/index.abac3d478b2791ea252a61cf9fd8c2c045499a04a603dbcc10ec307d381c94c8.js | 23 KB | — | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/otSDKStub.js | 9 KB | — | ✓ | 3rd |
| blob:https://players.brightcove.net/fa322d69-ed10-4ec7-8ad4-acbcdc46eeac | -0 KB | — | ✓ | 3rd |
| blob:https://players.brightcove.net/534758f5-602c-4d59-9b8e-47cb982b3112 | -0 KB | — | ✓ | 3rd |
| blob:https://players.brightcove.net/22c44170-8bec-40b9-9596-a1c43b679855 | -0 KB | — | ✓ | 3rd |
| blob:https://players.brightcove.net/7cbd3fd1-096d-48d9-975d-d5ff8afcae28 | -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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+JS Execution Cost341ms total JS executionPASS
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 127ms | 23ms | 0ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202505.2.0/otBannerSdk.js | 89ms | 64ms | 17ms | 3rd |
| https://www.verisign.com/js/components/index.abac3d478b2791ea252a61cf9fd8c2c045499a04a603dbcc10ec307d381c94c8.js | 68ms | 47ms | 2ms | 3rd |
| https://www.verisign.com/ | 57ms | 4ms | 2ms | 3rd |
A+Font Loading3 fonts (62 KB)PASS
Web fonts
3
62 KB total
Render-blocking
0
of 3
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
Network Waterfall47 requests over 1117msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 127ms | 0 KB | — | $0/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 89ms | 119 KB | 54% | $0/mo | Essential |
www.verisign.com www.verisign.com | Other | 68ms | 23 KB | — | $0/mo | Optional |
www.verisign.com www.verisign.com | Other | 57ms | 20 KB | — | $0/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
54% 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