Skip to content
https://codeplex.com

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
74
GRADE
C
FIX
6
REVIEW
2
PASS
7
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

21
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
100
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
77
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

4.33 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

6.29 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

1.75 s

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.386

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

4.57 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.

16.49 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
17
7 PASS 2 REVIEW 6 FIX
D
Page Weight Budget
Action
2.2 MB transferred, 95 requests
FIX
2.2 MB transferred, 95 requests
Info::
Page weighs 5.8 MB (2.2 MB transferred)
Warning::
JavaScript is 1.3 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.3 MB
Info::
Fonts are 435 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 435 KB
Info::
CSS is 290 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 290 KB
Info::
95 HTTP requests
Info::
Estimated 0.47 g CO2 per page load
2.2 MB / 2.4 MB budget
2.2 MB transferred
95 requests
0.47 g CO2 per page load
JavaScript 1.3 MiB 59%
Fonts 435.3 KiB 19%
CSS 290.4 KiB 13%
Images 166.6 KiB 7%
HTML 29.7 KiB 1%
Other 23.2 KiB 1%
Other 3.2 KiB 0%
Other 837 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Approaching limit

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

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.

Why this matters

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.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (2.2 MiB of 2.2 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
5996ms total JS execution
FIX
5996ms total JS execution
Warning::
https://www.microsoft.com/echo/etc.clientlibs/micr...: 1506ms CPU time
Warning::
Unattributable: 1156ms CPU time
Warning::
https://www.microsoft.com/nl-nl: 998ms CPU time
Warning::
https://www.microsoft.com/echo/etc.clientlibs/casc...: 543ms CPU time
Warning::
https://www.microsoft.com/echo/etc.clientlibs/micr...: 380ms CPU time
Warning::
Third-party scripts: 5996ms (100% of total)

Main Thread Breakdown

Script Evaluation 45% Other 24% Script Parsing & Compilation 13% Style & Layout 11% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/structure/page/clientlibs/custom-oneds.ACSHASHbf880242325f20f5b8644293f4586135.min.js1506ms746ms563ms3rd
Unattributable1156ms173ms0ms3rd
https://www.microsoft.com/nl-nl998ms37ms11ms3rd
https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-base.ACSHASH7e89d60ab495cd79ad67f82f4ceb5b7f.min.js543ms432ms34ms3rd
https://www.microsoft.com/echo/etc.clientlibs/microsoft/clientlibs/clientlib-mwf-new/main-light.ACSHASHf8a6ecd849f93a3e5d989c0cee0ceb80.min.js380ms194ms99ms3rd
https://scripts.clarity.ms/0.8.59/clarity.js380ms354ms14ms3rd
https://uhf.microsoft.com/statics/20260421.16.02/js/index-Cifsy-6O.js379ms131ms2ms3rd
https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-jquery.ACSHASH75d0cb3e9ff9fee40f5ce5fd93c17fb2.min.js202ms177ms17ms3rd
https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/structure/page/clientlibs/experimentation.ACSHASHe8ee6e3433a60c66439eaf7e8101f8d8.min.js171ms152ms17ms3rd
https://uhf.microsoft.com/statics/20260421.16.02/js/index-CuY0u_Xq.js124ms114ms4ms3rd

Showing top 10 of 12 scripts

D
JS Bundles
Action
36 scripts, 152 KB unused
FIX
36 scripts, 152 KB unused
Warning::
https://www.microsoft.com/echo/etc.clientlibs/micr...: 64 KB unused (57%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.microsoft.com/echo/etc.clientlibs/micr...: unminified — 47 KB could be saved
Warning::
https://uhf.microsoft.com/statics/20260421.16.02/j...: 48 KB unused (47%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://uhf.microsoft.com/statics/20260421.16.02/j...: unminified — 36 KB could be saved
Warning::
https://www.microsoft.com/echo/etc.clientlibs/casc...: 40 KB unused (70%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 152 KB
152 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.microsoft.com/echo/etc.clientlibs/microsoft/clientlibs/clientlib-mwf-new/main-light.ACSHASHf8a6ecd849f93a3e5d989c0cee0ceb80.min.js113 KB64 KB (57%)3rd
https://uhf.microsoft.com/statics/20260421.16.02/js/index-CuY0u_Xq.js104 KB48 KB (47%)3rd
https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-base.ACSHASH7e89d60ab495cd79ad67f82f4ceb5b7f.min.js58 KB40 KB (70%)3rd
https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-cookieconsent.ACSHASHc892f451b0c4db9c8ab2601a427c9b2c.min.js1 KB3rd
https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/structure/page/clientlibs/featurecontrol.ACSHASHf120033122e43a4cb0b53bb306afc5dc.min.js1 KB3rd
https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/dynamicclientsidelibs/handlerscripts/v1.ACSHASH6734c5d7a732130b83c7d4a6ba54dcec.min.js1 KB3rd
https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/universalheader/v1/universalheader/clientlibs/site.ACSHASH69d585e01cb601a02e396b34fdcab8c4.min.js7 KB3rd
https://uhf.microsoft.com/statics/20260421.16.02/js/entry.js2 KB3rd
https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/dynamic-price/v1/dynamic-price/clientlibs/sites.ACSHASHa26d031bf8c00f082570666bfff25659.min.js1 KB3rd
https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/calltoaction/v1/calltoaction/clientlibs/site.ACSHASH6069c9c4123345cb32954882a5e52e8d.min.js1 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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.

Why this matters

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.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

D
Page Weight Inventory
Action
95 resources · 2.2 MB · 152 KB savings available
FIX
95 resources · 2.2 MB · 152 KB savings available
Warning::
Page weight 1.2 MB over 1MB target
Got: 2.2 MB Expected: ≤ 1 MB
Info::
~152 KB of savings available
Warning::
94 third-party resources (100% of weight)
Info::
3 resources over 200KB
95 resources · 2.2 MiB · 94 third-party 1.2 MiB over 1MB target
JavaScript 59% · 1.3 MiB
Font 19% · 435.3 KiB
CSS 13% · 290.4 KiB
Image 8% · 183.9 KiB
Document 1% · 32.4 KiB
Other 0% · 7.3 KiB

~151.9 KiB of savings available

Remove unused JavaScript: 151.9 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Image Optimization
Action
17 images, 0 KB saveable
REVIEW
17 images, 0 KB saveable
Warning::
https://cdn-dynmedia-1.microsoft.com/is/image/micr... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-dynmedia-1.microsoft.com/is/image/micr... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-dynmedia-1.microsoft.com/is/image/micr... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://uhf.microsoft.com/images/microsoft/RE1Mu3b... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-dynmedia-1.microsoft.com/is/image/micr... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-dynmedia-1.microsoft.com/is/image/micr... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-dynmedia-1.microsoft.com/is/image/micr... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-dynmedia-1.microsoft.com/is/image/micr... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-dynmedia-1.microsoft.com/is/image/micr... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-dynmedia-1.microsoft.com/is/image/micr... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn-dynmedia-1.microsoft.com/is/image/micr... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
17 images 167 KB
0 oversized -0 KB
6 legacy format
11 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
9 fonts (435 KB)
PASS
9 fonts (435 KB)
Info::
9 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

9

435 KB total

Render-blocking

0

of 9

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 4.3 s LCP 6.3 shttps://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.woff2latest.woff2 https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.woff2 — 28.9 KiB — 159 ms — font-display: swaphttps://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2latest.woff2 https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2 — 33.5 KiB — 153 ms — font-display: swaphttps://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Bold/latest.woff2latest.woff2 https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Bold/latest.woff2 — 29.6 KiB — 124 ms — font-display: swaphttps://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2latest.woff2 https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2 — 28.4 KiB — 120 ms — font-display: swaphttps://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2latest.woff2 https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2 — 26.7 KiB — 151 ms — font-display: swaphttps://www.microsoft.com/echo/etc.clientlibs/microsoft/clientlibs/clientlib-mwf-new/resources/fonts/MWFFluentIcons.woff2?v=2.15.3MWFFluentIcons.woff2 https://www.microsoft.com/echo/etc.clientlibs/microsoft/clientlibs/clientlib-mwf-new/resources/fonts/MWFFluentIcons.woff2?v=2.15.3 — 32.3 KiB — 30 ms — font-display: swaphttps://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-base/resources/fonts/segoe-ui/west-european/normal/latest.woff2latest.woff2 https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-base/resources/fonts/segoe-ui/west-european/normal/latest.woff2 — 33.7 KiB — 38 ms — font-display: swaphttps://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-base/resources/fonts/segoe-ui/west-european/semibold/latest.woff2latest.woff2 https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-base/resources/fonts/segoe-ui/west-european/semibold/latest.woff2 — 29.2 KiB — 32 ms — font-display: swapdata:font/woff;base64,d09GRgABAAAAAwPAAA4AAAAGHZAAA7MzAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABRAAAAEgAA…woff;base64,d09GRgABAAA... data:font/woff;base64,d09GRgABAAAAAwPAAA4AAAAGHZAAA7MzAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABRAAAAEgAA… — 192.9 KiB — 66 ms — font-display: swap
latest.woff2 woff2 swap
Size 29 KB
Load time 159 ms
Start 430 ms
Risk FOUT — text flashes from fallback to web font
latest.woff2 woff2 swap
Size 33 KB
Load time 153 ms
Start 431 ms
Risk FOUT — text flashes from fallback to web font
latest.woff2 woff2 swap
Size 30 KB
Load time 124 ms
Start 431 ms
Risk FOUT — text flashes from fallback to web font
latest.woff2 woff2 swap
Size 28 KB
Load time 120 ms
Start 434 ms
Risk FOUT — text flashes from fallback to web font
latest.woff2 woff2 swap
Size 27 KB
Load time 151 ms
Start 435 ms
Risk FOUT — text flashes from fallback to web font
MWFFluentIcons.woff2 woff2 swap
Size 32 KB
Load time 30 ms
Start 743 ms
Risk FOUT — text flashes from fallback to web font
latest.woff2 woff2 swap
Size 34 KB
Load time 38 ms
Start 744 ms
Risk FOUT — text flashes from fallback to web font
latest.woff2 woff2 swap
Size 29 KB
Load time 32 ms
Start 748 ms
Risk FOUT — text flashes from fallback to web font
woff;base64,d09GRgABAAA... woff swap
Size 193 KB
Load time 66 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
  • 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 ~154 KB and ~308 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
37 hints, 0 missing preconnects
PASS
37 hints, 0 missing preconnects
Info::
Page uses 37 resource hint(s)

Current Resource Hints

preconnect
+6
16
preload
5
dns-prefetch
+6
16
prefetch

37 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
95 requests over 3913ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 4.3 s LCP 6.3 shttps://codeplex.com// https://codeplex.com/ — 301 — 130 B — 333 ms — h2https://www.microsoft.com/www.microsoft.com/ https://www.microsoft.com/ — 302 — 209 B — 23 ms — h2https://www.microsoft.com/nl-nlwww.microsoft.com/nl-nl https://www.microsoft.com/nl-nl — 200 — 23.3 KiB — 44 ms — h2https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/micro.jsrum.hlx.page/.rum/@adobe/helix-rum-... https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js — 200 — 1.1 KiB — 168 ms — h2https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/cascade-auth-sdk.ACSHASHac407e2af23d095a88e37e4e0907e5b6.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/cascade-auth-sdk.ACSHASHac407e2af23d095a88e37e4e0907e5b6.min.js — 200 — 2.9 KiB — 109 ms — h2https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.woff2c.s-microsoft.com/static/fonts/sego... https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.woff2 — 200 — 28.9 KiB — 159 ms — h2https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2c.s-microsoft.com/static/fonts/sego... https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2 — 200 — 33.5 KiB — 153 ms — h2https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Bold/latest.woff2c.s-microsoft.com/static/fonts/sego... https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Bold/latest.woff2 — 200 — 29.6 KiB — 124 ms — h2https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2c.s-microsoft.com/static/fonts/sego... https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2 — 200 — 28.4 KiB — 120 ms — h2https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2c.s-microsoft.com/static/fonts/sego... https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2 — 200 — 26.7 KiB — 151 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/clientlibs/clientlib-mwf-new/main-light.ACSHASH00f3de21feb098c1210537b8acff540a.min.csswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/clientlibs/clientlib-mwf-new/main-light.ACSHASH00f3de21feb098c1210537b8acff540a.min.css — 200 — 47.7 KiB — 126 ms — h2https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-base.ACSHASHd28dd0c2d9415d418390bd06a1c67b03.min.csswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-base.ACSHASHd28dd0c2d9415d418390bd06a1c67b03.min.css — 200 — 9.8 KiB — 76 ms — h2https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-uhf.ACSHASHf9f2395c582fa601707b7a5dfae9f05f.min.csswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-uhf.ACSHASHf9f2395c582fa601707b7a5dfae9f05f.min.css — 200 — 637 B — 66 ms — h2https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-jquery.ACSHASH75d0cb3e9ff9fee40f5ce5fd93c17fb2.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-jquery.ACSHASH75d0cb3e9ff9fee40f5ce5fd93c17fb2.min.js — 200 — 33.0 KiB — 148 ms — h2https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-jquery-cookie.ACSHASH5c75a4fa9fb3503322f8a0c9dd51512d.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-jquery-cookie.ACSHASH5c75a4fa9fb3503322f8a0c9dd51512d.min.js — 200 — 1.2 KiB — 91 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/clientlibs/exp-analytics/v1.ACSHASHbf7b336dbb370c984e1bf59b1a980d86.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/clientlibs/exp-analytics/v1.ACSHASHbf7b336dbb370c984e1bf59b1a980d86.min.js — 200 — 1.1 KiB — 48 ms — h2https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/dynamicclientsidelibs/handlerscripts/v1.ACSHASH6734c5d7a732130b83c7d4a6ba54dcec.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/dynamicclientsidelibs/handlerscripts/v1.ACSHASH6734c5d7a732130b83c7d4a6ba54dcec.min.js — 200 — 672 B — 51 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/universalheader/v1/universalheader/clientlibs/site.ACSHASH5c9071fde2e579eec3f25bc1db5c7be5.min.csswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/universalheader/v1/universalheader/clientlibs/site.ACSHASH5c9071fde2e579eec3f25bc1db5c7be5.min.css — 200 — 592 B — 65 ms — h2https://uhf.microsoft.com/statics/20260421.16.02/css/style-BpAANDpw.cssuhf.microsoft.com/statics/20260421.... https://uhf.microsoft.com/statics/20260421.16.02/css/style-BpAANDpw.css — 200 — 226.0 KiB — 159 ms — h2https://uhf.microsoft.com/images/microsoft/RE1Mu3b.pnguhf.microsoft.com/images/microsoft/... https://uhf.microsoft.com/images/microsoft/RE1Mu3b.png — 200 — 4.2 KiB — 155 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/universalheader/v1/universalheader/clientlibs/site.ACSHASH69d585e01cb601a02e396b34fdcab8c4.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/universalheader/v1/universalheader/clientlibs/site.ACSHASH69d585e01cb601a02e396b34fdcab8c4.min.js — 200 — 7.1 KiB — 50 ms — h2https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Hero-Desktop-Xbox-Controller-Headset-Forza-Horizon-6-Homepage:VP2-859x540cdn-dynmedia-1.microsoft.com/is/ima... https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Hero-Desktop-Xbox-Controller-Headset-Forza-Horizon-6-Homepage:VP2-859x540 — 200 — 35.0 KiB — 149 ms — h2https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Highlight-Surface-Laptop-AI-7Ed-Sapphire-MC001-3000x1682:VP2-859x540cdn-dynmedia-1.microsoft.com/is/ima... https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Highlight-Surface-Laptop-AI-7Ed-Sapphire-MC001-3000x1682:VP2-859x540 — 200 — 24.8 KiB — 150 ms — h2https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/gldn-MSFT-hero-Edge:VP2-859x540cdn-dynmedia-1.microsoft.com/is/ima... https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/gldn-MSFT-hero-Edge:VP2-859x540 — 200 — 21.6 KiB — 116 ms — h2https://uhf.microsoft.com/statics/20260421.16.02/js/entry.jsuhf.microsoft.com/statics/20260421.... https://uhf.microsoft.com/statics/20260421.16.02/js/entry.js — 200 — 1.8 KiB — 140 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/highlightcarousel/v1/highlightcarousel/clientlibs/site.ACSHASH4e526db2d2fbf161e82df26d3cdaec53.min.csswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/highlightcarousel/v1/highlightcarousel/clientlibs/site.ACSHASH4e526db2d2fbf161e82df26d3cdaec53.min.css — 200 — 914 B — 93 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/highlight/v1/highlight/clientlibs/site.ACSHASH8d92dbbbfc83254b0bf9a17ae6eca90a.min.csswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/highlight/v1/highlight/clientlibs/site.ACSHASH8d92dbbbfc83254b0bf9a17ae6eca90a.min.css — 200 — 798 B — 16 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/dynamic-price/v1/dynamic-price/clientlibs/sites.ACSHASH79f8bfbd754c3c987d47ce78fd57e9f5.min.csswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/dynamic-price/v1/dynamic-price/clientlibs/sites.ACSHASH79f8bfbd754c3c987d47ce78fd57e9f5.min.css — 200 — 563 B — 26 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/dynamic-price/v1/dynamic-price/clientlibs/sites.ACSHASHa26d031bf8c00f082570666bfff25659.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/dynamic-price/v1/dynamic-price/clientlibs/sites.ACSHASHa26d031bf8c00f082570666bfff25659.min.js — 200 — 1008 B — 19 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/calltoaction/v1/calltoaction/clientlibs/site.ACSHASH6069c9c4123345cb32954882a5e52e8d.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/calltoaction/v1/calltoaction/clientlibs/site.ACSHASH6069c9c4123345cb32954882a5e52e8d.min.js — 200 — 650 B — 36 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 4.3 s LCP 6.3 shttps://codeplex.com// https://codeplex.com/ — 301 — 130 B — 333 ms — h2https://www.microsoft.com/www.microsoft.com/ https://www.microsoft.com/ — 302 — 209 B — 23 ms — h2https://www.microsoft.com/nl-nlwww.microsoft.com/nl-nl https://www.microsoft.com/nl-nl — 200 — 23.3 KiB — 44 ms — h2https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/micro.jsrum.hlx.page/.rum/@adobe/helix-rum-... https://rum.hlx.page/.rum/@adobe/helix-rum-js@%5E2/dist/micro.js — 200 — 1.1 KiB — 168 ms — h2https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/cascade-auth-sdk.ACSHASHac407e2af23d095a88e37e4e0907e5b6.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/cascade-auth-sdk.ACSHASHac407e2af23d095a88e37e4e0907e5b6.min.js — 200 — 2.9 KiB — 109 ms — h2https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.woff2c.s-microsoft.com/static/fonts/sego... https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.woff2 — 200 — 28.9 KiB — 159 ms — h2https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2c.s-microsoft.com/static/fonts/sego... https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2 — 200 — 33.5 KiB — 153 ms — h2https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Bold/latest.woff2c.s-microsoft.com/static/fonts/sego... https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/Bold/latest.woff2 — 200 — 29.6 KiB — 124 ms — h2https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2c.s-microsoft.com/static/fonts/sego... https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2 — 200 — 28.4 KiB — 120 ms — h2https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2c.s-microsoft.com/static/fonts/sego... https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2 — 200 — 26.7 KiB — 151 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/clientlibs/clientlib-mwf-new/main-light.ACSHASH00f3de21feb098c1210537b8acff540a.min.csswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/clientlibs/clientlib-mwf-new/main-light.ACSHASH00f3de21feb098c1210537b8acff540a.min.css — 200 — 47.7 KiB — 126 ms — h2https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-base.ACSHASHd28dd0c2d9415d418390bd06a1c67b03.min.csswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-base.ACSHASHd28dd0c2d9415d418390bd06a1c67b03.min.css — 200 — 9.8 KiB — 76 ms — h2https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-uhf.ACSHASHf9f2395c582fa601707b7a5dfae9f05f.min.csswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-uhf.ACSHASHf9f2395c582fa601707b7a5dfae9f05f.min.css — 200 — 637 B — 66 ms — h2https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-jquery.ACSHASH75d0cb3e9ff9fee40f5ce5fd93c17fb2.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-jquery.ACSHASH75d0cb3e9ff9fee40f5ce5fd93c17fb2.min.js — 200 — 33.0 KiB — 148 ms — h2https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-jquery-cookie.ACSHASH5c75a4fa9fb3503322f8a0c9dd51512d.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-jquery-cookie.ACSHASH5c75a4fa9fb3503322f8a0c9dd51512d.min.js — 200 — 1.2 KiB — 91 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/clientlibs/exp-analytics/v1.ACSHASHbf7b336dbb370c984e1bf59b1a980d86.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/clientlibs/exp-analytics/v1.ACSHASHbf7b336dbb370c984e1bf59b1a980d86.min.js — 200 — 1.1 KiB — 48 ms — h2https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/dynamicclientsidelibs/handlerscripts/v1.ACSHASH6734c5d7a732130b83c7d4a6ba54dcec.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/dynamicclientsidelibs/handlerscripts/v1.ACSHASH6734c5d7a732130b83c7d4a6ba54dcec.min.js — 200 — 672 B — 51 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/universalheader/v1/universalheader/clientlibs/site.ACSHASH5c9071fde2e579eec3f25bc1db5c7be5.min.csswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/universalheader/v1/universalheader/clientlibs/site.ACSHASH5c9071fde2e579eec3f25bc1db5c7be5.min.css — 200 — 592 B — 65 ms — h2https://uhf.microsoft.com/statics/20260421.16.02/css/style-BpAANDpw.cssuhf.microsoft.com/statics/20260421.... https://uhf.microsoft.com/statics/20260421.16.02/css/style-BpAANDpw.css — 200 — 226.0 KiB — 159 ms — h2https://uhf.microsoft.com/images/microsoft/RE1Mu3b.pnguhf.microsoft.com/images/microsoft/... https://uhf.microsoft.com/images/microsoft/RE1Mu3b.png — 200 — 4.2 KiB — 155 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/universalheader/v1/universalheader/clientlibs/site.ACSHASH69d585e01cb601a02e396b34fdcab8c4.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/universalheader/v1/universalheader/clientlibs/site.ACSHASH69d585e01cb601a02e396b34fdcab8c4.min.js — 200 — 7.1 KiB — 50 ms — h2https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Hero-Desktop-Xbox-Controller-Headset-Forza-Horizon-6-Homepage:VP2-859x540cdn-dynmedia-1.microsoft.com/is/ima... https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Hero-Desktop-Xbox-Controller-Headset-Forza-Horizon-6-Homepage:VP2-859x540 — 200 — 35.0 KiB — 149 ms — h2https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Highlight-Surface-Laptop-AI-7Ed-Sapphire-MC001-3000x1682:VP2-859x540cdn-dynmedia-1.microsoft.com/is/ima... https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Highlight-Surface-Laptop-AI-7Ed-Sapphire-MC001-3000x1682:VP2-859x540 — 200 — 24.8 KiB — 150 ms — h2https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/gldn-MSFT-hero-Edge:VP2-859x540cdn-dynmedia-1.microsoft.com/is/ima... https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/gldn-MSFT-hero-Edge:VP2-859x540 — 200 — 21.6 KiB — 116 ms — h2https://uhf.microsoft.com/statics/20260421.16.02/js/entry.jsuhf.microsoft.com/statics/20260421.... https://uhf.microsoft.com/statics/20260421.16.02/js/entry.js — 200 — 1.8 KiB — 140 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/highlightcarousel/v1/highlightcarousel/clientlibs/site.ACSHASH4e526db2d2fbf161e82df26d3cdaec53.min.csswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/highlightcarousel/v1/highlightcarousel/clientlibs/site.ACSHASH4e526db2d2fbf161e82df26d3cdaec53.min.css — 200 — 914 B — 93 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/highlight/v1/highlight/clientlibs/site.ACSHASH8d92dbbbfc83254b0bf9a17ae6eca90a.min.csswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/highlight/v1/highlight/clientlibs/site.ACSHASH8d92dbbbfc83254b0bf9a17ae6eca90a.min.css — 200 — 798 B — 16 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/dynamic-price/v1/dynamic-price/clientlibs/sites.ACSHASH79f8bfbd754c3c987d47ce78fd57e9f5.min.csswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/dynamic-price/v1/dynamic-price/clientlibs/sites.ACSHASH79f8bfbd754c3c987d47ce78fd57e9f5.min.css — 200 — 563 B — 26 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/dynamic-price/v1/dynamic-price/clientlibs/sites.ACSHASHa26d031bf8c00f082570666bfff25659.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/dynamic-price/v1/dynamic-price/clientlibs/sites.ACSHASHa26d031bf8c00f082570666bfff25659.min.js — 200 — 1008 B — 19 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/calltoaction/v1/calltoaction/clientlibs/site.ACSHASH6069c9c4123345cb32954882a5e52e8d.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/calltoaction/v1/calltoaction/clientlibs/site.ACSHASH6069c9c4123345cb32954882a5e52e8d.min.js — 200 — 650 B — 36 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/highlight/v1/highlight/clientlibs/site.ACSHASH7c85d20692857758ab7de8f4f3875cbd.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/highlight/v1/highlight/clientlibs/site.ACSHASH7c85d20692857758ab7de8f4f3875cbd.min.js — 200 — 7.9 KiB — 49 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/highlightcarousel/v1/highlightcarousel/clientlibs/site.ACSHASHb92c774881d0b9040cc941160c1d52e8.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/highlightcarousel/v1/highlightcarousel/clientlibs/site.ACSHASHb92c774881d0b9040cc941160c1d52e8.min.js — 200 — 1.2 KiB — 53 ms — h2https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-base.ACSHASH7e89d60ab495cd79ad67f82f4ceb5b7f.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-base.ACSHASH7e89d60ab495cd79ad67f82f4ceb5b7f.min.js — 200 — 57.5 KiB — 88 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/lists/link-list/v1/link-list/clientlibs/site.ACSHASH402afd1ce549572dc54e82af0520654b.min.csswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/lists/link-list/v1/link-list/clientlibs/site.ACSHASH402afd1ce549572dc54e82af0520654b.min.css — 200 — 647 B — 58 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/lists/link-list/v1/link-list/clientlibs/site.ACSHASH91759bda472c208e3d58790ff216c1a9.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/lists/link-list/v1/link-list/clientlibs/site.ACSHASH91759bda472c208e3d58790ff216c1a9.min.js — 200 — 629 B — 67 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/content-card/v1/content-card/clientlibs/site.ACSHASHb1fbaca9eb9d84ec1091d5085f72ae7f.min.csswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/content-card/v1/content-card/clientlibs/site.ACSHASHb1fbaca9eb9d84ec1091d5085f72ae7f.min.css — 200 — 831 B — 67 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/content-card-item/v3/content-card-item/clientlibs/site.ACSHASH7e98ce1d1fb3c40effe0a57430c1371c.min.csswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/content-card-item/v3/content-card-item/clientlibs/site.ACSHASH7e98ce1d1fb3c40effe0a57430c1371c.min.css — 200 — 797 B — 69 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/content-card-item/v1/content-card-item/clientlibs/site.ACSHASH5eb7940588edeff2b13a25b0bd1cb864.min.csswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/content-card-item/v1/content-card-item/clientlibs/site.ACSHASH5eb7940588edeff2b13a25b0bd1cb864.min.css — 200 — 544 B — 70 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/back-to-top-button/v1/back-to-top-button/clientlibs/sites.ACSHASHfc060ddd09f80435205e72fc0cfe9fa4.min.csswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/back-to-top-button/v1/back-to-top-button/clientlibs/sites.ACSHASHfc060ddd09f80435205e72fc0cfe9fa4.min.css — 200 — 730 B — 73 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/back-to-top-button/v1/back-to-top-button/clientlibs/sites.ACSHASH148bbe2eead6c5832c56691afb23e496.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/back-to-top-button/v1/back-to-top-button/clientlibs/sites.ACSHASH148bbe2eead6c5832c56691afb23e496.min.js — 200 — 1.1 KiB — 75 ms — h2https://wcpstatic.microsoft.com/mscc/lib/v2/wcp-consent.jswcpstatic.microsoft.com/mscc/lib/v2... https://wcpstatic.microsoft.com/mscc/lib/v2/wcp-consent.js — 200 — 273.7 KiB — 194 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/clientlibs/clientlib-mwf-new/main-light.ACSHASHf8a6ecd849f93a3e5d989c0cee0ceb80.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/clientlibs/clientlib-mwf-new/main-light.ACSHASHf8a6ecd849f93a3e5d989c0cee0ceb80.min.js — 200 — 113.0 KiB — 124 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/clientlibs/clientlib-httpclient.ACSHASH47f4ec1c9a7d7117c2507e495fe380b9.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/clientlibs/clientlib-httpclient.ACSHASH47f4ec1c9a7d7117c2507e495fe380b9.min.js — 200 — 15.9 KiB — 87 ms — h2https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-cookieconsent.ACSHASHc892f451b0c4db9c8ab2601a427c9b2c.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-cookieconsent.ACSHASHc892f451b0c4db9c8ab2601a427c9b2c.min.js — 200 — 581 B — 89 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/structure/page/clientlibs/embed-thirdparty.ACSHASHbb16cdf92cfe61ce520d599a8dd891dd.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/structure/page/clientlibs/embed-thirdparty.ACSHASHbb16cdf92cfe61ce520d599a8dd891dd.min.js — 200 — 1.3 KiB — 91 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/structure/page/clientlibs/featurecontrol.ACSHASHf120033122e43a4cb0b53bb306afc5dc.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/structure/page/clientlibs/featurecontrol.ACSHASHf120033122e43a4cb0b53bb306afc5dc.min.js — 200 — 601 B — 97 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/structure/page/clientlibs/custom-oneds.ACSHASHbf880242325f20f5b8644293f4586135.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/structure/page/clientlibs/custom-oneds.ACSHASHbf880242325f20f5b8644293f4586135.min.js — 200 — 552.6 KiB — 155 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/clientlibs/cookie-compliance-manager.ACSHASHd471cafc5d23f4577f5cf2676dcc276a.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/clientlibs/cookie-compliance-manager.ACSHASHd471cafc5d23f4577f5cf2676dcc276a.min.js — 200 — 2.0 KiB — 51 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/clientlibs/exp-cookiecomp/v1.ACSHASHa238861e6209e4e02576ddf5d1749c8b.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/clientlibs/exp-cookiecomp/v1.ACSHASHa238861e6209e4e02576ddf5d1749c8b.min.js — 200 — 1.8 KiB — 51 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/content-card/v1/content-card/clientlibs/site.ACSHASH65ebc911d315591324874e1b6818906c.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/content-card/v1/content-card/clientlibs/site.ACSHASH65ebc911d315591324874e1b6818906c.min.js — 200 — 1.5 KiB — 69 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/content-card-item/v3/content-card-item/clientlibs/site.ACSHASHd41d8cd98f00b204e9800998ecf8427e.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/content-card-item/v3/content-card-item/clientlibs/site.ACSHASHd41d8cd98f00b204e9800998ecf8427e.min.js — 200 — 482 B — 64 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/content-card-item/v1/content-card-item/clientlibs/site.ACSHASHd41d8cd98f00b204e9800998ecf8427e.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/content/content-card-item/v1/content-card-item/clientlibs/site.ACSHASHd41d8cd98f00b204e9800998ecf8427e.min.js — 200 — 482 B — 23 ms — h2https://www.clarity.ms/tag/rcwvv0hsnpwww.clarity.ms/tag/rcwvv0hsnp https://www.clarity.ms/tag/rcwvv0hsnp — 200 — 1.1 KiB — 102 ms — http/1.1https://www.microsoft.com/echo/etc.clientlibs/microsoft/clientlibs/clientlib-mwf-new/resources/fonts/MWFFluentIcons.woff2?v=2.15.3www.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/clientlibs/clientlib-mwf-new/resources/fonts/MWFFluentIcons.woff2?v=2.15.3 — 200 — 32.3 KiB — 30 ms — h2https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-base/resources/fonts/segoe-ui/west-european/normal/latest.woff2www.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-base/resources/fonts/segoe-ui/west-european/normal/latest.woff2 — 200 — 33.7 KiB — 38 ms — h2https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-base/resources/fonts/segoe-ui/west-european/semibold/latest.woff2www.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/cascade.component.authoring/clientlibs/clientlib-base/resources/fonts/segoe-ui/west-european/semibold/latest.woff2 — 200 — 29.2 KiB — 32 ms — h2https://cdn-dynmedia-1.microsoft.com/is/content/microsoftcorp/Link-List-Icons-Surface-Devices?wid=40&hei=40cdn-dynmedia-1.microsoft.com/is/con... https://cdn-dynmedia-1.microsoft.com/is/content/microsoftcorp/Link-List-Icons-Surface-Devices?wid=40&hei=40 — 200 — 1.8 KiB — 21 ms — h2https://cdn-dynmedia-1.microsoft.com/is/content/microsoftcorp/Link-List-Icons-Xbox-Games-Consoles?wid=40&hei=40cdn-dynmedia-1.microsoft.com/is/con... https://cdn-dynmedia-1.microsoft.com/is/content/microsoftcorp/Link-List-Icons-Xbox-Games-Consoles?wid=40&hei=40 — 200 — 3.5 KiB — 37 ms — h2https://cdn-dynmedia-1.microsoft.com/is/content/microsoftcorp/Link-List-Icons-Microsoft-365?wid=40&hei=40cdn-dynmedia-1.microsoft.com/is/con... https://cdn-dynmedia-1.microsoft.com/is/content/microsoftcorp/Link-List-Icons-Microsoft-365?wid=40&hei=40 — 200 — 1.0 KiB — 31 ms — h2https://cdn-dynmedia-1.microsoft.com/is/content/microsoftcorp/Link-List-Icons-Accessories?wid=40&hei=40cdn-dynmedia-1.microsoft.com/is/con... https://cdn-dynmedia-1.microsoft.com/is/content/microsoftcorp/Link-List-Icons-Accessories?wid=40&hei=40 — 200 — 2.3 KiB — 38 ms — h2https://cdn-dynmedia-1.microsoft.com/is/content/microsoftcorp/Link-List-Icons-Business?wid=40&hei=40cdn-dynmedia-1.microsoft.com/is/con... https://cdn-dynmedia-1.microsoft.com/is/content/microsoftcorp/Link-List-Icons-Business?wid=40&hei=40 — 200 — 1.7 KiB — 31 ms — h2https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Content-Card-Surface-Pro-AI-11Ed-Sapphire-MC001-1?wid=406&hei=230&fit=crop&resSharp=1cdn-dynmedia-1.microsoft.com/is/ima... https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Content-Card-Surface-Pro-AI-11Ed-Sapphire-MC001-1?wid=406&hei=230&fit=crop&resSharp=1 — 200 — 8.3 KiB — 32 ms — h2https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Content-Card-M365-Icon-Bounce-Premium?fmt=png-alpha&wid=406&hei=230&fit=crop&resSharp=1cdn-dynmedia-1.microsoft.com/is/ima... https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Content-Card-M365-Icon-Bounce-Premium?fmt=png-alpha&wid=406&hei=230&fit=crop&resSharp=1 — 200 — 8.7 KiB — 39 ms — h2https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Content-Card-Digital-Content-Xbox-Game-Pass-Oct25?wid=406&hei=230&fit=crop&resSharp=1cdn-dynmedia-1.microsoft.com/is/ima... https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Content-Card-Digital-Content-Xbox-Game-Pass-Oct25?wid=406&hei=230&fit=crop&resSharp=1 — 200 — 25.0 KiB — 43 ms — h2https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Content-Card-Surface-Accessories-Platinum-MSCOM?fmt=png-alpha&wid=406&hei=230&fit=crop&resSharp=1cdn-dynmedia-1.microsoft.com/is/ima... https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Content-Card-Surface-Accessories-Platinum-MSCOM?fmt=png-alpha&wid=406&hei=230&fit=crop&resSharp=1 — 200 — 4.1 KiB — 46 ms — h2https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Content-Card-Surface-Pro-AI-11Ed-Platinum-x86-001-COMMR?wid=406&hei=230&fit=crop&resSharp=1cdn-dynmedia-1.microsoft.com/is/ima... https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Content-Card-Surface-Pro-AI-11Ed-Platinum-x86-001-COMMR?wid=406&hei=230&fit=crop&resSharp=1 — 200 — 5.0 KiB — 49 ms — h2https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Content-Card-Microsoft-365-Copilot-COMMR-0625?wid=406&hei=230&fit=crop&resSharp=1cdn-dynmedia-1.microsoft.com/is/ima... https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Content-Card-Microsoft-365-Copilot-COMMR-0625?wid=406&hei=230&fit=crop&resSharp=1 — 200 — 7.4 KiB — 51 ms — h2https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Content-Card-Azure-AI-Bloom?wid=406&hei=230&fit=crop&resSharp=1cdn-dynmedia-1.microsoft.com/is/ima... https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Content-Card-Azure-AI-Bloom?wid=406&hei=230&fit=crop&resSharp=1 — 200 — 7.8 KiB — 60 ms — h2https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Content-Card-Windows-11-Business?wid=406&hei=230&fit=crop&resSharp=1cdn-dynmedia-1.microsoft.com/is/ima... https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Content-Card-Windows-11-Business?wid=406&hei=230&fit=crop&resSharp=1 — 200 — 4.4 KiB — 55 ms — h2https://uhf.microsoft.com/statics/20260421.16.02/js/index-Cifsy-6O.jsuhf.microsoft.com/statics/20260421.... https://uhf.microsoft.com/statics/20260421.16.02/js/index-Cifsy-6O.js — 200 — 31.4 KiB — 7 ms — h2https://uhf-exp-fd-gbcrdgggfbggh0g3.b02.azurefd.net/api/v1/tasuhf-exp-fd-gbcrdgggfbggh0g3.b02.azu... https://uhf-exp-fd-gbcrdgggfbggh0g3.b02.azurefd.net/api/v1/tas — 204 — 0 B — 238 ms — h2https://uhf.microsoft.com/statics/20260421.16.02/js/index-CoTcO_uA.jsuhf.microsoft.com/statics/20260421.... https://uhf.microsoft.com/statics/20260421.16.02/js/index-CoTcO_uA.js — 200 — 14.4 KiB — 6 ms — h2https://uhf.microsoft.com/statics/20260421.16.02/js/client-Dd_gH7f0.jsuhf.microsoft.com/statics/20260421.... https://uhf.microsoft.com/statics/20260421.16.02/js/client-Dd_gH7f0.js — 200 — 2.4 KiB — 12 ms — h2https://uhf.microsoft.com/statics/20260421.16.02/js/MeControl-MNOQeTbx.jsuhf.microsoft.com/statics/20260421.... https://uhf.microsoft.com/statics/20260421.16.02/js/MeControl-MNOQeTbx.js — 200 — 12.5 KiB — 8 ms — h2https://www.microsoft.com/store/buy/cartcountwww.microsoft.com/store/buy/cartcou... https://www.microsoft.com/store/buy/cartcount — 200 — 916 B — 14 ms — h2data:font/woff;base64,d09GRgABAAAAAwPAAA4AAAAGHZAAA7MzAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABRAAAAEgAA…data:font/woff;base64,d09GRgABAAAAA... data:font/woff;base64,d09GRgABAAAAAwPAAA4AAAAGHZAAA7MzAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABRAAAAEgAA… — 200 — 192.9 KiB — 66 ms — datahttps://www.microsoft.com/cascadeauth/store/account/silentauth?auth=defaultwww.microsoft.com/cascadeauth/store... https://www.microsoft.com/cascadeauth/store/account/silentauth?auth=default — 302 — 2.1 KiB — 51 ms — h2https://uhf.microsoft.com/statics/20260421.16.02/js/index-CuY0u_Xq.jsuhf.microsoft.com/statics/20260421.... https://uhf.microsoft.com/statics/20260421.16.02/js/index-CuY0u_Xq.js — 200 — 103.9 KiB — 20 ms — h2https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/structure/page/clientlibs/experimentation.ACSHASHe8ee6e3433a60c66439eaf7e8101f8d8.min.jswww.microsoft.com/echo/etc.clientli... https://www.microsoft.com/echo/etc.clientlibs/microsoft/components/structure/page/clientlibs/experimentation.ACSHASHe8ee6e3433a60c66439eaf7e8101f8d8.min.js — 200 — 35.0 KiB — 25 ms — h2https://uhf-exp-fd-gbcrdgggfbggh0g3.b02.azurefd.net/api/v1/tasuhf-exp-fd-gbcrdgggfbggh0g3.b02.azu... https://uhf-exp-fd-gbcrdgggfbggh0g3.b02.azurefd.net/api/v1/tas — 200 — 837 B — 37 ms — h2https://login.microsoftonline.com/consumers/oauth2/v2.0/authorize?client_id=10fa57ef-4895-4ab2-872c-8c3613d4f7fb&redirect_uri=https%3A%2F%2Fwww.microsoft.com%2Fcascadeauth%2Faccount%2Fsignin-oidc&response_type=code&prompt=none&scope=openid%20profile%20offline_access&code_challenge=qd0NZ8pRkfEbYjghbdOD1NgFZfga7BYtUc1vCeL8oLo&code_challenge_method=S256&response_mode=form_post&nonce=639124007822128920.NTUxMGY5Y2EtZjFiMS00NGExLThkOTAtZDY1MGEyZWVjMWEwZGY1ODcxNGEtOTFiNi00NjVjLTlkNWItNWE3OWVkMmFkNjZm&client_info=1&x-client-brkrver=IDWeb.3.9.2.0&claims=%7B%22compact%22%3A%7B%22name%22%3A%7B%22essential%22%3Atrue%7D%7D%7D&state=CfDJ8DWlakf9i-pGinh129Xmw19oB7jIhOgzUTYmOEtmGz2EdrGwLeKW5D8q5uF0u7oncbb_2cgreGdzANIK_8X4o7HopfIO4g1voCHlAwXJ3y0NCLnyBNjwR8XHZbjsI-VTUYHhF9YxIU6nVbiS7Fq0AaeXM-i8rMFfZVONld7Jg4PUT4fbcogSrVYjm6jpJ_dl7bFUIqGLPJXNIpQ2CYEtAOGYdFVbqqs7if4nsGCVnrzYpbsrgeqIkKBb1BoY50Klinxg0ycTrsckzUNP9-2iqoBP1mG5NuF1wdL9PdQYNby1zDfmiUvyPfxx6QcxvVzWTYLiZikz4KczJZxBWvgXd9qAffk4H69CoespvoeJa9L0Bcg0sa3ebep4sCZ4TGJGlSaU58FkK8JrWAQaXQhJK6ZzOJk6gq48w41Urknb-WNKACS475J2R9-_6qnwfxDR20HYxQpm1OYuHphZoV4B-lInlWtg9d6E36RPI_a6oRR_uSs8OzG8MWtMTm5-0BG5mRQwkzREvKR1VqHEVN5TWPM&x-client-SKU=ID_NET6_0&x-client-ver=8.11.0.0login.microsoftonline.com/consumers... https://login.microsoftonline.com/consumers/oauth2/v2.0/authorize?client_id=10fa57ef-4895-4ab2-872c-8c3613d4f7fb&redirect_uri=https%3A%2F%2Fwww.microsoft.com%2Fcascadeauth%2Faccount%2Fsignin-oidc&response_type=code&prompt=none&scope=openid%20profile%20offline_access&code_challenge=qd0NZ8pRkfEbYjghbdOD1NgFZfga7BYtUc1vCeL8oLo&code_challenge_method=S256&response_mode=form_post&nonce=639124007822128920.NTUxMGY5Y2EtZjFiMS00NGExLThkOTAtZDY1MGEyZWVjMWEwZGY1ODcxNGEtOTFiNi00NjVjLTlkNWItNWE3OWVkMmFkNjZm&client_info=1&x-client-brkrver=IDWeb.3.9.2.0&claims=%7B%22compact%22%3A%7B%22name%22%3A%7B%22essential%22%3Atrue%7D%7D%7D&state=CfDJ8DWlakf9i-pGinh129Xmw19oB7jIhOgzUTYmOEtmGz2EdrGwLeKW5D8q5uF0u7oncbb_2cgreGdzANIK_8X4o7HopfIO4g1voCHlAwXJ3y0NCLnyBNjwR8XHZbjsI-VTUYHhF9YxIU6nVbiS7Fq0AaeXM-i8rMFfZVONld7Jg4PUT4fbcogSrVYjm6jpJ_dl7bFUIqGLPJXNIpQ2CYEtAOGYdFVbqqs7if4nsGCVnrzYpbsrgeqIkKBb1BoY50Klinxg0ycTrsckzUNP9-2iqoBP1mG5NuF1wdL9PdQYNby1zDfmiUvyPfxx6QcxvVzWTYLiZikz4KczJZxBWvgXd9qAffk4H69CoespvoeJa9L0Bcg0sa3ebep4sCZ4TGJGlSaU58FkK8JrWAQaXQhJK6ZzOJk6gq48w41Urknb-WNKACS475J2R9-_6qnwfxDR20HYxQpm1OYuHphZoV4B-lInlWtg9d6E36RPI_a6oRR_uSs8OzG8MWtMTm5-0BG5mRQwkzREvKR1VqHEVN5TWPM&x-client-SKU=ID_NET6_0&x-client-ver=8.11.0.0 — 302 — 2.6 KiB — 108 ms — h2https://login.live.com/oauth20_authorize.srf?client_id=10fa57ef-4895-4ab2-872c-8c3613d4f7fb&scope=openid+profile+offline_access&redirect_uri=https%3a%2f%2fwww.microsoft.com%2fcascadeauth%2faccount%2fsignin-oidc&response_type=code&state=CfDJ8DWlakf9i-pGinh129Xmw19oB7jIhOgzUTYmOEtmGz2EdrGwLeKW5D8q5uF0u7oncbb_2cgreGdzANIK_8X4o7HopfIO4g1voCHlAwXJ3y0NCLnyBNjwR8XHZbjsI-VTUYHhF9YxIU6nVbiS7Fq0AaeXM-i8rMFfZVONld7Jg4PUT4fbcogSrVYjm6jpJ_dl7bFUIqGLPJXNIpQ2CYEtAOGYdFVbqqs7if4nsGCVnrzYpbsrgeqIkKBb1BoY50Klinxg0ycTrsckzUNP9-2iqoBP1mG5NuF1wdL9PdQYNby1zDfmiUvyPfxx6QcxvVzWTYLiZikz4KczJZxBWvgXd9qAffk4H69CoespvoeJa9L0Bcg0sa3ebep4sCZ4TGJGlSaU58FkK8JrWAQaXQhJK6ZzOJk6gq48w41Urknb-WNKACS475J2R9-_6qnwfxDR20HYxQpm1OYuHphZoV4B-lInlWtg9d6E36RPI_a6oRR_uSs8OzG8MWtMTm5-0BG5mRQwkzREvKR1VqHEVN5TWPM&response_mode=form_post&nonce=639124007822128920.NTUxMGY5Y2EtZjFiMS00NGExLThkOTAtZDY1MGEyZWVjMWEwZGY1ODcxNGEtOTFiNi00NjVjLTlkNWItNWE3OWVkMmFkNjZm&prompt=none&code_challenge=0Y4SiTY6WeDQu1HQ-2BtCzN-g8ttMo_I-obbFLA_Bi4&code_challenge_method=S256&x-client-SKU=ID_NET6_0&x-client-Ver=8.11.0.0&uaid=a2bc85b45210483dae30b12a7e328b92&msproxy=1&issuer=mso&tenant=consumers&ui_locales=en-US&client_info=1&epctrc=9xM9vtBTKu4X7LQJ1VmAR2Pri03UyBR2h%2bhOftXbSjI%3d9%3a1%3aCANARY%3aP1HbivmGkWaYLYMWrzp9GgBLke5Ao7tvrbfmJNC%2bTsM%3d&epct=PAQABDgEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzCAAAAAAAft3hSY2KhVijx5g2oZp488IMerkzylfBn74lCbW8n_Tv6RnLyi4MSDpK7GNEa-XBGLCWAMG9g-N-zKmIEw-NRbLmtxDXpd4SI_8x2gxqIJwoM790BmHF0JM_b5agQ7WaPYrT6YbGU1Yr6wyW2yppA9dXzVDCgVMNdGTre4kzzk8r7DHAZL6r-FS5haTc13XZ945hjEPwDw2Ke4_UXzALzyAA&jshs=0&claims=%7b%22compact%22%3a%7b%22name%22%3a%7b%22essential%22%3atrue%7d%7d%7dlogin.live.com/oauth20_authorize.sr... https://login.live.com/oauth20_authorize.srf?client_id=10fa57ef-4895-4ab2-872c-8c3613d4f7fb&scope=openid+profile+offline_access&redirect_uri=https%3a%2f%2fwww.microsoft.com%2fcascadeauth%2faccount%2fsignin-oidc&response_type=code&state=CfDJ8DWlakf9i-pGinh129Xmw19oB7jIhOgzUTYmOEtmGz2EdrGwLeKW5D8q5uF0u7oncbb_2cgreGdzANIK_8X4o7HopfIO4g1voCHlAwXJ3y0NCLnyBNjwR8XHZbjsI-VTUYHhF9YxIU6nVbiS7Fq0AaeXM-i8rMFfZVONld7Jg4PUT4fbcogSrVYjm6jpJ_dl7bFUIqGLPJXNIpQ2CYEtAOGYdFVbqqs7if4nsGCVnrzYpbsrgeqIkKBb1BoY50Klinxg0ycTrsckzUNP9-2iqoBP1mG5NuF1wdL9PdQYNby1zDfmiUvyPfxx6QcxvVzWTYLiZikz4KczJZxBWvgXd9qAffk4H69CoespvoeJa9L0Bcg0sa3ebep4sCZ4TGJGlSaU58FkK8JrWAQaXQhJK6ZzOJk6gq48w41Urknb-WNKACS475J2R9-_6qnwfxDR20HYxQpm1OYuHphZoV4B-lInlWtg9d6E36RPI_a6oRR_uSs8OzG8MWtMTm5-0BG5mRQwkzREvKR1VqHEVN5TWPM&response_mode=form_post&nonce=639124007822128920.NTUxMGY5Y2EtZjFiMS00NGExLThkOTAtZDY1MGEyZWVjMWEwZGY1ODcxNGEtOTFiNi00NjVjLTlkNWItNWE3OWVkMmFkNjZm&prompt=none&code_challenge=0Y4SiTY6WeDQu1HQ-2BtCzN-g8ttMo_I-obbFLA_Bi4&code_challenge_method=S256&x-client-SKU=ID_NET6_0&x-client-Ver=8.11.0.0&uaid=a2bc85b45210483dae30b12a7e328b92&msproxy=1&issuer=mso&tenant=consumers&ui_locales=en-US&client_info=1&epctrc=9xM9vtBTKu4X7LQJ1VmAR2Pri03UyBR2h%2bhOftXbSjI%3d9%3a1%3aCANARY%3aP1HbivmGkWaYLYMWrzp9GgBLke5Ao7tvrbfmJNC%2bTsM%3d&epct=PAQABDgEAAACvnsHKEvvRQb3Bz3Qc7wnaRXZvU3RzQXJ0aWZhY3RzCAAAAAAAft3hSY2KhVijx5g2oZp488IMerkzylfBn74lCbW8n_Tv6RnLyi4MSDpK7GNEa-XBGLCWAMG9g-N-zKmIEw-NRbLmtxDXpd4SI_8x2gxqIJwoM790BmHF0JM_b5agQ7WaPYrT6YbGU1Yr6wyW2yppA9dXzVDCgVMNdGTre4kzzk8r7DHAZL6r-FS5haTc13XZ945hjEPwDw2Ke4_UXzALzyAA&jshs=0&claims=%7b%22compact%22%3a%7b%22name%22%3a%7b%22essential%22%3atrue%7d%7d%7d — 200 — 4.0 KiB — 154 ms — http/1.1https://target.microsoft.com/rest/v1/delivery?client=microsoftmscompoc&sessionId=2af191df46f54e9ba2210f5dc3b29c5f&version=2.9.0target.microsoft.com/rest/v1/delive... https://target.microsoft.com/rest/v1/delivery?client=microsoftmscompoc&sessionId=2af191df46f54e9ba2210f5dc3b29c5f&version=2.9.0 — 200 — 1.4 KiB — 92 ms — h2https://uhf.microsoft.com/statics/20260421.16.02/js/Index-rMmMtAfu.jsuhf.microsoft.com/statics/20260421.... https://uhf.microsoft.com/statics/20260421.16.02/js/Index-rMmMtAfu.js — 200 — 42.5 KiB — 10 ms — h2https://scripts.clarity.ms/0.8.59/clarity.jsscripts.clarity.ms/0.8.59/clarity.j... https://scripts.clarity.ms/0.8.59/clarity.js — 200 — 26.2 KiB — 61 ms — h2https://www.microsoft.com/cascadeauth/account/signin-oidcwww.microsoft.com/cascadeauth/accou... https://www.microsoft.com/cascadeauth/account/signin-oidc — 302 — 902 B — 27 ms — h2https://www.microsoft.com/favicon.ico?v2www.microsoft.com/favicon.ico?v2 https://www.microsoft.com/favicon.ico?v2 — 200 — 17.3 KiB — 12 ms — h2https://www.microsoft.com/cascadeauth/store/account/silentauth?auth=Nonewww.microsoft.com/cascadeauth/store... https://www.microsoft.com/cascadeauth/store/account/silentauth?auth=None — 200 — 1.6 KiB — 27 ms — h2https://h.clarity.ms/collecth.clarity.ms/collect https://h.clarity.ms/collect — 200 — 402 B — 295 ms — http/1.1https://browser.events.data.microsoft.com/OneCollector/1.0/?cors=true&content-type=application/x-json-stream&w=0browser.events.data.microsoft.com/O... https://browser.events.data.microsoft.com/OneCollector/1.0/?cors=true&content-type=application/x-json-stream&w=0 — 200 — 0 B — 548 ms — h2https://browser.events.data.microsoft.com/OneCollector/1.0/?cors=true&content-type=application/x-json-stream&w=0browser.events.data.microsoft.com/O... https://browser.events.data.microsoft.com/OneCollector/1.0/?cors=true&content-type=application/x-json-stream&w=0 — 200 — 762 B — 463 ms — h2https://h.clarity.ms/collecth.clarity.ms/collect https://h.clarity.ms/collect — 204 — 281 B — 166 ms — http/1.1https://browser.events.data.microsoft.com/OneCollector/1.0/?cors=true&content-type=application/x-json-stream&w=0browser.events.data.microsoft.com/O... https://browser.events.data.microsoft.com/OneCollector/1.0/?cors=true&content-type=application/x-json-stream&w=0 — 200 — 234 B — 94 ms — h2https://browser.events.data.microsoft.com/OneCollector/1.0/?cors=true&content-type=application/x-json-stream&w=2browser.events.data.microsoft.com/O... https://browser.events.data.microsoft.com/OneCollector/1.0/?cors=true&content-type=application/x-json-stream&w=2 — 200 — 0 B — 110 ms — h2https://browser.events.data.microsoft.com/OneCollector/1.0/?cors=true&content-type=application/x-json-stream&w=2browser.events.data.microsoft.com/O... https://browser.events.data.microsoft.com/OneCollector/1.0/?cors=true&content-type=application/x-json-stream&w=2 — 200 — 95 B — 98 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 5996ms · 1297KB · €32/mo
www.microsoft.com
Other
Costly
Execution 1506ms
Transfer 553 KB
Monthly Cost €8/mo
Unattributable
Other
Costly
Execution 1156ms
Transfer 0 KB
Monthly Cost €6/mo
www.microsoft.com
Other
Costly
Execution 998ms
Transfer 23 KB
Monthly Cost €5/mo
www.microsoft.com
Other
Costly
Execution 543ms
Transfer 58 KB
Unused 70%
Monthly Cost €3/mo
www.microsoft.com
Other
Costly
Execution 380ms
Transfer 113 KB
Unused 57%
Monthly Cost €2/mo
Microsoft Clarity
Session Replay
Costly
Execution 380ms
Transfer 26 KB
Monthly Cost €2/mo
uhf.microsoft.com
Other
Costly
Execution 379ms
Transfer 31 KB
Monthly Cost €2/mo
www.microsoft.com
Other
Costly
Execution 202ms
Transfer 33 KB
Monthly Cost €1/mo
www.microsoft.com
Other
Optional
Execution 171ms
Transfer 35 KB
Monthly Cost €1/mo
uhf.microsoft.com
Other
Optional
Execution 124ms
Transfer 104 KB
Unused 47%
Monthly Cost €1/mo
www.microsoft.com
Other
Optional
Execution 87ms
Transfer 48 KB
Monthly Cost €0/mo
wcpstatic.microsoft.com
Other
Optional
Execution 71ms
Transfer 274 KB
Monthly Cost €0/mo

These scripts may cost more than they're worth

  • www.microsoft.com adds 1506ms and costs ~€8/month
  • Unattributable adds 1156ms and costs ~€6/month
  • www.microsoft.com adds 998ms and costs ~€5/month
  • www.microsoft.com adds 543ms and costs ~€3/month
  • www.microsoft.com adds 380ms and costs ~€2/month
  • Microsoft Clarity adds 380ms and costs ~€2/month
  • uhf.microsoft.com adds 379ms and costs ~€2/month
  • www.microsoft.com adds 202ms and costs ~€1/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

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

www.microsoft.com takes 1506ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Unattributable takes 1156ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

www.microsoft.com takes 998ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

www.microsoft.com takes 543ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

70% of www.microsoft.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

www.microsoft.com takes 380ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

57% of www.microsoft.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

Microsoft Clarity takes 380ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

uhf.microsoft.com takes 379ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

www.microsoft.com takes 202ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback