Mobile 375 × 812

Desktop 1440 × 900

Score: 75 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Mostly accessible, but some users still face barriers.
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.
11 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
248 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
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/c68fe937-4ceb-497e-a8e4-f519316d222d)<a href="https://beavercheck.com/results/c68fe937-4ceb-497e-a8e4-f519316d222d"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Flefigaro.fr" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Flefigaro.frThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 16.1s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
€400 investment → €0.52/month returns + EUR 120,500,000 risk avoided
€400
5h · 5 findings
€0.52 /mo
~€6.22 / 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.
5.0 developer hours at €80/hr
Based on France rates (€80/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,006 / year if left unfixed
€120,500,000
+5 more
€0.52 /mo
6992.0 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 4 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.
7.42 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.13 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.81 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.020
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.93 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.61 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.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
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.
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 |
|---|---|
| lefigaro.fr/ | 757 ms |
| www.lefigaro.fr/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 5.2 s |
| Other | 3.1 s |
| Style & Layout | 2.3 s |
| Rendering | 1.3 s |
| Script Parsing & Compilation | 677 ms |
| Parse HTML & CSS | 351 ms |
| Garbage Collection | 114 ms |
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 | |
|---|---|
div.fig-partner__container > div#partner-section-title > span.fig-partner__showmore > img.fig-img div.fig-partner__container > div#partner-section-title > span.fig-partner__showmore > img.fig-img | i.f1g.fr/media/verso/x24/images/2019/10/16/5vnAzPuiDS2hBAgW8.jpg |
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.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
«Une société qui dit à ses victimes "Il est trop tard" laisse une plaie ouverte… div#vertical-widget-22520938 > section.vertical-widget__preview > div.preview-caroussel > div.preview-caroussel__slider |
À la Une
Le Flash
TV & Vidéos
Audio
Actu locale div#tabbar > div.fig-tabbar__inner > nav.fig-tabbar-nav > ul.fig-tabbar-nav__list |
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
À la Une nav.fig-tabbar-nav > ul.fig-tabbar-nav__list > li.fig-tabbar-nav__item > a.fig-link |
Le Flash nav.fig-tabbar-nav > ul.fig-tabbar-nav__list > li.fig-tabbar-nav__item > a.fig-link |
TV & Vidéos nav.fig-tabbar-nav > ul.fig-tabbar-nav__list > li.fig-tabbar-nav__item > button.fig-tabbar-nav__link |
Audio nav.fig-tabbar-nav > ul.fig-tabbar-nav__list > li.fig-tabbar-nav__item > a.fig-link |
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
«Une société qui dit à ses victimes "Il est trop tard" laisse une plaie ouverte… div#vertical-widget-22520938 > section.vertical-widget__preview > div.preview-caroussel > div.preview-caroussel__slider |
Grille TV div.fig-tv-program-gallery > div.fig-tv-program-gallery__top > div.fig-tv-program-gallery__actions > ul.fig-selector-base |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Publicité div.fig-top > div.fig-ad-content > div.fig-ad-content__ad-placeholder-content > span.fig-ad-content__ad-placeholder-text |
Publicité div.fig-main-col > div.fig-ad-content > div.fig-ad-content__ad-placeholder-content > span.fig-ad-content__ad-placeholder-text |
7 LETTRES ul.fig-pellicule__list > li.fig-pellicule__item > a.fig-pellicule__link > h2.fig-pellicule__title |
MOTS FLÉCHÉS ul.fig-pellicule__list > li.fig-pellicule__item > a.fig-pellicule__link > h2.fig-pellicule__title |
MOTS MÊLÉS ul.fig-pellicule__list > li.fig-pellicule__item > a.fig-pellicule__link > h2.fig-pellicule__title |
SUDOKU ul.fig-pellicule__list > li.fig-pellicule__item > a.fig-pellicule__link > h2.fig-pellicule__title |
Grille TV ul.fig-selector-base > li.fig-selector-base__item > a.fig-selector-base__link > span.fig-selector-base__label |
These are opportunities to improve the legibility of your content.
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
À la Une div.fig-tabbar__inner > nav.fig-tabbar-nav > ul.fig-tabbar-nav__list > li.fig-tabbar-nav__item |
Le Flash div.fig-tabbar__inner > nav.fig-tabbar-nav > ul.fig-tabbar-nav__list > li.fig-tabbar-nav__item |
TV & Vidéos div.fig-tabbar__inner > nav.fig-tabbar-nav > ul.fig-tabbar-nav__list > li.fig-tabbar-nav__item |
Audio div.fig-tabbar__inner > nav.fig-tabbar-nav > ul.fig-tabbar-nav__list > li.fig-tabbar-nav__item |
Actu locale div.fig-tabbar__inner > nav.fig-tabbar-nav > ul.fig-tabbar-nav__list > li.fig-tabbar-nav__item |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Le Figaro en images div.fh-ft__container > ul.fh-ft__ul > li.fh-ft__useful-item > a.fh-ft__lk |
Nos applications mobiles div.fh-ft__container > ul.fh-ft__ul > li.fh-ft__useful-item > a.fh-ft__lk |
Suivre Le Figaro sur Google Actu div.fh-ft__container > ul.fh-ft__ul > li.fh-ft__useful-item > a.fh-ft__lk |
Le Figaro Bordeaux div.fh-ft__container > ul.fh-ft__ul > li.fh-ft__useful-item > a.fh-ft__lk |
Le Figaro Lyon div.fh-ft__container > ul.fh-ft__ul > li.fh-ft__useful-item > a.fh-ft__lk |
Le Figaro Marseille div.fh-ft__container > ul.fh-ft__ul > li.fh-ft__useful-item > a.fh-ft__lk |
Le Figaro Nantes div.fh-ft__container > ul.fh-ft__ul > li.fh-ft__useful-item > a.fh-ft__lk |
Le Figaro Nice div.fh-ft__container > ul.fh-ft__ul > li.fh-ft__useful-item > a.fh-ft__lk |
Les vidéos Figaro Live div.fh-ft__container > ul.fh-ft__ul > li.fh-ft__useful-item > a.fh-ft__lk |
Les podcasts du Figaro div.fh-ft__container > ul.fh-ft__ul > li.fh-ft__useful-item > a.fh-ft__lk |
Les programmes TV div.fh-ft__container > ul.fh-ft__ul > li.fh-ft__useful-item > a.fh-ft__lk |
Les résultats sportifs div.fh-ft__container > ul.fh-ft__ul > li.fh-ft__useful-item > a.fh-ft__lk |
Carnet du jour div.fh-ft__container > ul.fh-ft__ul > li.fh-ft__useful-item > a.fh-ft__lk |
Le Figaro Store div.fh-ft__container > ul.fh-ft__ul > li.fh-ft__useful-item > a.fh-ft__lk |
Jeux div.fh-ft__container > ul.fh-ft__ul > li.fh-ft__useful-item > a.fh-ft__lk |
Donnez nous votre avis div.fh-ft__container > ul.fh-ft__ul > li.fh-ft__useful-item > a.fh-ft__lk |
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 |
|---|
«Un blocus inversé» : quels sont les objectifs de Donald Trump dans le détroit … div.fig-rdv-articles > article.fig-rdv-article > div.fig-rdv-article__content > a.fig-rdv-article__link |
Jeudi 16 avril 2026 div.fig-tranche__list-container > ul.fig-tranche__list > li.fig-tranche__item > a.fig-tranche__link |
Vendredi 10 avril 2026 div.fig-tranche__list-container > ul.fig-tranche__list > li.fig-tranche__item > a.fig-tranche__link |
Zaki Laïdi : «Les nouveaux pays non-alignés ont les moyens de leurs ambitions» div.fig-grid4 > ul > li.fig-grid4__profile > a.fig-grid4__link |
Bac et brevet 2026 : le ministre de l’Éducation donne des consignes pour évalue… div.fig-grid4 > ul > li.fig-grid4__profile > a.fig-grid4__link |
Crise au Moyen-Orient, pression politique, méfiance des marchés… Pourquoi Bercy… div.fig-grid4 > ul > li.fig-grid4__profile > a.fig-grid4__link |
Un déclin de 50% d’ici 2100 : le scénario «très préoccupant» d’un fort affaibli… div.fig-grid4 > ul > li.fig-grid4__profile > a.fig-grid4__link |
« Ça dit qu’on est une grande équipe » : dominer ou souffrir, le PSG de Luis En… div.fig-grid4 > ul > li.fig-grid4__profile > a.fig-grid4__link |
«Il faut aller chercher les gens là où ils sont» : ces influenceurs qui remette… div.fig-grid4 > ul > li.fig-grid4__profile > a.fig-grid4__link |
Pourquoi le stylo-plume Montblanc reste prisé des étudiants en études supérieur… div.fig-grid4 > ul > li.fig-grid4__profile > a.fig-grid4__link |
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Performance issues directly impact user engagement and conversion rates.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | cdn.taboola.com/libtrc/unip/1028379/tfa.js line 2, col 82337 |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.00 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.03 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
46 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.042
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.03 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
3.66 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
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.
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 | |
|---|---|---|---|
Crise au Moyen-Orient, pression politique, méfiance des marchés… Pourquoi Bercy… li.fig-ranking-profile-zone-left > figure.fig-ranking-profile-media-zone-left > div.fig-placeholder > img.fig-img | /media/cms/282x159_crop/2026/04/15/2ce4b8c24cd18ba8fecde6... | 11.7 KiB | 4.4 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 |
|---|---|
| lefigaro.fr/ | 215 ms |
| www.lefigaro.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
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.4 s |
| Other | 1.0 s |
| Style & Layout | 748 ms |
| Rendering | 454 ms |
| Script Parsing & Compilation | 177 ms |
| Parse HTML & CSS | 92 ms |
| Garbage Collection | 45 ms |
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 | |
|---|---|
div.fig-partner__container > div#partner-section-title > span.fig-partner__showmore > img.fig-img div.fig-partner__container > div#partner-section-title > span.fig-partner__showmore > img.fig-img | i.f1g.fr/media/verso/x24/images/2019/10/16/5vnAzPuiDS2hBAgW8.jpg |
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.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
«Une société qui dit à ses victimes "Il est trop tard" laisse une plaie ouverte… div#vertical-widget-98406349 > section.vertical-widget__preview > div.preview-caroussel > div.preview-caroussel__slider |
Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. Learn more about valid values for ARIA attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Carte précédente section.vertical-widget__preview > div.preview-caroussel > div.preview-caroussel__slider > button.carousel-button |
Carte suivante section.vertical-widget__preview > div.preview-caroussel > div.preview-caroussel__slider > button.carousel-button |
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
«Une société qui dit à ses victimes "Il est trop tard" laisse une plaie ouverte… div#vertical-widget-98406349 > section.vertical-widget__preview > div.preview-caroussel > div.preview-caroussel__slider |
Actualité aside.fig-right > div.fig-vitrine > div.fig-vitrine__header > ul.fig-selector-base |
Grille TV div.fig-tv-program-gallery > div.fig-tv-program-gallery__top > div.fig-tv-program-gallery__actions > ul.fig-selector-base |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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.preview-caroussel > div.preview-caroussel__slider > div.dot-btns > button div.preview-caroussel > div.preview-caroussel__slider > div.dot-btns > button |
div.preview-caroussel > div.preview-caroussel__slider > div.dot-btns > button div.preview-caroussel > div.preview-caroussel__slider > div.dot-btns > button |
div.preview-caroussel > div.preview-caroussel__slider > div.dot-btns > button div.preview-caroussel > div.preview-caroussel__slider > div.dot-btns > button |
aside.fig-right > div.fig-vitrine > div.fig-flash-w__list-container > button.fig-flash-w__list-notification aside.fig-right > div.fig-vitrine > div.fig-flash-w__list-container > button.fig-flash-w__list-notification |
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 |
|---|
Publicité div.fig-top > div.fig-ad-content > div.fig-ad-content__ad-placeholder-content > span.fig-ad-content__ad-placeholder-text |
Publicité aside.fig-right > div.fig-ad-content > div.fig-ad-content__ad-placeholder-content > span.fig-ad-content__ad-placeholder-text |
Publicité aside.fig-wrapper-flex-column__1-of-3 > div.fig-ad-content > div.fig-ad-content__ad-placeholder-content > span.fig-ad-content__ad-placeholder-text |
7 LETTRES ul.fig-pellicule__list > li.fig-pellicule__item > a.fig-pellicule__link > h2.fig-pellicule__title |
MOTS FLÉCHÉS ul.fig-pellicule__list > li.fig-pellicule__item > a.fig-pellicule__link > h2.fig-pellicule__title |
MOTS MÊLÉS ul.fig-pellicule__list > li.fig-pellicule__item > a.fig-pellicule__link > h2.fig-pellicule__title |
SUDOKU ul.fig-pellicule__list > li.fig-pellicule__item > a.fig-pellicule__link > h2.fig-pellicule__title |
Publicité aside.fig-wrapper-flex-column__1-of-3 > div.fig-ad-content > div.fig-ad-content__ad-placeholder-content > span.fig-ad-content__ad-placeholder-text |
Publicité aside.fig-wrapper-flex-column__1-of-3 > div.fig-ad-content > div.fig-ad-content__ad-placeholder-content > span.fig-ad-content__ad-placeholder-text |
Publicité aside.fig-wrapper-flex-column__1-of-3 > div.fig-ad-content > div.fig-ad-content__ad-placeholder-content > span.fig-ad-content__ad-placeholder-text |
Grille TV ul.fig-selector-base > li.fig-selector-base__item > a.fig-selector-base__link > span.fig-selector-base__label |
Publicité aside.fig-wrapper-flex-column__1-of-3 > div.fig-ad-content > div.fig-ad-content__ad-placeholder-content > span.fig-ad-content__ad-placeholder-text |
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 |
|---|
Programme TV Free div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13596 > li.fig-seo-footer__list-item > a.fig-link |
Programme TV SFR div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13596 > li.fig-seo-footer__list-item > a.fig-link |
Jeux olympiques div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13606 > li.fig-seo-footer__list-item > a.fig-link |
Actualité cyclisme div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13606 > li.fig-seo-footer__list-item > a.fig-link |
Classement Ligue 1 div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13606 > li.fig-seo-footer__list-item > a.fig-link |
Classement Top 14 div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13606 > li.fig-seo-footer__list-item > a.fig-link |
Transferts football div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13606 > li.fig-seo-footer__list-item > a.fig-link |
Coupe du monde de rugby div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13606 > li.fig-seo-footer__list-item > a.fig-link |
Ballon d'Or France Football div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13606 > li.fig-seo-footer__list-item > a.fig-link |
Horoscope du jour div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13617 > li.fig-seo-footer__list-item > a.fig-link |
Guide du mariage div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13617 > li.fig-seo-footer__list-item > a.fig-link |
Recettes de cuisine div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13617 > li.fig-seo-footer__list-item > a.fig-link |
Brigitte Macron div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13617 > li.fig-seo-footer__list-item > a.fig-link |
Apéritif dînatoire div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13617 > li.fig-seo-footer__list-item > a.fig-link |
Recette pâte à crêpe div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13617 > li.fig-seo-footer__list-item > a.fig-link |
Tendance bijoux div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13617 > li.fig-seo-footer__list-item > a.fig-link |
Meghan Markle div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13617 > li.fig-seo-footer__list-item > a.fig-link |
Gainer son corps div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13617 > li.fig-seo-footer__list-item > a.fig-link |
Santé et sexualité div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13628 > li.fig-seo-footer__list-item > a.fig-link |
Index des maladies div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13628 > li.fig-seo-footer__list-item > a.fig-link |
L'encyclopédie des organes div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13628 > li.fig-seo-footer__list-item > a.fig-link |
Conseils en psychologie div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13628 > li.fig-seo-footer__list-item > a.fig-link |
Guide d'achat maison et jardin div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13638 > li.fig-seo-footer__list-item > a.fig-link |
Guide d'achat santé et beauté div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13638 > li.fig-seo-footer__list-item > a.fig-link |
Nos bons plans high-tech div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13638 > li.fig-seo-footer__list-item > a.fig-link |
Nos bons plans maison div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13638 > li.fig-seo-footer__list-item > a.fig-link |
Nos bons plans mode div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13638 > li.fig-seo-footer__list-item > a.fig-link |
Nos bons plans sport div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13638 > li.fig-seo-footer__list-item > a.fig-link |
Nos Bons plans beauté div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13638 > li.fig-seo-footer__list-item > a.fig-link |
Révisions Bac 2026 div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13650 > li.fig-seo-footer__list-item > a.fig-link |
Résultats bac 2026 div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13650 > li.fig-seo-footer__list-item > a.fig-link |
Résultat Brevet 2026 div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13650 > li.fig-seo-footer__list-item > a.fig-link |
Annuaire des établissements div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13650 > li.fig-seo-footer__list-item > a.fig-link |
Classement école de commerce div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13650 > li.fig-seo-footer__list-item > a.fig-link |
Classement école d'ingénieurs div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13650 > li.fig-seo-footer__list-item > a.fig-link |
Actualité musicale div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13662 > li.fig-seo-footer__list-item > a.fig-link |
Actualité jeux-vidéo div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13662 > li.fig-seo-footer__list-item > a.fig-link |
Citations et proverbes div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13662 > li.fig-seo-footer__list-item > a.fig-link |
Histoire de France div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13662 > li.fig-seo-footer__list-item > a.fig-link |
Langue française div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13662 > li.fig-seo-footer__list-item > a.fig-link |
Emploi à Paris div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13673 > li.fig-seo-footer__list-item > a.fig-link |
Emploi à Lyon div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13673 > li.fig-seo-footer__list-item > a.fig-link |
Emploi à Toulouse div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13673 > li.fig-seo-footer__list-item > a.fig-link |
Emploi à Nantes div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13673 > li.fig-seo-footer__list-item > a.fig-link |
Emploi à Bordeaux div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13673 > li.fig-seo-footer__list-item > a.fig-link |
Emploi commercial div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13673 > li.fig-seo-footer__list-item > a.fig-link |
Nos fiches métiers div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13673 > li.fig-seo-footer__list-item > a.fig-link |
Annonces légales div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13673 > li.fig-seo-footer__list-item > a.fig-link |
Annonces immobilières div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13686 > li.fig-seo-footer__list-item > a.fig-link |
Achat appartement Paris div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13686 > li.fig-seo-footer__list-item > a.fig-link |
Achat appartement Nice div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13686 > li.fig-seo-footer__list-item > a.fig-link |
Achat appartement Cannes div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13686 > li.fig-seo-footer__list-item > a.fig-link |
Achat appartement Bordeaux div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13686 > li.fig-seo-footer__list-item > a.fig-link |
Achat maison Bordeaux div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13686 > li.fig-seo-footer__list-item > a.fig-link |
Achat maison Marseille div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13686 > li.fig-seo-footer__list-item > a.fig-link |
Achat maison Montpellier div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13686 > li.fig-seo-footer__list-item > a.fig-link |
Simulateur de seuil de richesse div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13697 > li.fig-seo-footer__list-item > a.fig-link |
Actualité économique et analyses div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13697 > li.fig-seo-footer__list-item > a.fig-link |
Impôts sur le revenu : simulateur div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13697 > li.fig-seo-footer__list-item > a.fig-link |
Guide des croisières div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13708 > li.fig-seo-footer__list-item > a.fig-link |
Guide voyage Jordanie div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13708 > li.fig-seo-footer__list-item > a.fig-link |
Guide voyage Namibie div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13708 > li.fig-seo-footer__list-item > a.fig-link |
Guide voyage Maroc div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13708 > li.fig-seo-footer__list-item > a.fig-link |
Guide voyage New York div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13708 > li.fig-seo-footer__list-item > a.fig-link |
Guide voyage Birmanie div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13708 > li.fig-seo-footer__list-item > a.fig-link |
Guide voyage Lille div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13708 > li.fig-seo-footer__list-item > a.fig-link |
Guide voyage Antilles div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13708 > li.fig-seo-footer__list-item > a.fig-link |
Guide voyage Japon div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13708 > li.fig-seo-footer__list-item > a.fig-link |
Le Figaro Magazine div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13719 > li.fig-seo-footer__list-item > a.fig-link |
Madame Figaro div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13719 > li.fig-seo-footer__list-item > a.fig-link |
Le Figaro Hors-Série div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13719 > li.fig-seo-footer__list-item > a.fig-link |
Le Figaro Histoire div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13719 > li.fig-seo-footer__list-item > a.fig-link |
TV Magazine div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13719 > li.fig-seo-footer__list-item > a.fig-link |
F, l'art de vivre div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13719 > li.fig-seo-footer__list-item > a.fig-link |
Tous les vins div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13727 > li.fig-seo-footer__list-item > a.fig-link |
Primeurs div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13727 > li.fig-seo-footer__list-item > a.fig-link |
Comprendre le vin div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13727 > li.fig-seo-footer__list-item > a.fig-link |
Tops et sélections div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13727 > li.fig-seo-footer__list-item > a.fig-link |
Economie du vin div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13727 > li.fig-seo-footer__list-item > a.fig-link |
Foire aux vins div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13727 > li.fig-seo-footer__list-item > a.fig-link |
Le Figaro Lyon div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13738 > li.fig-seo-footer__list-item > a.fig-link |
Le Figaro Nantes div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13738 > li.fig-seo-footer__list-item > a.fig-link |
Le Figaro Nice div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13738 > li.fig-seo-footer__list-item > a.fig-link |
Die Welt div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13744 > li.fig-seo-footer__list-item > a.fig-link |
El Pais div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13744 > li.fig-seo-footer__list-item > a.fig-link |
Gazeta Wyborcza div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13744 > li.fig-seo-footer__list-item > a.fig-link |
La Repubblica div.fig-seo-footer__main-list > ul#fig-seo-footer__seo-footer-13744 > li.fig-seo-footer__list-item > a.fig-link |
Le Figaro en images div.fh-ft__container > ul.fh-ft__ul > li.fh-ft__useful-item > a.fh-ft__lk |
Nos applications mobiles div.fh-ft__container > ul.fh-ft__ul > li.fh-ft__useful-item > a.fh-ft__lk |
Suivre Le Figaro sur Google Actu div.fh-ft__container > ul.fh-ft__ul > li.fh-ft__useful-item > a.fh-ft__lk |
Le Figaro Bordeaux div.fh-ft__container > ul.fh-ft__ul > li.fh-ft__useful-item > a.fh-ft__lk |
Le Figaro Lyon div.fh-ft__container > ul.fh-ft__ul > li.fh-ft__useful-item > a.fh-ft__lk |
Le Figaro Marseille div.fh-ft__container > ul.fh-ft__ul > li.fh-ft__useful-item > a.fh-ft__lk |
Le Figaro Nantes div.fh-ft__container > ul.fh-ft__ul > li.fh-ft__useful-item > a.fh-ft__lk |
Le Figaro Nice div.fh-ft__container > ul.fh-ft__ul > li.fh-ft__useful-item > a.fh-ft__lk |
Les vidéos Figaro Live div.fh-ft__container > ul.fh-ft__ul > li.fh-ft__useful-item > a.fh-ft__lk |
Les podcasts du Figaro div.fh-ft__container > ul.fh-ft__ul > li.fh-ft__useful-item > a.fh-ft__lk |
Les programmes TV div.fh-ft__container > ul.fh-ft__ul > li.fh-ft__useful-item > a.fh-ft__lk |
Les résultats sportifs div.fh-ft__container > ul.fh-ft__ul > li.fh-ft__useful-item > a.fh-ft__lk |
Carnet du jour div.fh-ft__container > ul.fh-ft__ul > li.fh-ft__useful-item > a.fh-ft__lk |
Le Figaro Store div.fh-ft__container > ul.fh-ft__ul > li.fh-ft__useful-item > a.fh-ft__lk |
Jeux div.fh-ft__container > ul.fh-ft__ul > li.fh-ft__useful-item > a.fh-ft__lk |
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 |
|---|
Jeudi 16 avril 2026 div.fig-tranche__list-container > ul.fig-tranche__list > li.fig-tranche__item > a.fig-tranche__link |
Vendredi 10 avril 2026 div.fig-tranche__list-container > ul.fig-tranche__list > li.fig-tranche__item > a.fig-tranche__link |
Vendredi 10 avril 2026 div.fig-tranche__list-container > ul.fig-tranche__list > li.fig-tranche__item > a.fig-tranche__link |
Vendredi 10 avril 2026 div.fig-tranche__list-container > ul.fig-tranche__list > li.fig-tranche__item > a.fig-tranche__link |
Zaki Laïdi : «Les nouveaux pays non-alignés ont les moyens de leurs ambitions» div.fig-grid4 > ul > li.fig-grid4__profile > a.fig-grid4__link |
Bac et brevet 2026 : le ministre de l’Éducation donne des consignes pour évalue… div.fig-grid4 > ul > li.fig-grid4__profile > a.fig-grid4__link |
Crise au Moyen-Orient, pression politique, méfiance des marchés… Pourquoi Bercy… div.fig-grid4 > ul > li.fig-grid4__profile > a.fig-grid4__link |
Un déclin de 50% d’ici 2100 : le scénario «très préoccupant» d’un fort affaibli… div.fig-grid4 > ul > li.fig-grid4__profile > a.fig-grid4__link |
« Ça dit qu’on est une grande équipe » : dominer ou souffrir, le PSG de Luis En… div.fig-grid4 > ul > li.fig-grid4__profile > a.fig-grid4__link |
«Il faut aller chercher les gens là où ils sont» : ces influenceurs qui remette… div.fig-grid4 > ul > li.fig-grid4__profile > a.fig-grid4__link |
Pourquoi le stylo-plume Montblanc reste prisé des étudiants en études supérieur… div.fig-grid4 > ul > li.fig-grid4__profile > a.fig-grid4__link |
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Performance issues directly impact user engagement and conversion rates.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| AttributionReporting | cdn.taboola.com/libtrc/unip/1028379/tfa.js line 2, col 82337 |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Send Feedback