Performance
· 16 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.
1.96 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.13 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
2.00 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.191
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.05 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.
15.92 s
Page Load Progression
DPage Weight BudgetAction2.4 MB transferred, 133 requestsFIX
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
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction97% third-party, 0 ms blockingFIX
FJS Execution CostAction6793ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| Unattributable | 1663ms | 750ms | 0ms | 3rd |
| https://assets.msn.com/bundles/v1/homePage/latest/mobile/common.7ffc11d8d20f9decafc9.js | 1389ms | 1155ms | 120ms | 3rd |
| https://www.msn.com/fr-fr?fastFallbackOnModuleUnavailable=1 | 839ms | 187ms | 39ms | 1st |
| https://assets.msn.com/staticsb/statics/latest/js/thirdparty/tmt/v1/fr-fr_script.js | 542ms | 532ms | 9ms | 3rd |
| https://assets.msn.com/bundles/v1/homePage/latest/mobile/microsoft.7872c396d332f4813bd8.js | 450ms | 236ms | 45ms | 3rd |
| https://assets.msn.com/staticsb/statics/latest/oneTrust/2.4/scripttemplates/202601.1.0/otBannerSdk.js | 413ms | 238ms | 41ms | 3rd |
| https://assets.msn.com/bundles/v1/homePage/latest/mobile/libs_feed-layout_dist_card-templates_infopane-card_InfopaneCardData_js-libs_feed-layout_dist_-b060e5.685035f530dacacfe2ea.js | 351ms | 304ms | 4ms | 3rd |
| https://assets.msn.com/bundles/v1/homePage/latest/mobile/experiences_social-bar-wc_dist_index_js.71a7976765e54be72fd9.js | 201ms | 159ms | 12ms | 3rd |
| https://assets.msn.com/staticsb/statics/latest/auth/msal-browser-4.24.0.min.js | 150ms | 121ms | 24ms | 3rd |
| https://adsdk.microsoft.com/ast/ast.js | 140ms | 102ms | 19ms | 3rd |
Showing top 10 of 18 scripts
FJS BundlesAction35 scripts, 819 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://assets.msn.com/bundles/v1/homePage/latest/mobile/experiences_unified-mobile-feed_dist_index_js.4751ee049a319b24b779.js | 0 KB | 164 KB (73%) | ✓ | 3rd |
| https://assets.msn.com/bundles/v1/homePage/latest/mobile/experiences_unified-mobile-feed_dist_index_js.4751ee049a319b24b779.js | 51 KB | 164 KB (73%) | ✓ | 3rd |
| https://assets.msn.com/bundles/v1/homePage/latest/mobile/common.7ffc11d8d20f9decafc9.js | 328 KB | 151 KB (46%) | ✓ | 3rd |
| https://assets.msn.com/staticsb/statics/latest/oneTrust/2.4/scripttemplates/202601.1.0/otBannerSdk.js | 128 KB | 62 KB (49%) | ✓ | 3rd |
| https://assets.msn.com/bundles/v1/homePage/latest/mobile/experiences_display-ads-wc_dist_index_js.2fa3c90db2714b2ebfda.js | 28 KB | 53 KB (48%) | ✓ | 3rd |
| https://assets.msn.com/bundles/v1/homePage/latest/mobile/experiences_display-ads-wc_dist_index_js.2fa3c90db2714b2ebfda.js | 0 KB | 53 KB (48%) | ✓ | 3rd |
| https://assets.msn.com/staticsb/statics/latest/auth/msal-browser-4.24.0.min.js | 76 KB | 46 KB (64%) | ✓ | 3rd |
| https://adsdk.microsoft.com/ast/ast.js | 51 KB | 38 KB (74%) | ✓ | 3rd |
| https://assets.msn.com/bundles/v1/homePage/latest/mobile/microsoft.7872c396d332f4813bd8.js | 101 KB | 36 KB (36%) | ✓ | 3rd |
| https://assets.msn.com/bundles/v1/homePage/latest/mobile/umfChannelDataProvider.1da4384c2d16121c7dc3.js | 38 KB | 27 KB (72%) | ✓ | 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
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
DHTTP CachingActionno-store (uncacheable)FIX
no-store,no-cache
| Directive | Value | Meaning |
|---|---|---|
| no-store | — | Never cache this response |
| no-cache | — | Cache but always revalidate first |
BImage Optimization42 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 Loading1 fonts (41 KB)PASS
Web fonts
1
41 KB total
Render-blocking
0
of 1
Dominant font-display
swap
Most common across fonts
Font loading timeline
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)
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints65 hints, 0 missing preconnectsPASS
Current Resource Hints
65 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall133 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 | 1663ms | 0 KB | — | €18/mo | Costly |
assets.msn.com assets.msn.com | Other | 1389ms | 328 KB | 46% | €15/mo | Costly |
assets.msn.com assets.msn.com | Other | 542ms | 29 KB | — | €6/mo | Costly |
assets.msn.com assets.msn.com | Other | 450ms | 101 KB | 36% | €5/mo | Costly |
assets.msn.com assets.msn.com | Other | 413ms | 128 KB | 49% | €4/mo | Costly |
assets.msn.com assets.msn.com | Other | 351ms | 18 KB | — | €4/mo | Costly |
assets.msn.com assets.msn.com | Other | 201ms | 30 KB | — | €2/mo | Costly |
assets.msn.com assets.msn.com | Other | 150ms | 76 KB | 64% | €2/mo | Optional |
adsdk.microsoft.com adsdk.microsoft.com | Other | 140ms | 51 KB | 74% | €2/mo | Optional |
assets.msn.com assets.msn.com | Other | 125ms | 4 KB | — | €1/mo | Optional |
btloader.com btloader.com | Other | 100ms | 30 KB | — | €1/mo | Optional |
assets.msn.com assets.msn.com | Other | 92ms | 10 KB | — | €1/mo | Optional |
assets.msn.com assets.msn.com | Other | 81ms | 0 KB | 73% | €1/mo | Optional |
assets.msn.com assets.msn.com | Other | 80ms | 0 KB | 48% | €1/mo | Optional |
assets.msn.com assets.msn.com | Other | 72ms | 24 KB | — | €1/mo | Optional |
assets.msn.com assets.msn.com | Other | 54ms | 21 KB | — | €1/mo | Optional |
assets.msn.com assets.msn.com | Other | 52ms | 18 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- Unattributable adds 1663ms and costs ~€18/month
- assets.msn.com adds 1389ms and costs ~€15/month
- assets.msn.com adds 542ms and costs ~€6/month
- assets.msn.com adds 450ms and costs ~€5/month
- assets.msn.com adds 413ms and costs ~€4/month
- assets.msn.com adds 351ms and costs ~€4/month
- assets.msn.com adds 201ms and costs ~€2/month
88% 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 1663ms 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
assets.msn.com takes 1389ms 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
assets.msn.com takes 542ms 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
assets.msn.com takes 450ms 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
assets.msn.com takes 413ms 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
assets.msn.com takes 351ms 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
assets.msn.com takes 201ms 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
64% of assets.msn.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
74% of adsdk.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
73% of assets.msn.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