Skip to content
https://lequipe.fr

Lighthouse Desktop

· 0 checks — Desktop 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.

84

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.

RequestCache TTLTransfer Size
/data/1672/covers/Preview-MEDIUM-86269.jpg?v=20.0 ms210.4 KiB
/data/1677/covers/Preview-MEDIUM-86449.jpg?v=30.0 ms198.3 KiB
/_medias/img-photo-png/autopromo-desktop-0-99/15000000023...604800.0 s1.5 MiB
/data/1682/covers/Preview-MEDIUM-86667.jpg?v=10.0 ms157.1 KiB
/data/1654/covers/Preview-MEDIUM-85574.jpg?v=10.0 ms136.1 KiB
/0f948b7e-5b98-42a8-b9a9-eb4b49478b1f-web.js900.0 s122.6 KiB
www.lequipe.fr/_medias/img-photo-png/-/1500000002446089/0-0-0-75/28341.png604800.0 s859.0 KiB
news.google.com/swg/js/v1/swg.js3000.0 s71.5 KiB
/api/didomi/c6616eb3-2250-4f20-a1f6-11a6ad14835c/loader.j...7200.0 s40.8 KiB
static.chartbeat.com/js/chartbeat.js7200.0 s16.1 KiB
/_medias/img-photo-jpg/illustration-julien-languendorff-d...604800.0 s92.3 KiB
/_medias/img-photo-jpg/oreillette-gleizes/150000000236063...604800.0 s90.3 KiB
www.lequipe.fr/_medias/img-photo-png/-/1500000002447898/0-240-160-75/a6d3a.jpg604800.0 s90.3 KiB
/_medias/img-photo-jpg/paul-seixas-se-retourne-au-plus-fo...604800.0 s87.3 KiB
www.lequipe.fr/_medias/img-photo-jpg/-/1500000002447853/0-828-1035-75/33845.jpg604800.0 s72.9 KiB
/_medias/img-photo-jpg/paul-seixas-se-retourne-au-plus-fo...604800.0 s64.1 KiB
www.lequipe.fr/_medias/logo-football/46/60600.0 s6.0 KiB
www.lequipe.fr/_medias/logo-football/725/60600.0 s5.9 KiB
www.lequipe.fr/_medias/logo-football/13/60600.0 s5.6 KiB
www.lequipe.fr/_medias/logo-basket/26/60600.0 s5.5 KiB
www.lequipe.fr/_medias/logo-football/26/60600.0 s5.4 KiB
news.google.com/swg/js/v1/swg-button.css3000.0 s5.2 KiB
www.lequipe.fr/_medias/logo-football/753/60600.0 s4.3 KiB
boot.pbstck.com/v1/adm/f97deb8f-e326-473e-8369-b75346a0b7720.0 ms3.6 KiB
/_medias/img-photo-jpg/oreillette-dix-sur-dix/15000000022...604800.0 s35.4 KiB
www.lequipe.fr/_medias/logo-basket/176/60600.0 s3.8 KiB
www.lequipe.fr/_medias/logo-football/15/60600.0 s3.0 KiB
www.lequipe.fr/premium/img/logo/mesactus2.png120.0 s2.4 KiB
medias.lequipe.fr/journaliste/alexandre-roos/52375/30/30600.0 s2.4 KiB
cdn.facil-iti.app/tags/faciliti-tag.min.js345600.0 s9.1 KiB
/_medias/img-photo-jpg/soccer-football-premier-league-bur...604800.0 s11.1 KiB
www.lequipe.fr/commons/importAssets.js60.0 s1.1 KiB
/_medias/img-photo-jpg/de-nombreux-fumigenes-ont-ete-craq...604800.0 s9.6 KiB
/_medias/img-photo-jpg/jordan-lucas-fait-partie-de-l-equi...604800.0 s9.6 KiB
/_medias/img-photo-jpg/adam-mokoka-ici-en-leaders-cup-et-...604800.0 s9.2 KiB
/_medias/img-photo-jpg/allan-saint-maximin-florian-thauvi...604800.0 s8.8 KiB
/_medias/img-photo-jpg/l-attaquant-suedois-de-den-bosch-s...604800.0 s8.6 KiB
/_medias/img-photo-jpg/elye-wahi-a-inscrit-un-double-e-ga...604800.0 s8.4 KiB
/_medias/img-photo-jpg/paul-seixas-vainqueur-de-la-fleche...604800.0 s7.7 KiB
/_medias/img-photo-jpg/bandeau-099-blanc/1500000002316195...604800.0 s7.3 KiB
/_medias/img-photo-jpg/-/1500000002447762/0:0,2000:1333-2...604800.0 s6.7 KiB
/_medias/img-photo-jpg/doue-desire/1500000002447905/0-240...604800.0 s6.5 KiB

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.

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.

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:Top function call valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:31.935 source:map[column:120 line:355 type:source-location url:https://www.lequipe.fr/ urlProvider:network]]]
headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:135.987 source:map[type:text value:[unattributed]]] map[reflowTime:31.935 source:map[column:505 line:354 type:source-location url:https://www.lequipe.fr/ urlProvider:network]]]

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
Oscar Pistorius, d'or et de sang div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.Image__img--square
www.lequipe.fr/_medias/img-photo-png/-/1500000002446089/0-0-0-75/28341.png858.8 KiB857.8 KiB
Détenu en Algérie pour y avoir exercé son métier div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.Image__img--square
/_medias/img-photo-jpg/oreillette-gleizes/150000000236063...90.3 KiB89.9 KiB
Avez-vous le niveau pour le Dix sur Dix ? div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.Image__img--square
/_medias/img-photo-jpg/oreillette-dix-sur-dix/15000000022...35.3 KiB35.1 KiB
Paul Seixas se retourne. Au plus fort de la pente, il vient de lâcher ses rivau… div.ColeaderWidget__mediaContent > div.Image > div.Image--desktop > img.bgskew
/_medias/img-photo-jpg/paul-seixas-se-retourne-au-plus-fo...64.0 KiB27.7 KiB
image bannière d'offre div.HydratedOverlays > div#OfferBanner > div.OfferBanner__layout > img.OfferBanner__image
/_medias/img-photo-jpg/bandeau-099-blanc/1500000002316195...7.2 KiB7.0 KiB
Logo de Nice div.TeamScore__teams > div.TeamScore__team > div.Logo__container > img.Logo
www.lequipe.fr/_medias/logo-football/46/605.9 KiB5.8 KiB
Logo de Manchester City div.TeamScore__teams > div.TeamScore__team > div.Logo__container > img.Logo
www.lequipe.fr/_medias/logo-football/725/605.8 KiB5.8 KiB
Logo de Strasbourg div.TeamScore__teams > div.TeamScore__team > div.Logo__container > img.Logo
www.lequipe.fr/_medias/logo-football/13/605.5 KiB5.5 KiB
Logo de Bourg-en-Bresse div.TeamScore__teams > div.TeamScore__team > div.Logo__container > img.Logo
www.lequipe.fr/_medias/logo-basket/26/605.4 KiB5.4 KiB
Logo de Paris-SG div.TeamScore__teams > div.TeamScore__team > div.Logo__container > img.Logo
www.lequipe.fr/_medias/logo-football/26/605.3 KiB5.2 KiB

Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Why this matters

Performance issues directly impact user engagement and conversion rates.

lhId: page-3-IMG
nodeLabel: Paul Seixas se retourne. Au plus fort de la pente, il vient de lâcher ses rivau…
path: 1,HTML,1,BODY,5,DIV,0,DIV,6,DIV,2,DIV,6,DIV,2,MAIN,0,ISLAND-ROOT,0,DIV,2,DIV,41,DIV,0,DIV,2,ARTICLE,0,A,1,DIV,2,DIV,1,DIV,0,IMG
selector: div.ColeaderWidget__mediaContent > div.Image > div.Image--desktop > img.bgskew
snippet: <img class="bgskew Image__img" alt="Paul Seixas se retourne. Au plus fort de la pente, il vient de lâcher ses …" src="https://www.lequipe.fr/_medias/img-photo-jpg/paul-seixas-se-retourne-au-pl…" loading="lazy" fetchpriority="auto" data-v-f49dc6ca="">

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
value: No additional origins are good candidates for preconnecting

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.

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: 534 ms
URLTime Spent
lequipe.fr/534 ms
www.lequipe.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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

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 minimize main-thread work

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Script Evaluation1.3 s
Other740 ms
Style & Layout454 ms
Script Parsing & Compilation115 ms
Rendering103 ms
Parse HTML & CSS75 ms
Garbage Collection48 ms

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 2.0 KiB
URLTransfer SizeEst Savings
www.lequipe.fr/commons/analytics.js?202603175.0 KiB2.0 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 16.4 KiB
URLTransfer SizeEst Savings
18.2 KiB16.4 KiB

Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions

Why this matters

Performance issues directly impact user engagement and conversion rates.

URL
article > div.Baseline > div.Avatar__container > img.Avatar--round article > div.Baseline > div.Avatar__container > img.Avatar--round
medias.lequipe.fr/journaliste/alexandre-roos/52375/30/30
search icon div.BrowseSearch__container > div.BrowseSearch > div.BrowseSearch__search > img.BrowseSearch__searchIcon
www.lequipe.fr/img/icons/search.svg

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

Max Potential First Input Delay 120 ms
Layout shift culprits
Optimize DOM size
LCP breakdown
Modern HTTP
Optimize viewport for mobile
Minify CSS
User Timing marks and measures 8 user timings
JavaScript execution time 1.1 s
Avoid long main-thread tasks 5 long tasks found
Page didn't prevent back/forward cache restoration
Network Requests
Network Round Trip Times 240 ms
Server Backend Latencies 860 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 10 ms
Avoid large layout shifts 1 layout shift found
INP breakdown
Avoid non-composited animations
81

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.

Names and labels

When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.Header__account > island-root#island-13 > div.UserAvatar > button.UserAvatar__signin div.Header__account > island-root#island-13 > div.UserAvatar > button.UserAvatar__signin
div.TabsWidget__container > a.Link > div.UserAvatar > button.UserAvatar__signin div.TabsWidget__container > a.Link > div.UserAvatar > button.UserAvatar__signin
div#app > div.Layout > footer#footer > button.Footer__backToTopButton div#app > div.Layout > footer#footer > button.Footer__backToTopButton
div.Cmp__container > div.Cmp__row > div.Cmp__col > button.button div.Cmp__container > div.Cmp__row > div.Cmp__col > button.button

Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.OfferWidget__image > div.Image > div.Image__content > img.Image__img div.OfferWidget__image > div.Image > div.Image__content > img.Image__img
div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.bgskew div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.bgskew
div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.bgskew div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.bgskew
div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.bgskew div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.bgskew
div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.bgskew div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.bgskew
div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.Image__img--circle div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.Image__img--circle
div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.Image__img--circle div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.Image__img--circle
div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.Image__img--circle div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.Image__img--circle

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
island-root#island-5 > div.Home__content > div.Home__feed > a.Link island-root#island-5 > div.Home__content > div.Home__feed > a.Link
div.Home__feed > div.TabsWidget > div.TabsWidget__container > a.Link div.Home__feed > div.TabsWidget > div.TabsWidget__container > a.Link
div.FolderGridWidget__gridItem > div.ColeaderWidget > article > a.Link div.FolderGridWidget__gridItem > div.ColeaderWidget > article > a.Link
div.FolderGridWidget__gridItem > div.ColeaderWidget > article > a.Link div.FolderGridWidget__gridItem > div.ColeaderWidget > article > a.Link
div.FolderGridWidget__gridItem > div.ColeaderWidget > article > a.Link div.FolderGridWidget__gridItem > div.ColeaderWidget > article > a.Link

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.

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
football div.MainNav__items > div.MainNav__item > a.Link > span
rugby div.MainNav__items > div.MainNav__item > a.Link > span
tennis div.MainNav__items > div.MainNav__item > a.Link > span
cyclisme div.MainNav__items > div.MainNav__item > a.Link > span
basket div.MainNav__items > div.MainNav__item > a.Link > span
auto-moto div.MainNav__items > div.MainNav__item > a.Link > span
ski-glace div.MainNav__items > div.MainNav__item > a.Link > span
handball div.MainNav__items > div.MainNav__item > a.Link > span
natation div.MainNav__items > div.MainNav__item > a.Link > span
tennis de table div.MainNav__items > div.MainNav__item > a.Link > span
filtrer : div.Col__caption > div#sports > span.SingleFilter__label > span.SingleFilter__labelPost
21:17 div.ChronoItem > a.Link > div.ChronoItem__meta > span.ChronoItem__time
Foot, div.ChronoItem__meta > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
Liga, div.ChronoItem__meta > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
FC Barcelone div.ChronoItem__meta > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
Premier League div.ChronoItem__meta > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
Coupe d'Allemagne div.ChronoItem__meta > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
Foot, div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
Coupe de France Crédit Agricole div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
par Alexandre Roos div.ColeaderWidget > article > div.Baseline > span.Baseline__text
— Les notes de PSG-Nantes section.RelatedLinks > article.RelatedLinks__relatedLink > a.RelatedLinks__link > h3.RelatedLinks__linkTitle
— Le classement de la Ligue 1 section.RelatedLinks > article.RelatedLinks__relatedLink > a.RelatedLinks__link > h3.RelatedLinks__linkTitle
— Seixas, déjà tourné vers Liège : «Il me reste un objectif à atteindre» section.RelatedLinks > article.RelatedLinks__relatedLink > a.RelatedLinks__link > h3.RelatedLinks__linkTitle
— Une finale comme tremplin pour l'Euroligue ? section.RelatedLinks > article.RelatedLinks__relatedLink > a.RelatedLinks__link > h3.RelatedLinks__linkTitle
Coupe de France Crédit Agricole div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
— Comment départager Arsenal et City en cas d'égalité section.RelatedLinks > article.RelatedLinks__relatedLink > a.RelatedLinks__link > h3.RelatedLinks__linkTitle
Récit, div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
Le long format du Magazine div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
18 minutes article > div.ColeaderActionsWidget > div.ColeaderActionsWidget__item > div.ColeaderActionsWidget__label
Le 26 avril 1986, la catastrophe de Tchernobyl a décidé du destin de milliers d… article > a.Link > div > p.ColeaderWidget__subtitle
22 avril div.FolderWidget__container > div.Link > div.FolderHeading__heading > div.FolderHeading__shortText
Basket, div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
Coupe du monde (H) div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
mes actus div.TabsWidget__container > div.TabsWidget__tabs > div.TabsWidget__tabsHeader > div.TabsWidget__tab
— Eurosport disponible sur L'Équipe section.RelatedLinks > article.RelatedLinks__relatedLink > a.RelatedLinks__link > h3.RelatedLinks__linkTitle
— Ligue 1+ disponible sur L'Équipe section.RelatedLinks > article.RelatedLinks__relatedLink > a.RelatedLinks__link > h3.RelatedLinks__linkTitle
Podcast div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
Avantage abonnés div.ColeaderWidget__subheadingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
Gagnez 2 places pour assister au Monaco E-Prix 2026 article > a.Link > div > p.ColeaderWidget__subtitle
Numéro 9 div.ColeaderWidget__subheadingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
Trouvez les neuf joueurs en fonction de leurs clubs et de leurs nationalités article > a.Link > div > p.ColeaderWidget__subtitle
Dix sur dix div.ColeaderWidget__subheadingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
Chaque jour, répondez aux 10 questions de la rédaction article > a.Link > div > p.ColeaderWidget__subtitle
Basket, div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
NBA div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
Basket, div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
NBA div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
Basket, div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
NBA div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
Rugby div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
F1 div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
Foot div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
— Ligue 1 : le classement section.RelatedLinks > article.RelatedLinks__relatedLink > a.RelatedLinks__link > h3.RelatedLinks__linkTitle
— NBA : le tableau des play-offs section.RelatedLinks > article.RelatedLinks__relatedLink > a.RelatedLinks__link > h3.RelatedLinks__linkTitle
ATP div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
Série vidéo, div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
Tourbillons div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
Cyclisme div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
Alpinisme, div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
Documentaire div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
— Tournoi (F) : classement/résultats section.RelatedLinks > article.RelatedLinks__relatedLink > a.RelatedLinks__link > h3.RelatedLinks__linkTitle
Va savoir div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
Les jeunes et le sport div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item
l'actu mercato div.Footer__col > ul.Footer__list > li > a.Link
Ligue des Champions : résultats div.Footer__col > ul.Footer__list > li > a.Link
Ligue des Champions : classement div.Footer__col > ul.Footer__list > li > a.Link
Europa League div.Footer__col > ul.Footer__list > li > a.Link
Europa Conference League div.Footer__col > ul.Footer__list > li > a.Link
Premier League div.Footer__col > ul.Footer__list > li > a.Link
LaLiga div.Footer__col > ul.Footer__list > li > a.Link
Serie A div.Footer__col > ul.Footer__list > li > a.Link
Ballon d'Or 2025 div.Footer__col > ul.Footer__list > li > a.Link
Ballondor.com div.Footer__col > ul.Footer__list > li > a.Link
matchs ce soir div.Footer__col > ul.Footer__list > li > a.Link
calendrier de Ligue 1 div.Footer__col > ul.Footer__list > li > a.Link
classement de Ligue 1 div.Footer__col > ul.Footer__list > li > a.Link
meilleurs buteurs de Ligue 1 div.Footer__col > ul.Footer__list > li > a.Link
Top 14 div.Footer__col > ul.Footer__list > li > a.Link
classement top 14 div.Footer__col > ul.Footer__list > li > a.Link
calendrier et résultats Top 14 div.Footer__col > ul.Footer__list > li > a.Link
Champions Cup div.Footer__col > ul.Footer__list > li > a.Link
XV de France div.Footer__col > ul.Footer__list > li > a.Link
Jeux Olympiques d'hiver 2026 div.Footer__col > ul.Footer__list > li > a.Link
Jeux Paralympiques d'hiver 2026 div.Footer__col > ul.Footer__list > li > a.Link
Biathlon div.Footer__col > ul.Footer__list > li > a.Link
classement ATP div.Footer__col > ul.Footer__list > li > a.Link
classement WTA div.Footer__col > ul.Footer__list > li > a.Link
Wimbledon div.Footer__col > ul.Footer__list > li > a.Link
Open d'Australie div.Footer__col > ul.Footer__list > li > a.Link
Roland-Garros div.Footer__col > ul.Footer__list > li > a.Link
NBA div.Footer__col > ul.Footer__list > li > a.Link
Saison Régulière NBA div.Footer__col > ul.Footer__list > li > a.Link
Victor Wembanyama div.Footer__col > ul.Footer__list > li > a.Link
Betclic Elite div.Footer__col > ul.Footer__list > li > a.Link
Euroligue div.Footer__col > ul.Footer__list > li > a.Link
calendrier Grand Prix de F1 div.Footer__col > ul.Footer__list > li > a.Link
classement pilotes f1 div.Footer__col > ul.Footer__list > li > a.Link
classement écuries f1 div.Footer__col > ul.Footer__list > li > a.Link
calendrier div.Footer__col > ul.Footer__list > li > a.Link
Tour de France div.Footer__col > ul.Footer__list > li > a.Link
parcours Tour de France 2026 div.Footer__col > ul.Footer__list > li > a.Link
Tour de France (F) div.Footer__col > ul.Footer__list > li > a.Link
Giro div.Footer__col > ul.Footer__list > li > a.Link
Vuelta div.Footer__col > ul.Footer__list > li > a.Link
Vélo d'Or 2025 div.Footer__col > ul.Footer__list > li > a.Link
Velodor.com div.Footer__col > ul.Footer__list > li > a.Link
abonnement L'Équipe pas cher div.Footer__col > ul.Footer__list > li > a.Link
abonnement France Football div.Footer__col > ul.Footer__list > li > a.Link
abonnement Vélo Magazine div.Footer__col > ul.Footer__list > li > a.Link
guide d'achat div.Footer__col > ul.Footer__list > li > a.Link
abonnement L'Équipe papier div.Footer__col > ul.Footer__list > li > a.Link
carte cadeau homme L'Equipe div.Footer__col > ul.Footer__list > li > a.Link
abonnement L'Équipe + Ligue 1+ div.Footer__col > ul.Footer__list > li > a.Link
abonnement L'Équipe + Eurosport div.Footer__col > ul.Footer__list > li > a.Link
archives de L'Équipe div.Footer__col > ul.Footer__list > li > a.Link
© L'Équipe 24/24 - 2026 div.Footer__bottom > div.layout > ul.Footer__subLinks > li
mentions légales div.layout > ul.Footer__subLinks > li > a
politique de confidentialité div.layout > ul.Footer__subLinks > li > a
conditions générales d'utilisation div.layout > ul.Footer__subLinks > li > a
accessibilité div.layout > ul.Footer__subLinks > li > button.Footer__accessibility

These are opportunities to improve the legibility of your content.

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
handball div.MainNav__contentItems > div.MainNav__items > div.MainNav__item > a.Link

These items highlight common accessibility best practices.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
réglages nav.TabBar > div.TabBar__wrapper > div.TabBar__bottom > button#tabbar-item-settings
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
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
The document does not use `<meta http-equiv="refresh">`
`[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
`[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
Links are distinguishable without relying on color.
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
`[lang]` attributes have a valid value
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
Identical links have the same purpose.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
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
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
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
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`<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.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
92

Best Practices

User Experience

Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLAspect Ratio (Displayed)Aspect Ratio (Actual)
div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.bgskew div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.bgskew
/data/1677/covers/Preview-MEDIUM-86449.jpg?v=3290 x 377 (0.77)758 x 1024 (0.74)
div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.bgskew div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.bgskew
/data/1654/covers/Preview-MEDIUM-85574.jpg?v=1134 x 174 (0.77)758 x 1024 (0.74)

General

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
Hydration completed but contains mismatches.
Not signed in with the identity provider.

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 deprecated APIs
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
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
Ensure proper origin isolation with COOP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Redirects HTTP traffic to HTTPS
Use a strong HSTS policy
Mitigate clickjacking with XFO or CSP
92

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.

Content Best Practices

Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.OfferWidget__image > div.Image > div.Image__content > img.Image__img div.OfferWidget__image > div.Image > div.Image__content > img.Image__img
div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.bgskew div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.bgskew
div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.bgskew div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.bgskew
div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.bgskew div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.bgskew
div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.bgskew div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.bgskew
div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.Image__img--circle div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.Image__img--circle
div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.Image__img--circle div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.Image__img--circle
div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.Image__img--circle div.ColeaderWidget__mediaContent > div.Image > div.Image__content > img.Image__img--circle

Format your HTML in a way that enables crawlers to better understand your app’s content.

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
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback