Mobile 375 × 812

Desktop 1440 × 900

Score: 73 / 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.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Reasonable footprint with room for optimization.
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.
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.
31 image-in-link without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
35 image(s) missing alt attribute
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/0afa914c-cc05-4a09-a253-fc58091b4a54)<a href="https://beavercheck.com/results/0afa914c-cc05-4a09-a253-fc58091b4a54"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Flequipe.fr" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Flequipe.frThis 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 ~29%.
Page takes 7.7s to load
+12% bounceUsers abandon at ~3s — you're 5.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 structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
7 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
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
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€360 investment → €4,746/month returns + EUR 120,500,000 risk avoided
€360
4h · 5 findings
€4,746 /mo
~€56,949 / year
EUR 120,500,000
if kept compliant
€120 — 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.
4.5 developer hours at €80/hr
Based on France rates (€80/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,007 / year if left unfixed
€120,500,000
+7 more
€0.58 /mo
7875.7 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.78 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
7.70 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.76 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.003
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.45 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.
17.21 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.
| URL | Est Savings |
|---|---|
| www.lequipe.fr/_fonts/icons-ui.woff2?20231122 | 60 ms |
| www.lequipe.fr/_fonts/LEQUIPE-Regular.woff2?20231122 | 35 ms |
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 | |
|---|---|---|---|
Paul Seixas se retourne. Au plus fort de la pente, il vient de lâcher ses rivau… div.ColeaderWidget__mediaContent > div.Image > div.Image--mobile > img.bgskew | /_medias/img-photo-jpg/paul-seixas-se-retourne-au-plus-fo... | 87.0 KiB | 21.0 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 KiB | 6.9 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 |
|---|---|
| www.lequipe.fr/assets/css/vendor-D8-JNrHP.css | 1.2 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 |
|---|---|
| lequipe.fr/ | 1.1 s |
| 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.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.lequipe.fr/assets/js/vendor-BsNc6uKu.js | 187.2 KiB | 107.2 KiB |
| accounts.google.com/gsi/client | 95.3 KiB | 71.4 KiB |
| /api/didomi/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/... | 115.1 KiB | 49.4 KiB |
| /0f948b7e-5b98-42a8-b9a9-eb4b49478b1f-web.js | 122.1 KiB | 40.1 KiB |
| /api/didomi/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/... | 58.9 KiB | 21.8 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 | 5.9 s |
| Other | 2.6 s |
| Style & Layout | 1.3 s |
| Script Parsing & Compilation | 447 ms |
| Parse HTML & CSS | 291 ms |
| Garbage Collection | 185 ms |
| Rendering | 137 ms |
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 |
|---|---|---|
| www.lequipe.fr/commons/analytics.js?20260317 | 5.0 KiB | 2.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.
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 | |
|---|---|
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.
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 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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
header#header > div.Header__content > div.Header__left > button.icon--browse header#header > div.Header__content > div.Header__left > button.icon--browse |
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.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.
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.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.
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.
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 |
|---|
football div.MainNav__items > div.MainNav__item > a.Link > span |
rugby div.MainNav__items > div.MainNav__item > a.Link > span |
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 |
Flèche Wallone, div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item |
— 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 |
Premier League 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 |
Flèche Wallonne div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item |
Flèche Wallonne 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 |
Premier League, 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 |
Coupe du monde (H) div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item |
— 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 |
Roland-Garros (H) 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 |
Coupe des champions, 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 |
Natation div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item |
Championnats d'Europe div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item |
Boxe, div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item |
Entretien div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item |
Coupe du monde div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item |
Hockey sur glace, div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item |
NHL div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item |
Hockey sur glace, div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item |
F1 div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item |
Tennis de table, div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item |
WTT, div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item |
Senec div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item |
Tennis de table, div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item |
CM par équipes div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item |
Tennis de table, div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item |
Mondiaux par équipes div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item |
Athlé div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item |
Marathon de Boston div.ColeaderWidget__headingSubtitle > div.ArticleTags > div.ArticleTags__items > div.ArticleTags__item |
© 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 |
revenir en haut footer#footer > div.Footer__bottom > div.layout > span.Footer__scrollButton |
These are opportunities to improve the legibility of your content.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
www.lequipe.fr/assets/js/vendor-BsNc6uKu.js line 12, col 23105 | 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.
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.
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.
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.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.
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.
1.04 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.16 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
114 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.004
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.63 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
5.12 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.
| URL | Est Savings |
|---|---|
| www.lequipe.fr/_fonts/LEQUIPE-Regular.woff2?20231122 | 70 ms |
| www.lequipe.fr/_fonts/icons-ui.woff2?20231122 | 65 ms |
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 | |
|---|---|---|---|
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.png | 858.8 KiB | 857.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 KiB | 89.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 KiB | 35.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 KiB | 27.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 KiB | 7.0 KiB |
Logo de Nice div.TeamScore__teams > div.TeamScore__team > div.Logo__container > img.Logo | www.lequipe.fr/_medias/logo-football/46/60 | 5.9 KiB | 5.8 KiB |
Logo de Manchester City div.TeamScore__teams > div.TeamScore__team > div.Logo__container > img.Logo | www.lequipe.fr/_medias/logo-football/725/60 | 5.8 KiB | 5.8 KiB |
Logo de Strasbourg div.TeamScore__teams > div.TeamScore__team > div.Logo__container > img.Logo | www.lequipe.fr/_medias/logo-football/13/60 | 5.5 KiB | 5.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/60 | 5.4 KiB | 5.4 KiB |
Logo de Paris-SG div.TeamScore__teams > div.TeamScore__team > div.Logo__container > img.Logo | www.lequipe.fr/_medias/logo-football/26/60 | 5.3 KiB | 5.2 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size |
|---|---|
| www.lequipe.fr/assets/css/vendor-D8-JNrHP.css | 1.2 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 |
|---|---|
| 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.
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 |
|---|---|---|
| www.lequipe.fr/assets/js/vendor-BsNc6uKu.js | 187.2 KiB | 108.3 KiB |
| accounts.google.com/gsi/client | 95.3 KiB | 71.4 KiB |
| /api/didomi/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/... | 115.1 KiB | 49.4 KiB |
| /0f948b7e-5b98-42a8-b9a9-eb4b49478b1f-web.js | 122.1 KiB | 40.1 KiB |
| news.google.com/swg/js/v1/swg.js | 68.9 KiB | 37.3 KiB |
| /api/didomi/sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/... | 58.9 KiB | 21.8 KiB |
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.3 s |
| Other | 740 ms |
| Style & Layout | 454 ms |
| Script Parsing & Compilation | 115 ms |
| Rendering | 103 ms |
| Parse HTML & CSS | 75 ms |
| Garbage Collection | 48 ms |
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 |
|---|---|---|
| www.lequipe.fr/commons/analytics.js?20260317 | 5.0 KiB | 2.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.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|
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.
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 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.
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.
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.
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.
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 |
|---|
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.
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 |
|---|
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.
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 |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
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=3 | 290 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=1 | 134 x 174 (0.77) | 758 x 1024 (0.74) |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
www.lequipe.fr/assets/js/vendor-BsNc6uKu.js line 12, col 23105 | 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.
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.
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.
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.
Send Feedback