Performance
· 16 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.
6.19 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.47 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
8 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.19 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.
7.47 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
BPage Weight Budget1.2 MB transferred, 162 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
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
BImage Optimization12 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Performance issues directly impact user engagement and conversion rates.
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
CPage Weight InventoryAction162 resources · 1.2 MB · 33 KB savings availableREVIEW
~33.5 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 162 resources | 1.2 MiB | ||||||
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingno-cacheREVIEW
no-cache
| Directive | Value | Meaning |
|---|---|---|
| no-cache | — | Cache but always revalidate first |
A+Text CompressionAll text resources are compressedPASS
A+JS Execution CostNo JS execution dataPASS
A+Font Loading15 fonts (113 KB)PASS
Web fonts
15
113 KB total
Render-blocking
0
of 15
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)
A+JS Bundles88 scripts, 33 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://wcpstatic.microsoft.com/mscc/lib/v2/wcp-consent.js | 274 KB | 33 KB (14%) | ✓ | 3rd |
| https://res.public.onecdn.static.microsoft/owamini/20260306.04/scripts/owa.miniindex.js | 129 KB | — | ✓ | 3rd |
| https://res.public.onecdn.static.microsoft/owamini/20260306.04/scripts/owa.9777.js | 2 KB | — | ✓ | 3rd |
| https://res.public.onecdn.static.microsoft/owamini/20260306.04/scripts/owa.74228.js | 3 KB | — | ✓ | 3rd |
| https://res.public.onecdn.static.microsoft/owamini/20260306.04/scripts/owa.71810.js | 87 KB | — | ✓ | 3rd |
| https://res.public.onecdn.static.microsoft/owamini/20260306.04/scripts/owa.13939.js | 7 KB | — | ✗ | 3rd |
| https://res.public.onecdn.static.microsoft/owamini/20260306.04/scripts/owa.19444.js | 0 KB | — | ✓ | 3rd |
| https://res.public.onecdn.static.microsoft/owamini/20260306.04/resources/boot-analytics-ping.js | 0 KB | — | ✓ | 3rd |
| https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js | 1 KB | — | ✓ | 3rd |
| https://www.microsoft.com/golf/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-reimagine-env/base.ACSHASH8cd32d1ad0be8a1a9b98c8f1eda1aae6.min.js | 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
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints14 hints, 0 missing preconnectsPASS
Current Resource Hints
14 resource hints configured