Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
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.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
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 'ms_v2' is missing the Secure flag
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
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/2f8b54f6-cf8e-4151-b41a-970012bd3b5e)<a href="https://beavercheck.com/results/2f8b54f6-cf8e-4151-b41a-970012bd3b5e"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fmotorsport.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fmotorsport.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~38%.
Page takes 23.7s to load
+12% bounceUsers abandon at ~3s — you're 21.2s 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
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
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, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$350 investment → $0.76/month returns + USD 157,500 risk avoided
$350
4h · 5 findings
$0.76 /mo
~$9.12 / year
USD 157,500
if kept compliant
$200 — in quick wins — start here for the fastest payback
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.
3.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,126 / month at risk
~$157,509 / year if left unfixed
$157,500
+4 more
$0.76 /mo
9494.9 MB/mo × 0.080 USD/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.
9.92 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
23.70 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.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.92 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.
24.29 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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
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.
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 | |
|---|---|---|---|
a.ms-item > div.ms-item__thumb > picture.ms-item__picture > img.ms-item__img a.ms-item > div.ms-item__thumb > picture.ms-item__picture > img.ms-item__img | cdn-7.motorsport.com/images/amp/YWKwg8yY/s800/isack-hadjar-red-bull-racing.webp | 74.4 KiB | 58.0 KiB |
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 |
|---|---|---|
| /css2?family=Barlow+Semi+Condensed:ital,wght@0,400;0,700;... | 1.3 KiB | 837 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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 |
|---|---|
| motorsport.com/ | 874 ms |
| fr.motorsport.com/ | 0.0 ms |
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
| URL | Transfer Size | Est Savings |
|---|---|---|
| motorsport-cdn.relevant-digital.com/static/tags/668bde84873cff4d804168ed.js | 280.5 KiB | 135.2 KiB |
| /pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31... | 187.7 KiB | 128.6 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 96.0 KiB |
| mstm.motorsport.com/gtm.js?id=GTM-NB7H9MD&l=dataLayer | 225.6 KiB | 75.0 KiB |
| /gtag/js?id=G-PVMXPYS8TW&cx=c>m=4e64k0&sign=2d3a1fa38ce... | 178.4 KiB | 68.5 KiB |
| openads-cdn.adsrvr.org/openadsjs/build/latest/openads.js | 95.8 KiB | 52.5 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.5 KiB | 36.9 KiB |
| fundingchoicesmessages.google.com/i/6122441?ers=3 | 68.5 KiB | 36.8 KiB |
| cdn.privacy-mgmt.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.js | 42.0 KiB | 21.4 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.4 s |
| Style & Layout | 1.2 s |
| Script Parsing & Compilation | 549 ms |
| Parse HTML & CSS | 167 ms |
| Rendering | 145 ms |
| Garbage Collection | 85 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 |
|---|---|
| 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 |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 40.2 KiB | 12.7 KiB |
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 |
|---|---|---|
| .lg-container,.ms-sticky-ad{display:none} … | 15.2 KiB | 11.4 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.
When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about toggle fields.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
tr > td > div.flex > msnt-switcher.msnt-switcher tr > td > div.flex > msnt-switcher.msnt-switcher |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
7 h a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
5 h a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
11 h a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
10 h a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
9 h a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
14 h a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
4 h a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
12 h a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
14 h a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
1 j a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
1 j a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
1 j a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
14 h a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
1 j a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
2 j a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
2 j a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
Dernières actus div.ms-items-widget__header-end > msnt-tabs.msnt-tabs > button#home-latest-news-latest-button > span.msnt-button__text |
Bulega dit avoir plusieurs options en MotoGP en dehors de Ducati div#home-latest-news-recommended > a.ms-item > div.ms-item__info > div.ms-item__title |
Les Ducati qui apparaîtront sur la grille MotoGP en 2027 semblent destinées à l… div#home-latest-news-recommended > a.ms-item > div.ms-item__info > div.ms-item__preview |
Mercedes prévient sur l'ADUO : il n'y a qu'un motoriste réellement en difficulté div#home-latest-news-recommended > a.ms-item > div.ms-item__info > div.ms-item__title |
Aprilia et Yamaha auront une wild-card à Jerez div#home-latest-news-recommended > a.ms-item > div.ms-item__info > div.ms-item__title |
Lorenzo Savadori et Augusto Fernández disputeront le GP d'Espagne MotoGP cette … div#home-latest-news-recommended > a.ms-item > div.ms-item__info > div.ms-item__preview |
Le programme du Rallye des Îles Canaries 2026 : spéciales, horaires, engagés div#home-latest-news-recommended > a.ms-item > div.ms-item__info > div.ms-item__title |
Voici les changements décidés par la F1 pour le règlement 2026 div#home-latest-news-recommended > a.ms-item > div.ms-item__info > div.ms-item__title |
La FIA a levé le voile sur les premiers changements du règlement 2026 qui vont … div#home-latest-news-recommended > a.ms-item > div.ms-item__info > div.ms-item__preview |
Alpine démarre sa dernière saison au pied du podium mais déplore des "erreurs" div#home-latest-news-recommended > a.ms-item > div.ms-item__info > div.ms-item__title |
Dépassements artificiels et années 1980 : les arguments de la F1 tiennent-ils l… div#home-latest-news-recommended > a.ms-item > div.ms-item__info > div.ms-item__title |
Wolff et les modifications du règlement 2026 : il faut préférer "le scalpel à l… div#home-latest-news-recommended > a.ms-item > div.ms-item__info > div.ms-item__title |
"Tout donner te rend plus lent" : la nouvelle réalité des qualifs en F1 div#home-latest-news-recommended > a.ms-item > div.ms-item__info > div.ms-item__title |
La nouvelle dimension des qualifications de F1, fortement influencées par la ge… div#home-latest-news-recommended > a.ms-item > div.ms-item__info > div.ms-item__preview |
Immersion à Maranello : effort maximal et programme intensif pour Ferrari div#home-latest-news-recommended > a.ms-item > div.ms-item__info > div.ms-item__title |
Classements div.msnt-widget__race-center--content > div.bg-race-center-tabs-bg-content > div.msnt-widget__race-center--tabs > div.font-secondary |
Calendrier div.msnt-widget__race-center--content > div.bg-race-center-tabs-bg-content > div.msnt-widget__race-center--tabs > div.font-secondary |
POS. table.w-full > thead > tr.uppercase > td.text-center |
PILOTE table.w-full > thead > tr.uppercase > td.py-2 |
POINTS table.w-full > thead > tr.uppercase > td.text-center |
NOTES table.w-full > thead > tr.uppercase > td.text-center |
8 h a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
1 j a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
7 h a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
10 h a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
5 h a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
11 h a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
Motorsport Network nav.ms-footer__copyright > div.ms-copyright > div.ms-copyright_start > a.text-static-error |
NE PLUS MONTRER msnt-suggested-editions.msnt-suggested-editions > div.flex > button.msnt-button > span.msnt-button__text |
These are opportunities to improve the legibility of your content.
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Formule 1
MotoGP
WRC
WEC msnt-race-center.msnt-race-center > div.relative > label.relative > select.msnt-race-type-dropdown |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.ms-side-widget > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button div.ms-side-widget > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button |
div.ms-side-widget > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button div.ms-side-widget > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button |
div.ms-side-widget > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button div.ms-side-widget > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button |
div.ms-side-widget > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button div.ms-side-widget > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button |
div.ms-side-widget > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button div.ms-side-widget > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button |
div.ms-side-widget > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button div.ms-side-widget > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button |
section.ms-footer--social > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button section.ms-footer--social > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button |
section.ms-footer--social > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button section.ms-footer--social > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button |
section.ms-footer--social > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button section.ms-footer--social > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button |
section.ms-footer--social > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button section.ms-footer--social > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button |
section.ms-footer--social > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button section.ms-footer--social > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button |
section.ms-footer--social > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button section.ms-footer--social > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
fr.Motor1.com section.ms-footer--properties > ul.ms-footer__list > li > a.hover:underline |
These items highlight common accessibility best practices.
Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. Learn more about table headers.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Essais Libres 1
01 mai
16:30
Qualifs Sprint
01 mai
20:30
Sprint
02 mai
16:… div.bg-race-center-tabs-bg-content > msnt-race-hub.msnt-widget > div.p-2 > table.msnt-events-table |
POS. PILOTE POINTS NOTES
1
K. Antonelli
25 8.35
2
O. Piastri
18 5.73
3 … div.bg-race-center-tabs-bg-content > div.msnt-tab--results > section.msnt-widget > table.w-full |
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 |
|---|---|
| Topics | openads-cdn.adsrvr.org/openadsjs/build/latest/openads.js line 11, col 103958 |
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 |
|---|---|
Uncaught ReferenceError: amznads is not defined | |
connect.facebook.net/en_US/fbevents.js line 19, col 0 | Uncaught ReferenceError: fbq is not defined |
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.
941 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.01 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
102 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.115
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.24 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.
3.95 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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
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.
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 |
|---|---|---|
| /css2?family=Barlow+Semi+Condensed:ital,wght@0,400;0,700;... | 1.3 KiB | 283 ms |
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 | |
|---|---|---|---|
Kimi Antonelli tr.border-b > td.py-2 > a.h-8 > img | cdn-7.motorsport.com/images/dsa/Q2jEwBz0/s4/andrea-kimi-antonelli.png | 35.7 KiB | 35.6 KiB |
Oscar Piastri tr.border-b > td.py-2 > a.h-8 > img | cdn-7.motorsport.com/images/dsa/86AlXgNY/s4/oscar-piastri.png | 35.2 KiB | 35.0 KiB |
Charles Leclerc tr > td.py-2 > a.h-8 > img | cdn-1.motorsport.com/images/dsa/725LGnE0/s4/img1724873465-5-5.png | 34.5 KiB | 34.3 KiB |
a.ms-item > div.ms-item__thumb > picture.ms-item__picture > img.ms-item__img a.ms-item > div.ms-item__thumb > picture.ms-item__picture > img.ms-item__img | cdn-7.motorsport.com/images/amp/YWKwg8yY/s600/isack-hadjar-red-bull-racing.webp | 49.8 KiB | 11.0 KiB |
a.ms-item > div.ms-item__thumb > picture.ms-item__picture > img.ms-item__img a.ms-item > div.ms-item__thumb > picture.ms-item__picture > img.ms-item__img | cdn-3.motorsport.com/images/amp/6zQdZbjY/s300/mick-doohan.webp | 17.9 KiB | 8.2 KiB |
a.ms-item > div.ms-item__thumb > picture.ms-item__picture > img.ms-item__img a.ms-item > div.ms-item__thumb > picture.ms-item__picture > img.ms-item__img | cdn-4.motorsport.com/images/amp/24vxwvg6/s300/francesco-bagnaia-ducati.webp | 14.3 KiB | 4.5 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 |
|---|---|
| motorsport.com/ | 325 ms |
| fr.motorsport.com/ | 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 |
|---|---|
head > link head > link | 0.112 |
FORMULE 1
11 h
Vettel lance un avertissement à la F1 après le début de saison 2… div.ms-centered-fullwidth > div.ms-top-block-fullwidth__header > div.ms-top-block-fullwidth__header-end > a.ms-item | 0.003 |
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.
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 | 1.1 s |
| Other | 385 ms |
| Style & Layout | 343 ms |
| Script Parsing & Compilation | 149 ms |
| Rendering | 59 ms |
| Parse HTML & CSS | 51 ms |
| Garbage Collection | 27 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 |
|---|---|
| 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 |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 40.2 KiB | 12.7 KiB |
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 |
|---|---|---|
| .lg-container,.ms-sticky-ad{display:none} … | 15.2 KiB | 11.3 KiB |
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 |
|---|---|---|
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 187.4 KiB | 126.6 KiB |
| motorsport-cdn.relevant-digital.com/static/tags/668bde84873cff4d804168ed.js | 280.5 KiB | 101.9 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 96.0 KiB |
| mstm.motorsport.com/gtm.js?id=GTM-NB7H9MD&l=dataLayer | 225.6 KiB | 75.0 KiB |
| /gtag/js?id=G-PVMXPYS8TW&cx=c>m=4e64k0&sign=a23b48476f3... | 178.3 KiB | 68.1 KiB |
| openads-cdn.adsrvr.org/openadsjs/build/latest/openads.js | 95.8 KiB | 46.9 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.5 KiB | 37.0 KiB |
| fundingchoicesmessages.google.com/i/6122441?ers=3 | 68.5 KiB | 36.9 KiB |
| cdn.privacy-mgmt.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.js | 42.0 KiB | 21.4 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.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
Kimi Antonelli tr.border-b > td.py-2 > a.h-8 > img | cdn-7.motorsport.com/images/dsa/Q2jEwBz0/s4/andrea-kimi-antonelli.png |
Oscar Piastri tr.border-b > td.py-2 > a.h-8 > img | cdn-7.motorsport.com/images/dsa/86AlXgNY/s4/oscar-piastri.png |
Charles Leclerc tr > td.py-2 > a.h-8 > img | cdn-1.motorsport.com/images/dsa/725LGnE0/s4/img1724873465-5-5.png |
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.
When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about toggle fields.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
tr > td > div.flex > msnt-switcher.msnt-switcher tr > td > div.flex > msnt-switcher.msnt-switcher |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
7 h a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
8 h a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
6 h a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
11 h a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
9 h a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
14 h a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
5 h a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
12 h a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
14 h a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
1 j a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
1 j a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
1 j a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
14 h a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
1 j a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
2 j a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
2 j a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
Dernières actus div.ms-items-widget__header-end > msnt-tabs.msnt-tabs > button#home-latest-news-latest-button > span.msnt-button__text |
Les Ducati qui apparaîtront sur la grille MotoGP en 2027 semblent destinées à l… div#home-latest-news-recommended > a.ms-item > div.ms-item__info > div.ms-item__preview |
Classements div.msnt-widget__race-center--content > div.bg-race-center-tabs-bg-content > div.msnt-widget__race-center--tabs > div.font-secondary |
Calendrier div.msnt-widget__race-center--content > div.bg-race-center-tabs-bg-content > div.msnt-widget__race-center--tabs > div.font-secondary |
PILOTE table.w-full > thead > tr.uppercase > td.py-2 |
POINTS table.w-full > thead > tr.uppercase > td.text-center |
NOTES table.w-full > thead > tr.uppercase > td.text-center |
8 h a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
10 h a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
11 h a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
7 h a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
14 h a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
1 j a.ms-item > div.ms-item__info > div.ms-item__info-top > time.ms-item__date |
Motorsport Network nav.ms-footer__copyright > div.ms-copyright > div.ms-copyright_start > a.text-static-error |
NE PLUS MONTRER msnt-suggested-editions.msnt-suggested-editions > div.flex > button.msnt-button > span.msnt-button__text |
These are opportunities to improve the legibility of your content.
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Formule 1
MotoGP
WRC
WEC msnt-race-center.msnt-race-center > div.relative > label.relative > select.msnt-race-type-dropdown |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.ms-side-widget > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button div.ms-side-widget > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button |
div.ms-side-widget > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button div.ms-side-widget > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button |
div.ms-side-widget > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button div.ms-side-widget > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button |
div.ms-side-widget > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button div.ms-side-widget > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button |
div.ms-side-widget > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button div.ms-side-widget > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button |
div.ms-side-widget > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button div.ms-side-widget > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button |
section.ms-footer--social > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button section.ms-footer--social > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button |
section.ms-footer--social > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button section.ms-footer--social > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button |
section.ms-footer--social > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button section.ms-footer--social > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button |
section.ms-footer--social > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button section.ms-footer--social > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button |
section.ms-footer--social > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button section.ms-footer--social > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button |
section.ms-footer--social > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button section.ms-footer--social > div.ms-corporate-menu-socials > div.flex > a.msnt-icon-button |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
fr.Motor1.com section.ms-footer--properties > ul.ms-footer__list > li > a.hover:underline |
These items highlight common accessibility best practices.
Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. Learn more about table headers.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Essais Libres 1
01 mai
16:30
Qualifs Sprint
01 mai
20:30
Sprint
02 mai
16:… div.bg-race-center-tabs-bg-content > msnt-race-hub.msnt-widget > div.p-2 > table.msnt-events-table |
PILOTE POINTS NOTES
K. Antonelli
25 8.35
O. Piastri
18 5.73
C. Lecle… div.bg-race-center-tabs-bg-content > div.msnt-tab--results > section.msnt-widget > table.w-full |
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 |
|---|---|
| Topics | openads-cdn.adsrvr.org/openadsjs/build/latest/openads.js line 11, col 103958 |
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 |
|---|---|
Uncaught ReferenceError: amznads is not defined | |
connect.facebook.net/en_US/fbevents.js line 19, col 0 | Uncaught ReferenceError: fbq is not defined |
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