Performance
· 14 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.
538 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.10 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
416 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.065
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.95 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.
6.33 s
Page Load Progression
FPage Weight BudgetAction5.4 MB transferred, 372 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
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 ImpactAction99% third-party, 0 ms blockingFIX
FJS Execution CostAction3874ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.msn.com/fr-fr | 1031ms | 35ms | 3ms | 1st |
| https://assets.msn.com/bundles/v1/homePage/latest/microsoft.4abc9b9a594fae03a52c.js | 999ms | 765ms | 16ms | 3rd |
| Unattributable | 475ms | 23ms | 0ms | 3rd |
| https://assets.msn.com/bundles/v1/homePage/latest/common.57fc6de006dfee680e90.js | 433ms | 343ms | 35ms | 3rd |
| https://assets.msn.com/staticsb/statics/latest/js/thirdparty/tmt/v1/fr-fr_script.js | 161ms | 131ms | 2ms | 3rd |
| https://assets.msn.com/bundles/v1/homePage/latest/waterfall-view-feed.72a1de187ebc78d794e9.js | 135ms | 129ms | 1ms | 3rd |
| https://assets.msn.com/bundles/v1/homePage/latest/libs_edgechromium-wpo-promotion-util_dist_EdgeChromiumUXMessasgeHelper_js-libs_feed-layout-co-40f9f7.b9b2b8af8b71d964c705.js | 93ms | 86ms | 6ms | 3rd |
| https://assets.msn.com/bundles/v1/homePage/latest/experience.4291c5c08378e8bf7b67.js | 80ms | 23ms | 16ms | 3rd |
| https://assets.msn.com/staticsb/statics/latest/js/thirdparty/adsdk/MSCMP/1.0.3/abfbc578471c8b100464.js | 72ms | 42ms | 15ms | 3rd |
| https://btloader.com/tag?o=6208086025961472&upapi=true | 63ms | 47ms | 8ms | 3rd |
Showing top 10 of 16 scripts
FJS BundlesAction105 scripts, 580 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://assets.msn.com/bundles/v1/homePage/latest/common.57fc6de006dfee680e90.js | 375 KB | 178 KB (47%) | ✓ | 3rd |
| https://assets.msn.com/bundles/v1/homePage/latest/experiences_display-ads-wc_dist_index_js.7ec7a191b2908dd8d73b.js | 0 KB | 39 KB (36%) | ✓ | 3rd |
| https://assets.msn.com/bundles/v1/homePage/latest/experiences_display-ads-wc_dist_index_js.7ec7a191b2908dd8d73b.js | 27 KB | 39 KB (36%) | ✓ | 3rd |
| https://assets.msn.com/bundles/v1/homePage/latest/libs_edgechromium-wpo-promotion-util_dist_EdgeChromiumUXMessasgeHelper_js-libs_feed-layout-co-40f9f7.b9b2b8af8b71d964c705.js | 67 KB | 39 KB (58%) | ✓ | 3rd |
| https://assets.msn.com/bundles/v1/homePage/latest/experience.4291c5c08378e8bf7b67.js | 86 KB | 38 KB (45%) | ✓ | 3rd |
| https://assets.msn.com/bundles/v1/homePage/latest/microsoft.4abc9b9a594fae03a52c.js | 104 KB | 36 KB (35%) | ✓ | 3rd |
| https://assets.msn.com/bundles/v1/homePage/latest/card-actions-wc.58fed0c7f1052ba7d42f.js | 47 KB | 31 KB (67%) | ✓ | 3rd |
| https://assets.msn.com/bundles/v1/homePage/latest/getFeedManager.e99ba339043bf367d927.js | 64 KB | 30 KB (48%) | ✓ | 3rd |
| https://assets.msn.com/bundles/v1/homePage/latest/nas-highlight-v1.fbab9cb9d0bfbb71ce5c.js | 66 KB | 29 KB (44%) | ✓ | 3rd |
| https://assets.msn.com/staticsb/statics/latest/auth/msal-browser-4.24.0.min.js | 76 KB | 28 KB (64%) | ✓ | 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 Optimization192 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 HintsNo optimization neededPASS
Network Waterfall372 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 |
|---|---|---|---|---|---|---|
assets.msn.com assets.msn.com | Other | 999ms | 104 KB | 35% | €11/mo | Costly |
Unattributable Unattributable | Other | 475ms | 0 KB | — | €5/mo | Costly |
assets.msn.com assets.msn.com | Other | 433ms | 375 KB | 47% | €5/mo | Costly |
assets.msn.com assets.msn.com | Other | 161ms | 29 KB | — | €2/mo | Optional |
assets.msn.com assets.msn.com | Other | 135ms | 11 KB | — | €1/mo | Optional |
assets.msn.com assets.msn.com | Other | 93ms | 67 KB | 58% | €1/mo | Optional |
assets.msn.com assets.msn.com | Other | 80ms | 86 KB | 45% | €1/mo | Optional |
assets.msn.com assets.msn.com | Other | 72ms | 84 KB | — | €1/mo | Optional |
btloader.com btloader.com | Other | 63ms | 30 KB | 79% | €1/mo | Optional |
assets.msn.com assets.msn.com | Other | 61ms | 20 KB | — | €1/mo | Optional |
adsdk.microsoft.com adsdk.microsoft.com | Other | 60ms | 51 KB | 46% | €1/mo | Optional |
assets.msn.com assets.msn.com | Other | 56ms | 28 KB | — | €1/mo | Optional |
assets.msn.com assets.msn.com | Other | 52ms | 0 KB | — | €1/mo | Optional |
assets.msn.com assets.msn.com | Other | 51ms | 43 KB | — | €1/mo | Optional |
assets.msn.com assets.msn.com | Other | 50ms | 25 KB | — | €1/mo | Optional |
These scripts may cost more than they're worth
- assets.msn.com adds 999ms and costs ~€11/month
- Unattributable adds 475ms and costs ~€5/month
- assets.msn.com adds 433ms and costs ~€5/month
73% 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
assets.msn.com takes 999ms 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 475ms 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 433ms 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
58% 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
79% of btloader.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