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.
6.40 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
12.25 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
221 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.233
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.40 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.88 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DJS Execution CostAction2269ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://learn.microsoft.com/static/assets/0.4.03396.7743-19995e1d/scripts/en-us/index-docs.js | 765ms | 348ms | 260ms | 3rd |
| https://learn.microsoft.com/akam/13/488d17fd | 506ms | 464ms | 16ms | 3rd |
| https://learn.microsoft.com/en-us/ | 459ms | 25ms | 2ms | 3rd |
| Unattributable | 424ms | 14ms | 0ms | 3rd |
| https://js.monitor.azure.com/scripts/c/ms.jsll-4.min.js | 116ms | 78ms | 22ms | 3rd |
DJS BundlesAction5 scripts, 420 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://learn.microsoft.com/static/assets/0.4.03396.7743-19995e1d/scripts/en-us/index-docs.js | 524 KB | 361 KB (69%) | ✓ | 3rd |
| https://js.monitor.azure.com/scripts/c/ms.jsll-4.min.js | 75 KB | 30 KB (40%) | ✓ | 3rd |
| https://wcpstatic.microsoft.com/mscc/lib/v2/wcp-consent.js | 52 KB | 29 KB (57%) | ✓ | 3rd |
| https://learn.microsoft.com/_themes/docs.theme/master/en-us/_themes/global/deprecation.js | 3 KB | — | ✓ | 3rd |
| https://learn.microsoft.com/akam/13/488d17fd | 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
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 InventoryAction38 resources · 1.9 MB · 420 KB savings availableFIX
~419.9 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 38 resources | 1.9 MiB | ||||||
CPage Weight BudgetAction1.9 MB transferred, 38 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
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 Loading2 fonts (1075 KB)PASS
Web fonts
2
1075 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
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
AHTTP Cachingmax-age=600 (10 minutes)PASS
public,max-age=600
| Directive | Value | Meaning |
|---|---|---|
| public | — | Any cache may store this response |
| max-age | 600 | Cache for 10 minutes |
Network Waterfall38 requests over 2954msINFO
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 | 765ms | 524 KB | 69% | $10/mo | Costly |
learn.microsoft.com learn.microsoft.com | Other | 506ms | 10 KB | — | $7/mo | Costly |
learn.microsoft.com learn.microsoft.com | Other | 459ms | 27 KB | — | $6/mo | Costly |
Unattributable Unattributable | Other | 424ms | 0 KB | — | $6/mo | Costly |
js.monitor.azure.com js.monitor.azure.com | Other | 116ms | 75 KB | 40% | $2/mo | Optional |
These scripts may cost more than they're worth
- learn.microsoft.com adds 765ms and costs ~$10/month
- learn.microsoft.com adds 506ms and costs ~$7/month
- learn.microsoft.com adds 459ms and costs ~$6/month
- Unattributable adds 424ms and costs ~$6/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 765ms 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 506ms 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 459ms 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 424ms 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