No change since last audit
Compared to scan from 6 days ago
Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100 Same as last audit
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Several regulatory requirements are not yet met.
Good content signals with minor gaps.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
Cookie 'MUIDB' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
Cookie '_C_Auth' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
Cookie '_EDGE_S' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
Cookie '_EDGE_V' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
High impact, low effort — start here.
High impact, requires investment.
Nothing in this quadrant — good news.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/6d04ee3c-c8b1-4f76-9a04-74f234828438)<a href="https://beavercheck.com/results/6d04ee3c-c8b1-4f76-9a04-74f234828438"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fwww.msn.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fwww.msn.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. The 5 security gaps leave your users exposed — modern browsers increasingly warn visitors about insecure sites. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~34%.
Page takes 8.1s to load
+12% bounceUsers abandon at ~3s — you're 5.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.8s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
4 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€200 investment → €4,977/month returns + EUR 120,500,000 risk avoided
€200
2h · 5 findings
€4,977 /mo
~€59,718 / year
EUR 120,500,000
if kept compliant
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
2.5 developer hours at €80/hr
Based on France rates (€80/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,006 / year if left unfixed
€120,500,000
+11 more
€0.54 /mo
7224.9 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
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.
8.08 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.85 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.450
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.75 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.06 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| assets.msn.com/staticsb/statics/latest/oneTrust/2.4/scripttemplates/otSDKStub.js | 9.8 KiB | 752 ms |
| /bundles/v1/homePage/latest/mobile/SSR-extension.046330be... | 9.3 KiB |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Nadia Farès, le 29 septembre 2025. - Dominique Jacovides - Bruno Bebert / Besti… div.infopane-image-container > img.media | /tenant/amp/entityid/AA213iK0.img?w=432&h=226&q=90&m=6&f=... | 32.0 KiB | 19.7 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.msn.com/ | 756 ms |
| www.msn.com/fr-fr?fastFallbackOnModuleUnavailable=1 | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Microsoft se soucie de votre vie privée
Microsoft et nos fournisseurs tiers uti… body.no-scroll > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.173 |
Microsoft se soucie de votre vie privée
Microsoft et nos fournisseurs tiers uti… body.no-scroll > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.171 |
Microsoft se soucie de votre vie privée
Microsoft et nos fournisseurs tiers uti… body.no-scroll > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.047 |
div.feed-container > div.feed-inner-container > div.feed-section > div.feed-view-wrapper div.feed-container > div.feed-inner-container > div.feed-section > div.feed-view-wrapper | 0.016 |
Microsoft se soucie de votre vie privée
Microsoft et nos fournisseurs tiers uti… body.no-scroll > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.015 |
Nadia Farès, le 29 septembre 2025. - Dominique Jacovides - Bruno Bebert / Besti… csm-ultra-infopane.carousel > div.slides | 0.013 |
Nadia Farès, le 29 septembre 2025. - Dominique Jacovides - Bruno Bebert / Besti… csm-ultra-infopane.carousel > div.slides | 0.013 |
Nadia Farès, le 29 septembre 2025. - Dominique Jacovides - Bruno Bebert / Besti… csm-ultra-infopane.carousel > div.slides | 0.011 |
Nadia Farès, le 29 septembre 2025. - Dominique Jacovides - Bruno Bebert / Besti… csm-ultra-infopane.carousel > div.slides | 0.011 |
Nadia Farès, le 29 septembre 2025. - Dominique Jacovides - Bruno Bebert / Besti… csm-ultra-infopane.carousel > div.slides | 0.009 |
Microsoft se soucie de votre vie privée
Microsoft et nos fournisseurs tiers uti… body.no-scroll > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.008 |
Nadia Farès, le 29 septembre 2025. - Dominique Jacovides - Bruno Bebert / Besti… csm-ultra-infopane.carousel > div.slides | 0.008 |
Nadia Farès, le 29 septembre 2025. - Dominique Jacovides - Bruno Bebert / Besti… csm-ultra-infopane.carousel > div.slides | 0.008 |
Microsoft se soucie de votre vie privée
Microsoft et nos fournisseurs tiers uti… body.no-scroll > div#onetrust-consent-sdk > div#onetrust-banner-sdk | 0.007 |
Nadia Farès, le 29 septembre 2025. - Dominique Jacovides - Bruno Bebert / Besti… csm-ultra-infopane.carousel > div.slides | 0.006 |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /bundles/v1/homePage/latest/mobile/experiences_unified-mo... | 225.8 KiB | 165.2 KiB |
| assets.msn.com/bundles/v1/homePage/latest/mobile/common.0a5be0c3ea8887e49acb.js | 326.9 KiB | 150.1 KiB |
| /staticsb/statics/latest/oneTrust/2.4/scripttemplates/202... | 126.8 KiB | 61.7 KiB |
| /bundles/v1/homePage/latest/mobile/experiences_display-ad... | 109.3 KiB | 53.2 KiB |
| assets.msn.com/staticsb/statics/latest/auth/msal-browser-4.24.0.min.js | 75.1 KiB | 48.0 KiB |
| adsdk.microsoft.com/ast/ast.js | 51.0 KiB | 37.4 KiB |
| /bundles/v1/homePage/latest/mobile/microsoft.7872c396d332... | 99.9 KiB | 35.5 KiB |
| /bundles/v1/homePage/latest/mobile/umfChannelDataProvider... | 37.6 KiB | 27.0 KiB |
| /bundles/v1/homePage/latest/mobile/experience.3a21419d296... | 42.4 KiB | 26.2 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 3.9 s |
| Other | 1.1 s |
| Script Parsing & Compilation | 449 ms |
| Style & Layout | 395 ms |
| Parse HTML & CSS | 172 ms |
| Rendering | 132 ms |
| Garbage Collection | 67 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Annonce div.feed-inner-container > div.feed-ads-wrapper > div.display-ads-container > span.ad-placeholder-text |
Sponsorisé div#nativead-infopane-3 > div.footer > a.ad-slug |
Sponsorisé div.footer > a.ad-slug |
These are opportunities to improve the legibility of your content.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
"Ce n’est pas rien un mariage !" : Yannick Noah "abattu" après avoir découvert … div.body > img.media | /tenant/amp/entityid/AA20PVBU.img?w=380&h=199&q=80&m=6&f=... | 380 x 199 | 380 x 199 | 570 x 299 |
Femme Actuelle div.body > div.text > div.attribution > img.attribution-image | /tenant/amp/entityid/AA1QixWY.img?w=16&h=16&q=100&m=6&f=p... | 16 x 16 | 16 x 16 | 24 x 24 |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | /bundles/v1/homePage/latest/mobile/microsoft.7872c396d332... line 1, col 4281 |
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Cookie |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
537 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.04 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
411 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.057
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.90 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.
5.94 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| assets.msn.com/staticsb/statics/latest/oneTrust/2.4/scripttemplates/otSDKStub.js | 9.8 KiB | 202 ms |
| www.msn.com/bundles/v1/homePage/latest/SSR-extension.06f18e74ffffd7968bc6.js | 8.6 KiB |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Attention : ce rituel auto du dimanche peut vous coûter jusqu’à 75 000 € d’amen… div.root > div.content-card-container > img.media | /tenant/amp/entityid/AA20ZneF.img?w=612&h=304&q=60&m=6&f=... | 64.0 KiB | 33.7 KiB |
Casino Heist Slots div.density-full-card > a > div.density-full-card-img > img | /th?id=OCGE.9mt0xqt1zlbq_v9_main&pid=uxf&rf=hubstream_fal... | 21.2 KiB | 20.0 KiB |
Mahjong Classic div.density-full-card > a > div.density-full-card-img > img | /th?id=OCGE.9nrpjt2r20bt_v7_main&pid=uxf&rf=hubstream_fal... | 19.9 KiB | 18.8 KiB |
static map image div.weather-minimap-container > a.weather-minimap-link > img.weather-minimap-base | /REST/v1/Imagery/Map/roadondemandfull/40.417,-3.703/6?map... | 24.6 KiB | 18.7 KiB |
Ships 3D div.density-full-card > a > div.density-full-card-img > img | /th?id=OCGE.9nbkfszkxwcv_v3_main&pid=uxf&rf=hubstream_fal... | 19.6 KiB | 18.5 KiB |
Slots Lounge div.density-full-card > a > div.density-full-card-img > img | /th?id=OCGE.9nnwpnjtvmgl_abtesting_bcc1fe59-ce2b-45ec-848... | 19.2 KiB | 18.1 KiB |
Rois et reines div.density-full-card > a > div.density-full-card-img > img | /th?id=OCGE.9plvt8qk4hm5_v6_main&pid=uxf&rf=hubstream_fal... | 18.1 KiB | 17.0 KiB |
Daily Sudoku div.density-full-card > a > div.density-full-card-img > img | /th?id=OCGE.9ntbq1dctf4c_v3_main&pid=uxf&rf=hubstream_fal... | 17.2 KiB | 16.0 KiB |
Hexa Stack div.density-full-card > a > div.density-full-card-img > img | /th?id=OCGE.9nrtsrw7wfqb_v18_main&pid=uxf&rf=hubstream_fa... | 16.8 KiB | 15.6 KiB |
Bing Wallpaper div.wrapper > div.container > div.image-text-container > img.image1 | /creativeservice/9c6e7ead-bff6-2b01-fa23-ca14c17b14c2_835... | 14.9 KiB | 14.5 KiB |
Assurance habitation étudiant div.root > div.content-card-container > img.media | /th?id=OADD2.7902765947145_1XNI44SAHI3EMUPX8J&pid=21.2&c=... | 18.0 KiB | 13.5 KiB |
Classic Solitaire div.density-full-card > a > div.density-full-card-img > img | /th?id=OCGE.9mvnfm31l583_v3_main&pid=uxf&rf=hubstream_fal... | 13.8 KiB | 12.7 KiB |
div.sd-card-header > div.header-icon > img div.sd-card-header > div.header-icon > img | /th?id=OCGE.casualgames_gameapp_maximal_v2&w=104&h=104&ql... | 12.5 KiB | 12.4 KiB |
« On se sent trahis » : la volte-face du nouveau maire de Clermont-Ferrand décl… div.root > div.content-card-container > img.media | /tenant/amp/entityid/AA212FhR.img?w=268&h=140&q=60&m=6&f=... | 16.0 KiB | 9.9 KiB |
div.root > div.content-card-container > div.video-container > video.media div.root > div.content-card-container > div.video-container > video.media | /tenant/amp/entityid/AA20QAf7.img?w=268&h=140&q=60&m=6&f=... | 16.0 KiB | 9.9 KiB |
« Le Québec, c’est en train de devenir la France » : le constat amer d’une jeun… div.root > div.content-card-container > img.media | /tenant/amp/entityid/AA213DWn.img?w=268&h=140&q=60&m=6&f=... | 16.0 KiB | 9.9 KiB |
Mer de Mots div.density-full-card > a > div.density-full-card-img > img | /th?id=OCGE.9pmshjkqf5vc_v3_main&pid=uxf&rf=hubstream_fal... | 10.6 KiB | 9.4 KiB |
Table Tulipe Ronde En Marbre-Plateau Marbre Verde Alpi-Diamètre 100 Cm-Piètemen… div.root > div.content-card-container > img.media | /th?id=OPEC.79qJl8Rfq3%2fNKg474C474&o=5&pid=21.1&dynsize=... | 10.2 KiB | 7.6 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.msn.com/ | 207 ms |
| www.msn.com/fr-fr | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.3 s |
| Other | 1.1 s |
| Style & Layout | 305 ms |
| Script Parsing & Compilation | 241 ms |
| Rendering | 168 ms |
| Parse HTML & CSS | 121 ms |
| Garbage Collection | 105 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| 22.4 KiB | 19.2 KiB | |
| .mectrl_resetStyle,a.mectrl_resetStyle,button.mectrl_resetStyle{height:auto;min-width:auto; … } … | 15.2 KiB | 14.8 KiB |
| .mectrl_resetStyle,a.mectrl_resetStyle,button.mectrl_resetStyle{height:auto;min-width:auto; … } … | 10.3 KiB | 10.2 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Accéder div.wrapper > div.container > div.action-dismiss-container > a#banner-button1 |
These are opportunities to improve the legibility of your content.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Décorez votre Bureau avec un fond d’écran Bing Wallpaper
Explorez le monde ave… div.wrapper > div.container > div.image-text-container > a.headline-lead-container |
Non merci div.wrapper > div.container > div.action-dismiss-container > a#dismissButton |
Accéder div.wrapper > div.container > div.action-dismiss-container > a#banner-button1 |
Amazon
Sponsorisé div.me-stripe-tile-content > a.me-stripe-tile-button |
Booking.com
Sponsorisé div.me-stripe-tile-content > a.me-stripe-tile-button |
eBay
Sponsorisé div.me-stripe-tile-content > a.me-stripe-tile-button |
25
°C div.weather-top-template > div.weather-current-leftpane > div.weather-current-temp-container > a.weather-current-temperature |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Renaud : sa maison "atypique et très reconnaissable" où il vit paisiblement ave… cs-card.card-outer > cs-content-card#contentcard_AA20prY4 > div > img.card-image | /tenant/amp/entityid/AA20oVGx.img?w=220&h=124&q=60&m=6&f=... | 200 x 126 (1.59) | 220 x 124 (1.77) |
L’Ukraine frappe un grand coup : même le Kremlin admet que la guerre est perdue… cs-card.card-outer > cs-content-card#contentcard_AA214Kex > div > img.card-image | /tenant/amp/entityid/AA213Gls.img?w=220&h=124&q=60&m=6&f=... | 200 x 126 (1.59) | 220 x 124 (1.77) |
L'Image Publique Tumultueuse De Katy Perry : D'Où Vient-Elle ? cs-card.card-outer > cs-content-card#contentcard_AA210e5j > div > img.card-image | /tenant/amp/entityid/AA210cam.img?w=220&h=124&q=60&m=6&f=... | 200 x 126 (1.59) | 220 x 124 (1.77) |
L'Administration Trump S'Apprête À Mettre En Place Un Système De Remboursement … cs-card.card-outer > cs-content-card#contentcard_AA214ZNj > div > img.card-image | /tenant/amp/entityid/AA2154Fn.img?w=220&h=124&q=60&m=6&f=... | 200 x 126 (1.59) | 220 x 124 (1.77) |
J'explore les secrets de 4 puits mystérieux cs-card.card-outer > cs-content-card#contentcard_AA1WQRNd > div > img.card-image | /tenant/amp/entityid/AA1XrmRq.img?w=220&h=124&q=60&m=6&f=... | 200 x 126 (1.59) | 220 x 124 (1.77) |
Lamborghini Murcielago accélération puissante sur autoroute déserte cs-card.card-outer > cs-content-card#contentcard_AA1ZlO9U > div > img.card-image | /tenant/amp/entityid/AA1Zm7Rg.img?w=220&h=124&q=60&m=6&f=... | 200 x 126 (1.59) | 220 x 124 (1.77) |
"Mon émotion est immense" : La vie que mène Vianney, loin de Paris dans sa caba… cs-card.card-outer > cs-content-card#contentcard_AA1Za9Ma > div > img.card-image | /tenant/amp/entityid/AA1Z9erj.img?w=220&h=124&q=60&m=6&f=... | 200 x 126 (1.59) | 220 x 124 (1.77) |
Douleurs chroniques des jambes : attention au syndrome des compartiments cs-card.card-outer > cs-content-card#contentcard_AA20UKZ3 > div > img.card-image | /tenant/amp/entityid/AA20UxU3.img?w=220&h=124&q=60&m=6&f=... | 200 x 126 (1.59) | 220 x 124 (1.77) |
Trump Publie Une Image De Lui Avec Jésus Après Les Critiques Du Pape cs-card.card-outer > cs-content-card#contentcard_AA214ZNh > div > img.card-image | /tenant/amp/entityid/AA214S6U.img?w=220&h=124&q=60&m=6&f=... | 200 x 126 (1.59) | 220 x 124 (1.77) |
La Fin de la Terre ? La NASA Prédit le Moment où la vie Disparaîtra Pour Toujou… cs-card.card-outer > cs-content-card#contentcard_AA214ZM2 > div > img.card-image | /tenant/amp/entityid/AA215eKD.img?w=220&h=124&q=60&m=6&f=... | 200 x 126 (1.59) | 220 x 124 (1.77) |
Pourquoi Euphoria Est La Série La Plus Controversée Du Moment cs-card.card-outer > cs-content-card#contentcard_AA20Ut2R > div > img.card-image | /tenant/amp/entityid/AA20Ugm1.img?w=220&h=124&q=60&m=6&f=... | 200 x 126 (1.59) | 220 x 124 (1.77) |
Une Curieuse Sphère A Atterri En Colombie — Et Elle Porte Des Symboles Mystérie… cs-card.card-outer > cs-content-card#contentcard_AA2159SB > div > img.card-image | /tenant/amp/entityid/AA214sYl.img?w=220&h=124&q=60&m=6&f=... | 200 x 126 (1.59) | 220 x 124 (1.77) |
Il volait à 2 286 mètres d’altitude - puis il s’est écrasé cs-card.card-outer > cs-content-card#contentcard_AA20QMwR > div > img.card-image | /tenant/amp/entityid/AA20QAf7.img?w=220&h=124&q=60&m=6&f=... | 200 x 126 (1.59) | 220 x 124 (1.77) |
Pérou filmé par drone, partie 2 Thumbnail cs-card.card-outer > cs-content-card#contentcard_AA1R34ce > div > img.card-image | /tenant/amp/entityid/AA1R34et.img?w=220&h=124&q=60&m=6&f=... | 200 x 126 (1.59) | 220 x 124 (1.77) |
Des Archéologues Ont Remonté L’une Des Sept Merveilles Du Monde Des Fonds Marins cs-card.card-outer > cs-content-card#contentcard_AA20dE63 > div > img.card-image | /tenant/amp/entityid/AA20eaBc.img?w=220&h=124&q=60&m=6&f=... | 200 x 126 (1.59) | 220 x 124 (1.77) |
Un drone découvre Chioggia : la « petite Venise » italienne cs-card.card-outer > cs-content-card#contentcard_AA1RudHQ > div > img.card-image | /tenant/amp/entityid/AA1Rug3J.img?w=220&h=124&q=60&m=6&f=... | 200 x 126 (1.59) | 220 x 124 (1.77) |
135 ouvriers tués, deux lions et une nuit - le massacre qui a terrorisé l’Afriq… cs-card.card-outer > cs-content-card#contentcard_AA1XNSz6 > div > img.card-image | /tenant/amp/entityid/AA1XNz6e.img?w=220&h=124&q=60&m=6&f=... | 200 x 126 (1.59) | 220 x 124 (1.77) |
L'Afrique du Sud vue du ciel, 1re partie Thumbnail cs-card.card-outer > cs-content-card#contentcard_AA1PSaxg > div > img.card-image | /tenant/amp/entityid/AA1PSfF3.img?w=220&h=124&q=60&m=6&f=... | 200 x 126 (1.59) | 220 x 124 (1.77) |
L'Auvergne-Rhône-Alpes vue par drones à la première personne, 1re partie Thumbn… cs-card.card-outer > cs-content-card#contentcard_AA1X3sLV > div > img.card-image | /tenant/amp/entityid/AA1X3h8t.img?w=220&h=124&q=60&m=6&f=... | 200 x 126 (1.59) | 220 x 124 (1.77) |
Regardez ce qui se passe quand une bombe nucléaire frappe New York cs-card.card-outer > cs-content-card#contentcard_AA20kgXi > div > img.card-image | /tenant/amp/entityid/AA20k9bF.img?w=220&h=124&q=60&m=6&f=... | 200 x 126 (1.59) | 220 x 124 (1.77) |
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | |
| Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
www.msn.com/fr-fr line 39, col 8623 | {"name":"MS.News.Web.AppError","time":"2026-04-17T12:58:58Z","ver":"4.0","iKey":"o:0ded60c75e44443aa3484c42c1c43fe8","data":{"baseData":{},"baseType":"MS.News.Web.Base","page":{"appType":"homepage","name":"default","product":"prime","type":"hp","content":{"vertical":"homepage","category":"","id":"","domainId":"13041","title":"MSN"},"url":"https://www.msn.com/fr-fr","isStatic":"false"},"browser":{"clientId":"69e22e92e2894cf6897439c655e9815e","clientIdType":"aid"},"flight":{"id":"msnallexpusers,prg-ad-rrtalltop1,prg-ad-swaprr,c-no-cms-ntp-hp,prg-1sw-sa-glssc,prg-1sw-sal3droc,i2i_base_xxx,prg-1sw-gamel2t3,prg-1sw-l1rev1,prg-1sw-model7,prg-1sw-prodd,prg-1sw-revenue05,prg-1sw-rtscofe,1s-blis-exp3c,prg-adspeek,btrecrow3,prebtie-cp-wb-ol-t2,btie-msanranking-t13,1s-fcrypt,prg-1sw-sa-ccl3glbt1,prg-upsaip-w1-t,prg-wtch-enhan-c,1s-rpssecautht,prg-pr2-dmat,prg-pr2-dmabrowser,prg-ad-pgadch-w-c,chatn_v2_t1,088cd533,prg-sh-rmitmlnk-c,nopinglancecardit,1s-uasdisf-t,ads-usepme,ads-anjson-migt,sh-bdvid,prg-sh-bd-video,prg-1sw-mtr-en-c,d6aej896,ads-nooutbrain,release-outlook-app,ads-prcrid-bi,clarity-r3-t,cg-ab-testing-c,1s-p2-bg-appanon,ads-bcn-cndomain,msph-benchmark,prg-pr2-lifecycleba,1s-pr2-evlcbackingapp,1s-routenotexpt,prg-1sw-crypinf,prg-cg-pwa-lock,prg-1sw-cryptren,prg-cg-cfzhcnfx,prg-cg-lstfix,prg-1sw-tbrfltr,prg-1sw-tvid-int-t1,1s-p1-vid-vs-int,prg-1sw-tvid-p1-int,prg-1sw-videopb,prg-1sw-videosxap,prg-p1-txt2,prg-p1-uc3,prg-pr1-videos,prg-tv-api,prg-tv-segcap10,prg-vid-trdcache,prg-1sw-tvid-int-t2,1s-p2-vid-vp-int,prg-1sw-tvid-p2-int,prg-p2-txt2,prg-p2-uc3,prg-pr2-setdur-t2,prg-pr2-videos,prg-pr2-wtab-oo,prg-tv-p2-api,prg-tv-p2-segcap10,btie-msanrr-t01,prg-pr2-wwidgets-t,bing_native_chat_t,prg-1s-dwvid-wpo-ctr,1s-newsfeed-worknews,bing_uni_iab_t,prg-pr2-imghttd-t,prg-pr2-imghtdd-t,btie-msanrr-upv-t10,prg-1sw-newe2e,1s-ls-uppermuid-c,1s-mailman-auth,prg-1sw-tv-expand,prg-1sw-tvid-p1,prg-tv-expand,ads-eugdprfix,ads-gdprfix,prg-1sw-wxncvf,prg-1sw-wxtrlog,prg-1sw-wxtrlogp,prg-1sw-spscorexp,prg-1sw-pscorexp,prg-pr2-ntf-rel,prg-1sw-pawpor1,prg-1sw-spawpor1,prg-1sw-ntf-rel,prg-1sw-dwvid-wpo-2,1s-wpo-ntp-videos2,prg-1sw-sfexpdat,1s-ntfa-fpmeta,prg-1sw-analysisdata,nativeadselectionimageselection-t-2,ads-3pctve-filter,prg-1sw-hide-lckprev,1s-hide-lckprev,cntrl1s-p2-cmp-t,1s-cntravelermuidp2,1s-cntravelerprong2,cetoredirectp2,expose-pcn-flag,prg-pr2-msnupqsp,prg-pr2-aadpmiti,msphxap-chatbot,prg-pr2-twi-99,prg-pr2-reclaim,prg-pr2-sr-10,prg-1sw-lottie,prg-pr2-lottie-tbr,prg-pr2-lottie-brds,prg-1sw-lottie-r,prg-cg-ssrct,prg-cg-ssr-gp,prg-cg-landing-v3,msph-revagvnext,enablecohortwfalcon,1s-enablepcohort,enablecohort,msph-timespent,prg-1sw-uunrtdepr,prg-pr2-nupdate,prg-1sw-ntf-bkup3,ads-xdr-anid-rvrs,prg-cg-anid-rvrs,1s-deepfltr,ads-linkedinxanntp,prg-msn-asgp1,prod-prg-shasgtclho,prg-msnashsicoho,prg-pr2-rfptop-rf,1s-uasflo-t,prg-profileimg-sas,ads-xandr-trkmsnc,prg-pr2-limretry,prg-ad-fin-ban-c,btie-title-de-t,prg-cg-ntv-fc2-rev-c,1s-ntf2-maiprofile,1s-wpo-add-rawtopics,prg-1sw-t20t1,prg-1sw-dedupteam,prg-fin-adtelc,1s-gem-primary-url2-tf,1s-gem-primary-url2,prg-cg-vid-freq-inc,prg-cnt-mwtoprank,msph-usersync,prg-1sw-coldv3finan,prg-pr2-coldexp2rel0,prg-pr2-coldexpworfi3,prg-pr2-exptagtopt,cprg-mon-ctsgca,prg-1sw-2026mmt,prg-1sw-ebaicnt,prg-1sw-ebguarantee,prg-1sw-ebmitboost,prg-1sw-miteventt,prg-1sw-mitpheadt,prg-1sw-promow5,prg-1sw-spill-uefa,prg-1sw-spsmpmntp,prg-1sw-uefaagentic,prg-rntp-agentgd,prg-rntp-agentmustd,prg-rp2-agentgd,prg-rp2-agentmustd,prg-cg-popblk,1s-wpo-rm-upvwk,prg-cg-clarity-c,prg-wx-delads,prg-ad-va-msnhprf","tmpl":""},"request":{"activityId":"69e22e92e2894cf6897439c655e9815e","requestId":"69e22e92e2894cf6897439c655e9815e","afdMuid":"1631AA39C30760ED2E66BD07C27E614D"},"locale":{"mkt":"fr-fr"},"extSchema":{"id":20203,"severity":0,"pb":{"customMessage":"window.apntag.setEndpoint is not a function","stack":"TypeError: window.apntag.setEndpoint is not a function\n at Object.renderAd (https://assets.msn.com/bundles/v1/homePage/latest/experiences_display-ads-wc_dist_index_js.3e7d8393dca668f283b5.js:1:32927)\n at Object.renderAd (https://assets.msn.com/bundles/v1/homePage/latest/experiences_display-ads-wc_dist_index_js.3e7d8393dca668f283b5.js:1:55197)\n at Object.manageAdRenderForElement (https://assets.msn.com/bundles/v1/homePage/latest/experiences_display-ads-wc_dist_index_js.3e7d8393dca668f283b5.js:1:54463)\n at Object.initializeAdPlacement (https://assets.msn.com/bundles/v1/homePage/latest/experiences_display-ads-wc_dist_index_js.3e7d8393dca668f283b5.js:1:51476)","pageGenTime":"2026-04-17T12:58:58Z","build":"20260416.451","appType":"homePage","pageVisible":"visible"},"message":"JS Exception on unhandled promise rejection- window.apntag.setEndpoint is not a function"}}} |
Failed to load resource: the server responded with a status of 404 () | |
TypeError: window.apntag.setEndpoint is not a function
at Object.renderAd (https://assets.msn.com/bundles/v1/homePage/latest/experiences_display-ads-wc_dist_index_js.3e7d8393dca668f283b5.js:1:32927)
at Object.renderAd (https://assets.msn.com/bundles/v1/homePage/latest/experiences_display-ads-wc_dist_index_js.3e7d8393dca668f283b5.js:1:55197)
at Object.manageAdRenderForElement (https://assets.msn.com/bundles/v1/homePage/latest/experiences_display-ads-wc_dist_index_js.3e7d8393dca668f283b5.js:1:54463)
at Object.initializeAdPlacement (https://assets.msn.com/bundles/v1/homePage/latest/experiences_display-ads-wc_dist_index_js.3e7d8393dca668f283b5.js:1:51476) | |
assets.msn.com/bundles/v1/homePage/latest/vendors.0f5516e776370f29490f.js line 1, col 105123 | UnhandledError:Error: TypeError: window.apntag.setEndpoint is not a function
Stack:Error: TypeError: window.apntag.setEndpoint is not a function
at https://assets.msn.com/bundles/v1/homePage/latest/vendors.0f5516e776370f29490f.js:2:28238 [object u] Fri Apr 17 2026 12:58:59 GMT+0000 (Coordinated Universal Time) |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Cookie |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Send Feedback