Mobile 375 × 812

Desktop 1440 × 900

Score: 74 / 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.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Lean and efficient — low environmental impact per visit.
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.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
1 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
2 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
4 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/4c48aaa5-15b1-4d2e-af58-5358c0028004)<a href="https://beavercheck.com/results/4c48aaa5-15b1-4d2e-af58-5358c0028004"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fhuffingtonpost.fr" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fhuffingtonpost.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.
8 barrier(s) likely increasing bounce by ~23%.
Page loads in 3.8s
+5% bounceEvery additional 100ms above 2.5s costs conversions — you're 1.3s over
Fix: Target <2.5s LCP: defer non-critical scripts and optimize the hero image
High main-thread blocking time
+2% bouncePage is non-interactive for 348ms after first paint
Fix: Defer third-party scripts and split large bundles
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
1 form field(s) without a label
+2% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
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
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
15 broken link(s) on the page
+5% 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.
€440 investment → €2,043/month returns + EUR 120,500,000 risk avoided
€440
6h · 5 findings
€2,043 /mo
~€24,511 / year
EUR 120,500,000
if kept compliant
€80 — 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.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,002 / year if left unfixed
€120,500,000
+7 more
€0.19 /mo
2591.1 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.
2.72 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.83 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
348 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.007
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.12 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.
9.37 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.
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.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700... | 1.3 KiB | 813 ms |
| cmp.huffingtonpost.fr/js/tcfv2-stub.min.js | 6.0 KiB | 774 ms |
| /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/c... | 22.4 KiB | 453 ms |
| /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/c... | 6.5 KiB | |
| /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/c... | 549 B |
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| cmp.huffingtonpost.fr/js/huffpost.min.js | 120.0 s | 48.0 KiB |
| cdn.sitestream.co/libs/storylines/5.3.0/storylines.js | 86400.0 s | 53.0 KiB |
| static.chartbeat.com/js/chartbeat.js | 7200.0 s | 15.9 KiB |
| cdn.sitestream.co/libs/storylines/5.2/seenthis-player.110.trackerless.js | 86400.0 s | 16.3 KiB |
| cmp.huffingtonpost.fr/js/tcfv2-stub.min.js | 120.0 s | 6.0 KiB |
| static.bettergroup.fr/scripts/betterAdManager.js?site_id=c7fecfa8f17849aa | 3600.0 s | 5.5 KiB |
| applets.ebxcdn.com/ebx.js | 7200.0 s | 1.0 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 |
|---|---|
| huffingtonpost.fr/ | 757 ms |
| www.huffingtonpost.fr/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| www.huffingtonpost.fr/ | 1.2 s |
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.
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 | 924 ms |
| Other | 729 ms |
| Style & Layout | 688 ms |
| Script Parsing & Compilation | 265 ms |
| Rendering | 119 ms |
| Parse HTML & CSS | 83 ms |
| Garbage Collection | 35 ms |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/c... | 22.2 KiB | 20.0 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... | 187.7 KiB | 144.1 KiB |
| cdn.sitestream.co/libs/storylines/5.3.0/storylines.js | 52.1 KiB | 23.9 KiB |
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 | |
|---|---|
header.header > nav#navHeader > button#hamburger > img header.header > nav#navHeader > button#hamburger > img | /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/i... |
Newsletters div.footer-links-block > div.footer-socials > a > img | /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/i... |
Facebook div.footer-links-block > div.footer-socials > a > img | /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/i... |
Instagram div.footer-links-block > div.footer-socials > a > img | /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/i... |
Youtube div.footer-links-block > div.footer-socials > a > img | /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/i... |
RSS div.footer-links-block > div.footer-socials > a > img | /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/i... |
X div.footer-links-block > div.footer-socials > a > img | /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/i... |
nav#subNavLeft > div.subNavLeft-body > div.subNavLeft-head > img#subNavLeft-close nav#subNavLeft > div.subNavLeft-body > div.subNavLeft-head > img#subNavLeft-close | /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/i... |
arrow-down div.subNavLeft-categories > div.subNavLeft-block > div.subNavLeft-blockTitle > img.arrow | /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/i... |
arrow-down div.subNavLeft-categories > div.subNavLeft-block > div.subNavLeft-blockTitle > img.arrow | /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/i... |
arrow-down div.subNavLeft-categories > div.subNavLeft-block > div.subNavLeft-blockTitle > img.arrow | /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/i... |
arrow-down div.subNavLeft-categories > div.subNavLeft-block > div.subNavLeft-blockTitle > img.arrow | /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/i... |
arrow-down div.subNavLeft-categories > div.subNavLeft-block > div.subNavLeft-blockTitle > img.arrow | /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/i... |
arrow-down div.subNavLeft-categories > div.subNavLeft-block > div.subNavLeft-blockTitle > img.arrow | /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/i... |
arrow-down div.subNavLeft-categories > div.subNavLeft-block > div.subNavLeft-blockTitle > img.arrow | /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/i... |
arrow-down div.subNavLeft-categories > div.subNavLeft-block > div.subNavLeft-blockTitle > img.arrow | /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/i... |
arrow-down div.footer-links > div.footer-block > div#groupBtn > img.footer-arrow | /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/i... |
arrow-down div.footer-links > div.footer-links-block > div#legalBtn > img.footer-arrow | /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/i... |
arrow-down div.footer-links > div.footer-links-block > div.footer-section > img.footer-arrow | /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/i... |
Threads div.footer-links-block > div.footer-socials > a > img | /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/i... |
WhatsApp div.footer-links-block > div.footer-socials > a > img | /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/i... |
BlueSky div.footer-links-block > div.footer-socials > a > img | /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/i... |
TikTok div.footer-links-block > div.footer-socials > a > img | /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/i... |
Snapchat div.footer-links-block > div.footer-socials > a > img | /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/i... |
Dailymotion div.footer-links-block > div.footer-socials > a > img | /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/i... |
Flipboard div.footer-links-block > div.footer-socials > a > img | /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/i... |
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.website > header.header > nav#navHeader > button#hamburger div.website > header.header > nav#navHeader > button#hamburger |
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 |
|---|
nav#subNavLeft > div.subNavLeft-body > div.subNavLeft-head > img#subNavLeft-close nav#subNavLeft > div.subNavLeft-body > div.subNavLeft-head > img#subNavLeft-close |
header.header > nav#navHeader > button#hamburger > img header.header > nav#navHeader > button#hamburger > img |
div#mobileNavToggle > div.blockMobilNav-items > a.blockMobilNav-items-link > img.blockMobilNav-items-icon div#mobileNavToggle > div.blockMobilNav-items > a.blockMobilNav-items-link > img.blockMobilNav-items-icon |
div#mobileNavToggle > div.blockMobilNav-items > a.blockMobilNav-items-link > img.blockMobilNav-items-icon div#mobileNavToggle > div.blockMobilNav-items > a.blockMobilNav-items-link > img.blockMobilNav-items-icon |
div.newsletter-block-form > div.newsletter-block-content > div.newsletter-block-input > img div.newsletter-block-form > div.newsletter-block-content > div.newsletter-block-input > img |
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 |
|---|
nav#subNavLeft > div.subNavLeft-body > div.subNavLeft-head > a.subNavLeft-logo nav#subNavLeft > div.subNavLeft-body > div.subNavLeft-head > a.subNavLeft-logo |
div.website > header.header > nav#navHeader > a.navHeader-logo div.website > header.header > nav#navHeader > a.navHeader-logo |
div.website > footer#desktop__main_footer > div.siteContent > a.footer-logo div.website > footer#desktop__main_footer > div.siteContent > a.footer-logo |
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 |
|---|
FAIRE UN DON div.website > header.header > nav#navHeader > a.navHeader-donation |
Les sites du groupe div.siteContent > div.footer-links > div.footer-block > div#groupBtn |
Légal - Infos div.siteContent > div.footer-links > div.footer-links-block > div#legalBtn |
Suivez-nous div.siteContent > div.footer-links > div.footer-links-block > div.footer-section |
These are opportunities to improve the legibility of your content.
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
Ce que cache le gloubi-boulga de la présidentielle, un an avant l’échéance div.pageContent-left > section.newsFeaturedArticle > a > img | /2026/04/21/350/0/6720/3780/425/239/70/0/3e551a6_upload-1... | 412 x 232 | 425 x 239 | 618 x 348 |
Victor, Dylan et Antoine pendant une épreuve de « Top Chef » section.newsUne > a.newsUne-item > div.newsUne-media > img | /2026/04/22/0/1024/3296/3296/105/105/70/0/5631f76_upload-... | 105 x 105 | 105 x 105 | 158 x 158 |
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
VIDÉO div.blockMobilNav > div#mobileNavToggle > div.blockMobilNav-items > a.blockMobilNav-items-link |
partenaires (315) div.gdpr-hfp-wall__content > div.gdpr-hfp-wall__paragraph > p.gdpr-hfp-wall__text > a |
partenaires publicitaires div.gdpr-hfp-wall__paragraph > div.gdpr-hfp-wall__block > p.gdpr-hfp-wall__answer > a |
autres partenaires div.gdpr-hfp-wall__paragraph > div.gdpr-hfp-wall__block > p.gdpr-hfp-wall__answer > a |
ici div.gdpr-hfp-wall__block > p.gdpr-hfp-wall__answer > span.gdpr-hfp-wall__tcf > a |
Se connecter div.gdpr-hfp-wall__container > div.gdpr-hfp-wall__footer > p.gdpr-hfp-wall__login > a.cookiewall__link |
To appear in search results, crawlers need access to your app.
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 |
|---|
nav#subNavLeft > div.subNavLeft-body > div.subNavLeft-head > img#subNavLeft-close nav#subNavLeft > div.subNavLeft-body > div.subNavLeft-head > img#subNavLeft-close |
header.header > nav#navHeader > button#hamburger > img header.header > nav#navHeader > button#hamburger > img |
div#mobileNavToggle > div.blockMobilNav-items > a.blockMobilNav-items-link > img.blockMobilNav-items-icon div#mobileNavToggle > div.blockMobilNav-items > a.blockMobilNav-items-link > img.blockMobilNav-items-icon |
div#mobileNavToggle > div.blockMobilNav-items > a.blockMobilNav-items-link > img.blockMobilNav-items-icon div#mobileNavToggle > div.blockMobilNav-items > a.blockMobilNav-items-link > img.blockMobilNav-items-icon |
div.newsletter-block-form > div.newsletter-block-content > div.newsletter-block-input > img div.newsletter-block-form > div.newsletter-block-content > div.newsletter-block-input > img |
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.00 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.02 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 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.17 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.
1.02 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.
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.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| /css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700... | 1.3 KiB | 264 ms |
| cmp.huffingtonpost.fr/js/tcfv2-stub.min.js | 5.9 KiB | 206 ms |
| /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/c... | 22.5 KiB | |
| /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/c... | 488 B | |
| /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/c... | 6.5 KiB |
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| cmp.huffingtonpost.fr/js/huffpost.min.js | 120.0 s | 48.0 KiB |
| static.chartbeat.com/js/chartbeat.js | 7200.0 s | 15.9 KiB |
| cmp.huffingtonpost.fr/js/tcfv2-stub.min.js | 120.0 s | 5.9 KiB |
| static.bettergroup.fr/scripts/betterAdManager.js?site_id=c7fecfa8f17849aa | 3600.0 s | 5.5 KiB |
| applets.ebxcdn.com/ebx.js | 7200.0 s | 1.0 KiB |
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 | |
|---|---|---|---|
Ce que cache le gloubi-boulga de la présidentielle, un an avant l’échéance div.pageContent-left > section.newsFeaturedArticle > a > img | /2026/04/21/350/0/6720/3780/768/432/70/0/3e551a6_upload-1... | 41.5 KiB | 12.7 KiB |
Shrimps are seen on a stand at the Central Municipal Market in Athens, Greece o… section.newsUne > a.newsUne-item > div.newsUne-media > img | /2026/04/22/236/0/4539/2553/192/108/70/0/07e6422_upload-1... | 8.1 KiB | 4.7 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/c... | 22.2 KiB | 19.6 KiB |
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 | |
|---|---|
header.header > nav#navHeader > button#hamburger > img header.header > nav#navHeader > button#hamburger > img | /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/i... |
nav#subNavLeft > div.subNavLeft-body > div.subNavLeft-head > img#subNavLeft-close nav#subNavLeft > div.subNavLeft-body > div.subNavLeft-head > img#subNavLeft-close | /bucket/assets/7c7240409a2eefbfce1d6b747b6b21ec56048bfc/i... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| huffingtonpost.fr/ | 206 ms |
| www.huffingtonpost.fr/ | 0.0 ms |
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.website > header.header > nav#navHeader > button#hamburger div.website > header.header > nav#navHeader > button#hamburger |
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 |
|---|
nav#subNavLeft > div.subNavLeft-body > div.subNavLeft-head > img#subNavLeft-close nav#subNavLeft > div.subNavLeft-body > div.subNavLeft-head > img#subNavLeft-close |
header.header > nav#navHeader > button#hamburger > img header.header > nav#navHeader > button#hamburger > img |
div.newsletter-block-form > div.newsletter-block-content > div.newsletter-block-input > img div.newsletter-block-form > div.newsletter-block-content > div.newsletter-block-input > img |
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 |
|---|
nav#subNavLeft > div.subNavLeft-body > div.subNavLeft-head > a.subNavLeft-logo nav#subNavLeft > div.subNavLeft-body > div.subNavLeft-head > a.subNavLeft-logo |
div.website > header.header > nav#navHeader > a.navHeader-logo div.website > header.header > nav#navHeader > a.navHeader-logo |
div.website > footer#desktop__main_footer > div.siteContent > a.footer-logo div.website > footer#desktop__main_footer > div.siteContent > a.footer-logo |
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 |
|---|
Faire un don au HuffPost div.website > header.header > nav#navHeader > a.navHeader-donation |
LE 15 DU MOIS header.header > nav#subNav > div.subNav-items > a.item |
00h22 div.timeline-container > div.timeline-wrapper > a.timeline-wrapper--items > p.item |
23h42 div.timeline-container > div.timeline-wrapper > a.timeline-wrapper--items > p.item |
22h41 div.timeline-container > div.timeline-wrapper > a.timeline-wrapper--items > p.item |
21h48 div.timeline-container > div.timeline-wrapper > a.timeline-wrapper--items > p.item |
Plus d'articles div > div.timeline-show_more--wrapper > div.timeline-show_more--articles > a.timeline__next-arrow |
Les sites du groupe div.siteContent > div.footer-links > div.footer-block > div#groupBtn |
Suivez-nous div.siteContent > div.footer-links > div.footer-links-block > div.footer-section |
Légal - Infos div.siteContent > div.footer-links > div.footer-links-block > div#legalBtn |
These are opportunities to improve the legibility of your content.
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
partenaires (315) div.gdpr-hfp-wall__content > div.gdpr-hfp-wall__paragraph > p.gdpr-hfp-wall__text > a |
partenaires publicitaires div.gdpr-hfp-wall__paragraph > div.gdpr-hfp-wall__block > p.gdpr-hfp-wall__answer > a |
autres partenaires div.gdpr-hfp-wall__paragraph > div.gdpr-hfp-wall__block > p.gdpr-hfp-wall__answer > a |
ici div.gdpr-hfp-wall__block > p.gdpr-hfp-wall__answer > span.gdpr-hfp-wall__tcf > a |
Se connecter div.gdpr-hfp-wall__container > div.gdpr-hfp-wall__footer > p.gdpr-hfp-wall__login > a.cookiewall__link |
To appear in search results, crawlers need access to your app.
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 |
|---|
nav#subNavLeft > div.subNavLeft-body > div.subNavLeft-head > img#subNavLeft-close nav#subNavLeft > div.subNavLeft-body > div.subNavLeft-head > img#subNavLeft-close |
header.header > nav#navHeader > button#hamburger > img header.header > nav#navHeader > button#hamburger > img |
div.newsletter-block-form > div.newsletter-block-content > div.newsletter-block-input > img div.newsletter-block-form > div.newsletter-block-content > div.newsletter-block-input > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback