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.
9.24 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.61 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
86 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.016
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.24 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.
14.99 s
Page Load Progression
DPage Weight BudgetAction2.3 MB transferred, 37 requestsFIX
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
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DJS BundlesAction5 scripts, 390 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://learn.microsoft.com/static/assets/0.4.03393.7734-e9637cbf/scripts/en-us/index-docs.js | 524 KB | 361 KB (69%) | ✓ | 3rd |
| https://js.monitor.azure.com/scripts/c/ms.jsll-4.min.js | 74 KB | 29 KB (40%) | ✓ | 3rd |
| https://wcpstatic.microsoft.com/mscc/lib/v2/wcp-consent.js | 274 KB | — | ✓ | 3rd |
| https://learn.microsoft.com/_themes/docs.theme/master/en-us/_themes/global/deprecation.js | 2 KB | — | ✓ | 3rd |
| https://learn.microsoft.com/akam/13/66ae903f | 10 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
DPage Weight InventoryAction37 resources · 2.3 MB · 390 KB savings availableFIX
~390.1 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 37 resources | 2.3 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BImage Optimization10 images, 0 KB saveableREVIEW
CJS Execution CostAction1748ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://learn.microsoft.com/static/assets/0.4.03393.7734-e9637cbf/scripts/en-us/index-docs.js | 627ms | 320ms | 251ms | 3rd |
| https://learn.microsoft.com/akam/13/66ae903f | 486ms | 320ms | 4ms | 3rd |
| Unattributable | 310ms | 13ms | 0ms | 3rd |
| https://learn.microsoft.com/en-us/ | 209ms | 6ms | 2ms | 3rd |
| https://js.monitor.azure.com/scripts/c/ms.jsll-4.min.js | 116ms | 74ms | 21ms | 3rd |
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 Loading3 fonts (1191 KB)PASS
Web fonts
3
1191 KB total
Render-blocking
0
of 3
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
- 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 ~899 KB and ~1798 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall37 requests over 4163msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
learn.microsoft.com learn.microsoft.com | Other | 627ms | 524 KB | 69% | $8/mo | Costly |
learn.microsoft.com learn.microsoft.com | Other | 486ms | 10 KB | — | $6/mo | Costly |
Unattributable Unattributable | Other | 310ms | 0 KB | — | $4/mo | Costly |
learn.microsoft.com learn.microsoft.com | Other | 209ms | 27 KB | — | $3/mo | Costly |
js.monitor.azure.com js.monitor.azure.com | Other | 116ms | 74 KB | 40% | $2/mo | Optional |
These scripts may cost more than they're worth
- learn.microsoft.com adds 627ms and costs ~$8/month
- learn.microsoft.com adds 486ms and costs ~$6/month
- Unattributable adds 310ms and costs ~$4/month
- learn.microsoft.com adds 209ms 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
learn.microsoft.com takes 627ms 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
69% of learn.microsoft.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
learn.microsoft.com takes 486ms 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
Unattributable takes 310ms 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
learn.microsoft.com takes 209ms 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