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.61 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.99 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
563 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.407
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.22 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.
10.04 s
Page Load Progression
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DJS Execution CostAction2424ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 460ms | 33ms | 0ms | 3rd |
| https://dotnet.microsoft.com/en-us/apps/aspnet | 445ms | 24ms | 5ms | 3rd |
| https://dotnet.microsoft.com/static/js/main.min.js?v=6VTgZMA9byKuNVNnUSMA8SzBB9MuqRoJlNVCooNxlu4 | 390ms | 333ms | 8ms | 3rd |
| https://uhf.microsoft.com/statics/20260421.16.02/js/index-Cifsy-6O.js | 291ms | 189ms | 1ms | 3rd |
| https://js.monitor.azure.com/scripts/b/ai.3.min.js | 268ms | 229ms | 29ms | 3rd |
| https://dotnet.microsoft.com/static/js/cookie-consent.min.js?v=cPwRYK_KXC_97Lbz_R3EFgGKqN3we23dMoCDF5iaWgQ | 219ms | 214ms | 1ms | 3rd |
| https://dotnet.microsoft.com/static/js/general.min.js?v=crDs_3gNR-ZIa2Eev4LJJO8V0OuAtjVqGkIfRK0oSy8 | 145ms | 100ms | 40ms | 3rd |
| https://wcpstatic.microsoft.com/mscc/lib/v2/wcp-consent.js | 78ms | 22ms | 54ms | 3rd |
| https://js.monitor.azure.com/scripts/c/ms.analytics-web-4.min.js | 70ms | 38ms | 30ms | 3rd |
| https://uhf.microsoft.com/statics/20260421.16.02/css/style-BpAANDpw.css | 58ms | 0ms | 0ms | 3rd |
DPage Weight InventoryAction38 resources · 1.4 MB · 101 KB savings availableFIX
~101.1 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 38 resources | 1.4 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
BPage Weight Budget1.4 MB transferred, 38 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
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
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
BJS Bundles12 scripts, 101 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://dotnet.microsoft.com/static/js/general.min.js?v=crDs_3gNR-ZIa2Eev4LJJO8V0OuAtjVqGkIfRK0oSy8 | 70 KB | 51 KB (74%) | ✓ | 3rd |
| https://js.monitor.azure.com/scripts/b/ai.3.min.js | 67 KB | 28 KB (42%) | ✓ | 3rd |
| https://js.monitor.azure.com/scripts/c/ms.analytics-web-4.min.js | 60 KB | 22 KB (37%) | ✓ | 3rd |
| https://dotnet.microsoft.com/static/js/cookie-consent.min.js?v=cPwRYK_KXC_97Lbz_R3EFgGKqN3we23dMoCDF5iaWgQ | 4 KB | — | ✓ | 3rd |
| https://dotnet.microsoft.com/static/js/culture-selector.min.js?v=GE6nshQOS7i_CIDhmaS7j-Dhs9UjMawW6Ff-bpkns2E | 2 KB | — | ✓ | 3rd |
| https://uhf.microsoft.com/statics/20260421.16.02/js/entry.js | 2 KB | — | ✓ | 3rd |
| https://dotnet.microsoft.com/static/js/theme-toggle.min.js?v=ClfBS9u6I4w4prx1z3mrn-N4g7EmhBStfKxrMi9QxQ4 | 2 KB | — | ✓ | 3rd |
| https://dotnet.microsoft.com/static/js/main.min.js?v=6VTgZMA9byKuNVNnUSMA8SzBB9MuqRoJlNVCooNxlu4 | 13 KB | — | ✓ | 3rd |
| https://wcpstatic.microsoft.com/mscc/lib/v2/wcp-consent.js | 274 KB | — | ✓ | 3rd |
| https://dotnet.microsoft.com/static/js/cda-tracker.min.js?v=SyYaSyIMxBKYbravFr4rQISs39K6Wu_jyNMP-TEkBgE | 1 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
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
AImage Optimization2 images, 0 KB saveablePASS
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
A+Font Loading11 fonts (370 KB)PASS
Web fonts
11
370 KB total
Render-blocking
0
of 11
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
- 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 ~189 KB and ~378 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints13 hints, 0 missing preconnectsPASS
Current Resource Hints
13 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall38 requests over 6370msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Unattributable Unattributable | Other | 460ms | 0 KB | — | $6/mo | Costly |
dotnet.microsoft.com dotnet.microsoft.com | Other | 445ms | 90 KB | — | $6/mo | Costly |
dotnet.microsoft.com dotnet.microsoft.com | Other | 390ms | 13 KB | — | $5/mo | Costly |
uhf.microsoft.com uhf.microsoft.com | Other | 291ms | 31 KB | — | $4/mo | Costly |
js.monitor.azure.com js.monitor.azure.com | Other | 268ms | 67 KB | 42% | $4/mo | Costly |
dotnet.microsoft.com dotnet.microsoft.com | Other | 219ms | 4 KB | — | $3/mo | Costly |
dotnet.microsoft.com dotnet.microsoft.com | Other | 145ms | 70 KB | 74% | $2/mo | Optional |
wcpstatic.microsoft.com wcpstatic.microsoft.com | Other | 78ms | 274 KB | — | $1/mo | Optional |
js.monitor.azure.com js.monitor.azure.com | Other | 70ms | 60 KB | 37% | $1/mo | Optional |
uhf.microsoft.com uhf.microsoft.com | Other | 58ms | 226 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 460ms and costs ~$6/month
- dotnet.microsoft.com adds 445ms and costs ~$6/month
- dotnet.microsoft.com adds 390ms and costs ~$5/month
- uhf.microsoft.com adds 291ms and costs ~$4/month
- js.monitor.azure.com adds 268ms and costs ~$4/month
- dotnet.microsoft.com adds 219ms 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 460ms 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
dotnet.microsoft.com takes 445ms 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
dotnet.microsoft.com takes 390ms 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
uhf.microsoft.com takes 291ms 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
js.monitor.azure.com takes 268ms 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
dotnet.microsoft.com takes 219ms 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
74% of dotnet.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