Performance
· 14 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.
10.81 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
12.28 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
101 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.
10.81 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.
12.34 s
Page Load Progression
DJS BundlesAction5 scripts, 421 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://learn.microsoft.com/static/assets/0.4.03377.7675-f5f342ae/scripts/en-us/index-docs.js | 530 KB | 363 KB (69%) | ✓ | 1st |
| https://wcpstatic.microsoft.com/mscc/lib/v2/wcp-consent.js | 52 KB | 29 KB (57%) | ✓ | 3rd |
| https://js.monitor.azure.com/scripts/c/ms.jsll-4.min.js | 74 KB | 29 KB (40%) | ✓ | 3rd |
| https://learn.microsoft.com/_themes/docs.theme/master/en-us/_themes/global/deprecation.js | 2 KB | — | ✓ | 1st |
| https://learn.microsoft.com/akam/13/7e45086d | 10 KB | — | ✓ | 1st |
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
CPage Weight BudgetAction2.0 MB transferred, 37 requestsREVIEW
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
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
BImage Optimization11 images, 0 KB saveableREVIEW
CJS Execution CostAction1939ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://learn.microsoft.com/static/assets/0.4.03377.7675-f5f342ae/scripts/en-us/index-docs.js | 681ms | 297ms | 259ms | 1st |
| https://learn.microsoft.com/akam/13/7e45086d | 557ms | 374ms | 5ms | 1st |
| Unattributable | 360ms | 25ms | 0ms | 3rd |
| https://js.monitor.azure.com/scripts/c/ms.jsll-4.min.js | 184ms | 78ms | 27ms | 3rd |
| https://learn.microsoft.com/en-us/ | 157ms | 6ms | 2ms | 1st |
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingmax-age=0REVIEW
max-age=0
| Directive | Value | Meaning |
|---|---|---|
| max-age | 0 | Cache for 0 seconds |
A+Third-Party Impact6% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading2 fonts (1073 KB)PASS
Web fonts
2
1073 KB total
Render-blocking
0
of 2
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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 ~840 KB and ~1680 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
Network Waterfall37 requests over 0msINFO
Performance analysis not available for this result.
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 360ms | 0 KB | — | $5/mo | Costly |
js.monitor.azure.com js.monitor.azure.com | Other | 184ms | 74 KB | 40% | $2/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 360ms and costs ~$5/month
Unattributable takes 360ms 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