Skip to content
https://motorsport.com

Lighthouse Mobile

· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

29

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:65.466 source:map[type:text value:[unattributed]]]]

Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLResource SizeEst 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.webp74.4 KiB58.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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 874 ms
URLTime 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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Diagnostics

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.

Why this matters

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 reduce Javascript execution time.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLTotal CPU TimeScript EvaluationScript Parse
fr.motorsport.com/1.6 s160 ms8.2 ms
Unattributable1.2 s321 ms0.0 ms
mstm.motorsport.com/gtm.js?id=GTM-NB7H9MD&l=dataLayer754 ms611 ms72 ms
c.amazon-adsystem.com/aax2/apstag.js424 ms350 ms31 ms
motorsport-cdn.relevant-digital.com/static/tags/668bde84873cff4d804168ed.js415 ms321 ms93 ms
api.receptivity.io/v1/prebid/MOTP260216/connector/rxConnector.js414 ms120 ms1.9 ms
/gtag/js?id=G-PVMXPYS8TW&cx=c&gtm=4e64k0&sign=2d3a1fa38ce...354 ms300 ms45 ms
cdn.privacy-mgmt.com/unified/wrapperMessagingWithoutDetection.js271 ms156 ms18 ms
/pagead/managed/js/gpt/m202604200101/pubads_impl.js?cb=31...256 ms190 ms42 ms
fundingchoicesmessages.google.com/i/6122441?ers=3211 ms163 ms18 ms
cdn-1.motorsportnetwork.com/msnt/static/relevantyield/index_v52.js190 ms176 ms1.0 ms
openads-cdn.adsrvr.org/openadsjs/build/latest/openads.js183 ms157 ms20 ms
cdn.privacy-mgmt.com/unified/4.40.1/usnat.f12613136193900e32e2.bundle.js164 ms120 ms44 ms
btloader.com/tag?o=5467943974993920&upapi=true132 ms93 ms6.6 ms
us-east-1-cdn-ui.motorsport.com/947/design/dist/js/3408_505720c5ac8225c243b5.js126 ms100 ms1.8 ms
secure.cdn.fastclick.net/js/cnvr-coreid/latest/coreid.min.js87 ms74 ms13 ms
nowaymail.com/files/n4o763cpuokg.app.js86 ms55 ms6.8 ms
config.aps.amazon-adsystem.com/configs/8a32a57d-f11b-4262-9c67-ea4831cabcbc86 ms77 ms1.2 ms
securepubads.g.doubleclick.net/tag/js/gpt.js?network-code=612244176 ms63 ms12 ms
cdn.privacy-mgmt.com/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.js66 ms48 ms18 ms
/947/core-design/dist/js/742_5292ae407ced88a0b7dc.js65 ms44 ms12 ms
secure.cdn.fastclick.net/js/cnvr-launcher/latest/launcher.min.js57 ms46 ms4.7 ms
secure.cdn.fastclick.net/js/pubcid/latest/pubcid.min.js51 ms45 ms5.7 ms

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Script Evaluation3.9 s
Other1.4 s
Style & Layout1.2 s
Script Parsing & Compilation549 ms
Parse HTML & CSS167 ms
Rendering145 ms
Garbage Collection85 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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failure reasonFailure 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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 12.7 KiB
URLTransfer SizeEst Savings
launchpad.privacymanager.io/latest/launchpad.bundle.js40.2 KiB12.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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 11.4 KiB
URLTransfer SizeEst Savings
.lg-container,.ms-sticky-ad{display:none} …15.2 KiB11.4 KiB

More information about the performance of your application. These numbers don't directly affect the Performance score.

Layout shift culprits
Optimize DOM size
LCP breakdown
LCP request discovery
Modern HTTP
Optimize viewport for mobile
Minify CSS
User Timing marks and measures 13 user timings
Avoid long main-thread tasks 20 long tasks found
Image elements have explicit `width` and `height`
Network Requests
Network Round Trip Times 60 ms
Server Backend Latencies 230 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 10 ms
INP breakdown
Avoid non-composited animations
Avoid large layout shifts
84

Accessibility

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.

ARIA

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.

Why this matters

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.

Contrast

Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.

Why this matters

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.

Names and labels

Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.

Why this matters

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.

Why this matters

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.

Best practices

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.

Why this matters

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.

Why this matters

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
Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
ARIA attributes are used as specified for the element's role
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<frame>` or `<iframe>` elements have a title
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
Heading elements appear in a sequentially-descending order
Skip links are focusable.
Document has a main landmark.
Deprecated ARIA roles were not used
Identical links have the same purpose.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with the `role=text` attribute do not have focusable descendents.
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Form elements have associated labels
Links are distinguishable without relying on color.
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Elements with visible text labels have matching accessible names.
77

Best Practices

General

Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Deprecation / WarningSource
Topics

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

SourceDescription
Uncaught ReferenceError: amznads is not defined
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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Uses HTTPS
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate clickjacking with XFO or CSP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Redirects HTTP traffic to HTTPS
100

SEO

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.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
Links have descriptive text
Links are crawlable
robots.txt is valid
Image elements have `[alt]` attributes
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback