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.94 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.25 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
156 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.004
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.35 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.
6.35 s
Page Load Progression
FPage Weight BudgetAction2.8 MB transferred, 124 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
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
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS BundlesAction42 scripts, 967 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.opendns.com/assets/js/combined-footer.min.js | 499 KB | 400 KB (80%) | ✗ | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=G-3H5W20XWBT&cx=c>m=4e64f0&bs=ctrl2 | 166 KB | 68 KB (41%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js | 127 KB | 67 KB (53%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-K3755MHDL0&cx=c>m=4e64f0&bs=ctrl2 | 166 KB | 66 KB (40%) | ✓ | 3rd |
| https://js.qualified.com/qualified.js?token=6H73vu12AjR2PKa2&utv=ut4.52.202506112046 | 117 KB | 65 KB (56%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NRNHZWW&l=dataLayer | 176 KB | 64 KB (36%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-9HBY9CMK18&cx=c&_slc=1 | 149 KB | 63 KB (42%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-16704578954&cx=c>m=4e64f0&bs=ctrl2 | 138 KB | 55 KB (40%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-417548756&cx=c>m=4e64f0&bs=ctrl2 | 138 KB | 54 KB (39%) | ✓ | 3rd |
| https://sfc.leadspace.com/sf5.js | 111 KB | 34 KB (30%) | ✓ | 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
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 InventoryAction124 resources · 2.8 MB · 967 KB savings availableFIX
~967.5 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 124 resources | 2.8 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction30 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
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
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
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
CJS Execution CostAction1177ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 214ms | 24ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtm.js?id=GTM-NRNHZWW&l=dataLayer | 156ms | 131ms | 19ms | 3rd |
| https://www.opendns.com/ | 102ms | 3ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/destination?id=G-3H5W20XWBT&cx=c>m=4e64f0&bs=ctrl2 | 101ms | 82ms | 17ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-K3755MHDL0&cx=c>m=4e64f0&bs=ctrl2 | 92ms | 74ms | 17ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202601.1.0/otBannerSdk.js | 84ms | 44ms | 17ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-9HBY9CMK18&cx=c&_slc=1 | 84ms | 69ms | 14ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-417548756&cx=c>m=4e64f0&bs=ctrl2 | 80ms | 66ms | 13ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=AW-16704578954&cx=c>m=4e64f0&bs=ctrl2 | 75ms | 62ms | 12ms | 3rd |
| https://js.qualified.com/qualified.js?token=6H73vu12AjR2PKa2&utv=ut4.52.202506112046 | 72ms | 54ms | 14ms | 3rd |
Showing top 10 of 12 scripts
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (138 KB)PASS
Web fonts
4
138 KB total
Render-blocking
0
of 4
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
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 ~41 KB and ~82 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall124 requests over 4398msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 214ms | 0 KB | — | $3/mo | Costly |
Google Tag Manager www.googletagmanager.com | Tag Manager | 156ms | 176 KB | 36% | $2/mo | Optional |
www.opendns.com www.opendns.com | Other | 102ms | 13 KB | — | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 101ms | 166 KB | 41% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 92ms | 166 KB | 40% | $1/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 84ms | 127 KB | 53% | $1/mo | Essential |
Google Tag Manager www.googletagmanager.com | Tag Manager | 84ms | 149 KB | 42% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 80ms | 138 KB | 39% | $1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 75ms | 138 KB | 40% | $1/mo | Optional |
js.qualified.com js.qualified.com | Other | 72ms | 117 KB | 56% | $1/mo | Optional |
Microsoft Clarity scripts.clarity.ms | Session Replay | 61ms | 26 KB | — | $1/mo | Optional |
d3j20uveo70stj.cloudfront.net d3j20uveo70stj.cloudfront.net | Other | 56ms | 30 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 214ms and costs ~$3/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
Unattributable takes 214ms 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
53% 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
56% of js.qualified.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