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.
Heavier than average — reducing page weight saves energy and bandwidth.
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.
Page weighs 8.5 MB (5.5 MB transferred)
Performance issues directly impact user engagement and conversion rates.
2 control(s) without accessible label
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/7cb1326c-7c4c-4330-b909-cd95945fd905)<a href="https://beavercheck.com/results/7cb1326c-7c4c-4330-b909-cd95945fd905"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fbfmtv.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fbfmtv.comThis 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 17.4s 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.
7 barrier(s) likely increasing bounce by ~29%.
Page takes 17.4s to load
+12% bounceUsers abandon at ~3s — you're 14.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.3s
+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
2 form field(s) without a label
+4% 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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€425 investment → €1.27/month returns + EUR 120,500,000 risk avoided
€425
5h · 5 findings
€1.27 /mo
~€15 / year
EUR 120,500,000
if kept compliant
€128 — 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 €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,015 / year if left unfixed
€120,500,000
+9 more
€1.27 /mo
17207.8 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.
5.65 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
17.41 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.33 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
7.47 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.89 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.
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 | |
|---|---|---|---|
Direct BFM2 ul.slider_container > li.pastille_item > a > img | www.bfmtv.com/assets/v20/images/direct_bfm2.390f3e1dbcfd471e7fa50ea131a411a8.jpg | 64.8 KiB | 62.3 KiB |
Direct BFM Lyon ul.slider_container > li.pastille_item > a > img | www.bfmtv.com/assets/v20/images/direct_lyon.ae40d3116ed2e3a75414ed2d93034429.jpg | 64.2 KiB | 61.7 KiB |
Direct BFM Toulon Var ul.slider_container > li.pastille_item > a > img | www.bfmtv.com/assets/v20/images/direct_var.fe3fb2af0fef5081efbf597e7a3754e6.jpg | 54.7 KiB | 52.2 KiB |
Direct BFM Grand Littoral ul.slider_container > li.pastille_item > a > img | /assets/v20/images/direct_grand_littoral.5baac230396a66d5... | 54.2 KiB | 51.7 KiB |
Direct BFM Nice Côte d'Azur ul.slider_container > li.pastille_item > a > img | www.bfmtv.com/assets/v20/images/direct_azur.db992928fdc6b46b261a8711af46a950.jpg | 54.1 KiB | 51.6 KiB |
Direct BFM Alsace ul.slider_container > li.pastille_item > a > img | /assets/v20/images/direct_alsace.84569da40b0892fe0050c632... | 53.0 KiB | 50.5 KiB |
ROBIN DE BFM - Le procès de l'élève accusé d'avoir tué Agnès Lassalle s'est ouv… article.content_item > div.slider_filter_bg > picture.content_item_cover > img.lozad | /qzebWXFylL7u9Z3fHsB0Jp5zHs8=/0x0:608x1080/508x0/video/br... | 66.7 KiB | 50.0 KiB |
Direct BFM Grand Lille ul.slider_container > li.pastille_item > a > img | /assets/v20/images/direct_grand_lille.2ba4b5f26ff8b7f8204... | 48.3 KiB | 45.8 KiB |
Direct BFM DICI Haute-provence ul.slider_container > li.pastille_item > a > img | /assets/v20/images/direct_dici_provence.7040976ac02ba5a8d... | 46.2 KiB | 43.7 KiB |
Direct BFM Marseille Provence ul.slider_container > li.pastille_item > a > img | /assets/v20/images/direct_marseille.fba0219f91b2f6eaa1e3b... | 45.5 KiB | 43.0 KiB |
Des experts médico-légaux et des membres de la Croix-Rouge descendent un corps … a > figure.duo_caption > picture.content_item_cover > img.lozad | /U0s-5yN5VBSNkby_Ag0-YDQiN68=/0x106:2048x1258/840x0/image... | 52.6 KiB | 39.7 KiB |
Direct BFM DICI Alpes du Sud ul.slider_container > li.pastille_item > a > img | /assets/v20/images/direct_dici_alpes_sud.ca3e1e90340a87c9... | 39.5 KiB | 37.0 KiB |
Des parieurs de Polymarket ont-ils manipulé un capteur de Météo France pour s'… article.content_item > div.slider_filter_bg > picture.content_item_cover > img.lozad | /DIftb5Fn4Iu6Akf_NAXD-5hqVhA=/0x0:608x1080/508x0/video/br... | 48.7 KiB | 36.5 KiB |
Direct BFM Business ul.slider_container > li.pastille_item > a > img | /assets/v20/images/direct_business.9b322906bb512bf208327a... | 38.7 KiB | 36.2 KiB |
Lens-Toulouse en Coupe de France, le 21 avril 2026 a > figure.duo_caption > picture.content_item_cover > img.lozad | /AJQu39cb0DT8PcMbtqNUNxRTbZs=/0x111:2048x1263/840x0/image... | 45.3 KiB | 34.1 KiB |
Italie: elle célèbre son but en rendant hommage à son entraîneur décédé article.content_item > div.slider_filter_bg > picture.content_item_cover > img.lozad | /0ruVTWqOImVY-u647Jbn42wFcGI=/0x0:608x1080/508x0/video/br... | 44.2 KiB | 33.1 KiB |
Sébastien Lecornu, le 21 avril 2026 a > figure.duo_caption > picture.content_item_cover > img.lozad | /J1EhSSK6vc8G-oPaPa_sYhDcG2w=/0x0:1920x1080/840x0/images/... | 38.8 KiB | 29.2 KiB |
Rio de Janeiro: plus de 200 touristes ont été bloqués plusieurs heures par une … article.content_item > div.slider_filter_bg > picture.content_item_cover > img.lozad | /3THns1yvf3mwAfMyRv2-SDdzPkU=/0x0:608x1080/508x0/video/br... | 37.2 KiB | 27.9 KiB |
L'app BFMTV devient BFM a > div.bloc_evenement_content > div.bloc_evenement_img > img.lozad | /bn__tGLpBZXVp2mkhvwACYgwj-c=/0x0:0x0/626x0/site_manager_... | 37.8 KiB | 26.7 KiB |
Des proches assistent aux obsèques d'Agnès Lassalle, professeure de français, e… a > figure.duo_caption > picture.content_item_cover > img.lozad | /KdEr-Bh8Rx53164l0OyLKZb6fPY=/0x103:2048x1255/840x0/image... | 33.6 KiB | 25.3 KiB |
Prix des carburants: le gouvernement annonce une aide pour près de "trois milli… article.content_item > div.slider_filter_bg > picture.content_item_cover > img.lozad | /5wYshvYAAPezD6mxI8PXb_UpZOM=/0x0:608x1080/508x0/video/br... | 33.4 KiB | 25.1 KiB |
Nouveau podcast a > div.bloc_evenement_content > div.bloc_evenement_img > img.lozad | /e2jBgV82td1mvgR1WysZlZ0thV8=/0x0:0x0/626x0/site_manager_... | 35.8 KiB | 24.7 KiB |
Un pêcheur à l'aimant remonte le cadavre d'un crocodile à Roubaix article.content_item > div.slider_filter_bg > picture.content_item_cover > img.lozad | /uS4eeNXF9VLVl8UMtDn7q3M4qK4=/0x0:608x1080/508x0/video/br... | 32.9 KiB | 24.7 KiB |
Emmanuel Macron rend hommage aux héros du Bataclan lors d'une remise de décorat… article.content_item > div.slider_filter_bg > picture.content_item_cover > img.lozad | /9YzU-pw0IZ7JqpRrk7fVWrb6N60=/0x0:608x1080/508x0/video/br... | 28.8 KiB | 21.6 KiB |
Le président américain Donald Trump présent dans le bureau ovale de la Maison B… article.une_topic > a > picture.content_item_cover > img.lozad | /r5gUPFjHO8E4UmwUvOh_ByyqbiA=/386x105:2046x1350/840x0/ima... | 27.8 KiB | 21.1 KiB |
Liban: Emmanuel Macron appelle Israël à "renoncer à ses visées territoriales" article.content_item > div.slider_filter_bg > picture.content_item_cover > img.lozad | /V6MhuAwb0rrn81V-eMyxJt27dNA=/0x0:608x1080/508x0/video/br... | 27.5 KiB | 20.6 KiB |
Le président américain Donald Trump s'exprime dans le Bureau ovale après avoir … a > figure.duo_caption > picture.content_item_cover > img.lozad | /q5pPnei3Tf0YlYTOUYdgNopUW7g=/0x107:2048x1259/840x0/image... | 25.3 KiB | 19.1 KiB |
Mexique: une touriste tuée et une dizaine de blessés dans une fusillade sur une… article.content_item > div.slider_filter_bg > picture.content_item_cover > img.lozad | /JRtV0Q55Sm59E2dynVlEmcsYt3M=/0x0:608x1080/508x0/video/br... | 24.3 KiB | 18.2 KiB |
Robert Boulin au "Club de la presse" d'Europe 1 à Paris le 19 octobre 1979 à Pa… a > figure.duo_caption > picture.content_item_cover > img.lozad | /kIDYOQLi_rb3AVKjabhyk8FTdUg=/3x244:499x523/840x0/images/... | 24.1 KiB | 18.2 KiB |
Emmanuel Macron remet la Légion d’honneur aux forces de l'ordre et pompiers in… article.content_item > div.slider_filter_bg > picture.content_item_cover > img.lozad | /tEuqmICTMc7xwS75Y_X6DJrQ1EA=/0x0:608x1080/508x0/video/br... | 24.0 KiB | 18.0 KiB |
Le chef du FBI, Kash Patel, porteplainte contre le magazine The Atlantic après … article.content_item > div.slider_filter_bg > picture.content_item_cover > img.lozad | /zc8MB916IN64_F9ywChgEz0hxLQ=/0x0:608x1080/508x0/video/br... | 23.1 KiB | 17.3 KiB |
Le patron de Renaissance, Gabriel Attal, le 11 mars 2026 à Matignon a > figure.duo_caption > picture.content_item_cover > img.lozad | /NyHuKO5X5eIw0i35-W1P7iE0FUY=/0x58:2048x1210/840x0/images... | 22.4 KiB | 16.9 KiB |
div.blocs_score_equipe > div.blocs_score_logo > picture > img div.blocs_score_equipe > div.blocs_score_logo > picture > img | /QL8Q60aKcWG0CK1LqALeui74nLk=/0x0:0x0/88x0/sport/equipes/... | 17.0 KiB | 16.8 KiB |
Trump accuse l'Iran d'avoir "violé le cessez-le-feu à de nombreuses reprises" article.content_item > div.slider_filter_bg > picture.content_item_cover > img.lozad | /VyKSTuKGxJembt5sRpg6T8WuZbE=/0x0:608x1080/508x0/video/br... | 22.1 KiB | 16.6 KiB |
Un passeport français. a > figure.duo_caption > picture.content_item_cover > img.lozad | /SVKcUHCqp3QQWRMU_Wmu3Ha8W_o=/0x106:2048x1258/840x0/image... | 22.0 KiB | 16.6 KiB |
Conflit au Moyen-Orient: informer en temps de guerre article.content_item > div.slider_filter_bg > picture.content_item_cover > img.lozad | /1ib_8-CJ9SC9AWauy5H3APqhjQg=/0x0:608x1080/508x0/video/br... | 20.2 KiB | 15.1 KiB |
Sébastien Lecornu, le 17 juin 2025. a > figure.duo_caption > picture.content_item_cover > img.lozad | /56dtz1EZ7VcVQRfij5jCm-iV2fg=/0x181:2048x1333/840x0/image... | 16.9 KiB | 12.7 KiB |
div.blocs_score_equipe > div.blocs_score_logo > picture > img div.blocs_score_equipe > div.blocs_score_logo > picture > img | /CNvxv4FT9urX9TMy4y_-WVfIcNc=/0x0:0x0/88x0/sport/equipes/... | 11.6 KiB | 10.4 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.
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 |
|---|---|
| bfmtv.com/ | 818 ms |
| www.bfmtv.com/ | 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 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 |
|---|---|---|
| www.bfmtv.com/assets/v20/css/home.db01f72159f5d662b138.css | 19.4 KiB | 16.2 KiB |
| 17.2 KiB | 14.2 KiB | |
| www.bfmtv.com/assets/v20/css/global.9b769cdf1baf89682ed7.css | 14.5 KiB | 10.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 |
|---|---|---|
| www.bfmtv.com/assets/v20/js/global.4b0bd62b2efb6f1bfffa.js | 193.6 KiB | 167.6 KiB |
| imasdk.googleapis.com/js/sdkloader/ima3.js | 146.5 KiB | 108.1 KiB |
| /sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.... | 101.5 KiB | 43.9 KiB |
| www.bfmtv.com/assets/v20/js/sliderVertical.a4fee3c66da7fc42e6da.js | 37.7 KiB | 22.3 KiB |
| utiq.bfmtv.com/utiqLoader.js | 40.5 KiB | 22.0 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 | 2.8 s |
| Other | 2.4 s |
| Style & Layout | 1.5 s |
| Script Parsing & Compilation | 570 ms |
| Parse HTML & CSS | 372 ms |
| Rendering | 213 ms |
| Garbage Collection | 133 ms |
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 | |
|---|---|
Episode 1 : "la prison, c'est le Club Med" div.content_top_episode > a > picture.content_item_picture > img | /tDARGAzpfIfPGz2z-AcKq8UaiIo=/0x0:0x0/456x0/podcast/podca... |
Cryptomonnaie, goodies, projets immobiliers…: comment la fortune de Donald Trum… div.content_top_episode > a > picture.content_item_picture > img | /abdIhruefn80BHh77KmT_qL41qg=/0x0:0x0/456x0/podcast/podca... |
Episode 1 - Dans les pas de Sophie Adenot div.content_top_episode > a > picture.content_item_picture > img | /2kBjUHVw3XfcbnpuJN8DeuM94jc=/0x0:0x0/456x0/podcast/podca... |
Comment Victor Wembanyama s'est-il imposé comme le meilleur défenseur de la NBA? div.content_top_episode > a > picture.content_item_picture > img | /uEk_q0zkwf2P5-6z1rgberfg0EQ=/0x0:0x0/456x0/podcast/podca... |
Pourquoi les entreprises françaises freinent-elles sur les embauches? div.content_top_episode > a > picture.content_item_picture > img | /BvNdYPHnxkdKzjPx-gkj4tQsLvY=/0x0:0x0/456x0/podcast/podca... |
1960-1974: Une éducation politique div.content_top_episode > a > picture.content_item_picture > img | /bQ3eaoOFuJ6yyzmD9ThyyvqG_fw=/0x0:0x0/456x0/podcast/podca... |
Faut-il cohabiter avec les espèces dites nuisibles? div.content_top_episode > a > picture.content_item_picture > img | /wR5omn-7kV_B2xRk-LkRLisLZ-U=/0x0:0x0/456x0/podcast/podca... |
7 MINUTES POUR COMPRENDRE : Chine, défilé militaire ou une menace envers Trump … div.content_top_episode > a > picture.content_item_picture > img | /hS9vdWwyT4QgKOHPNW911t0ipck=/0x0:0x0/456x0/podcast/podca... |
Les sculptures sur glace div.content_top_episode > a > picture.content_item_picture > img | /EWDZh_i_smFjVGaULyCfBimHDx4=/0x0:0x0/456x0/podcast/podca... |
Centenaire d'Elizabeth II: l'affaire Andrew a-t-elle entaché à jamais l'héritag… div.content_top_episode > a > picture.content_item_picture > img | /xR04jhlb1L1OvCnQvY-ArQa3xZU=/0x0:0x0/456x0/podcast/podca... |
BFM body.bfmtv > div#android_banner > div.android_banner_logo > img | www.bfmtv.com/assets/v20/images/BFM.fae8c910a953dbde2c50a70e64c1fc59.svg |
Utiq div.didomi-popup-notice-text > p > a > img | d2tbbu397eeoxj.cloudfront.net/website/logos/utiq-com.svg |
Utiq p > div#utiq_consent_text > h4 > img | d2tbbu397eeoxj.cloudfront.net/website/logos/utiq-com.svg |
div.blocs_score_equipe > div.blocs_score_logo > picture > img div.blocs_score_equipe > div.blocs_score_logo > picture > img | /CNvxv4FT9urX9TMy4y_-WVfIcNc=/0x0:0x0/88x0/sport/equipes/... |
div.blocs_score_equipe > div.blocs_score_logo > picture > img div.blocs_score_equipe > div.blocs_score_logo > picture > img | /QL8Q60aKcWG0CK1LqALeui74nLk=/0x0:0x0/88x0/sport/equipes/... |
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.
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 |
|---|
Toute l'actualité div#bloc_duo_home_fleuve_1579094701695 > section#block_news24_home > h3#block_news24_simple_footer > a |
23h16 article.content_item > a > div.content_item_time > time.content_live_time |
23h16 article.content_item > a > div.content_item_time > time.content_live_time |
LIVE TERMINÉ article.duo_liste > a > figure.duo_caption > div.flag_article |
Tout voir div#list_rubrique_1772543125665 > ul#block_linksrubrique_1772543125665 > li > a |
Tout voir div#list_rubrique_1750682126538 > ul#block_linksrubrique_1750682126538 > li > a |
Toutes les vidéos div#list_slider_slider_media_1579614731850 > ul#slider_links_slider_media_1579614731850 > li > a |
31:45 div.content_top_episode > div.content_picto > div.podcast_item_infos > div.podcast_item_duration |
Tous les podcasts div#list_slider_slider_multi_podcasts_1691749734161 > ul#slider_links_slider_multi_podcasts_1691749734161 > li > a |
Toute la politique div#list_rubrique_1739283728378 > ul#block_linksrubrique_1739283728378 > li > a |
Toute l'éco div#list_rubrique_1579614195569 > ul#block_linksrubrique_1579614195569 > li > a |
Tout le sport div#list_rubrique_1579614813850 > ul#block_linksrubrique_1579614813850 > li > a |
Tous les longs formats div#list_slider_slider_manuel_1651746354738 > ul#slider_links_slider_manuel_1651746354738 > li > a |
Tout l'international div#list_rubrique_1698250268555 > ul#block_linksrubrique_1698250268555 > li > a |
Toute la culture div#list_rubrique_1579614899441 > ul#block_linksrubrique_1579614899441 > li > a |
Toute la tech div#list_rubrique_1579615239581 > ul#block_linksrubrique_1579615239581 > li > a |
Tout voir div#list_rubriques_trio_1579615425255_1 > ul#block_linksrubriques_trio_1579615425255_1 > li > a |
Tout voir div#list_rubriques_trio_1579615425255_2 > ul#block_linksrubriques_trio_1579615425255_2 > li > a |
Tout voir div#list_rubriques_trio_1579615425255_3 > ul#block_linksrubriques_trio_1579615425255_3 > li > a |
Tout voir div#list_rubriques_trio_1649241146799_1 > ul#block_linksrubriques_trio_1649241146799_1 > li > a |
Tout voir div#list_rubriques_trio_1649241146799_2 > ul#block_linksrubriques_trio_1649241146799_2 > li > a |
Tout voir div#list_rubriques_trio_1649241146799_3 > ul#block_linksrubriques_trio_1649241146799_3 > li > a |
Tout voir div#list_rubriques_trio_1649241943443_1 > ul#block_linksrubriques_trio_1649241943443_1 > li > a |
Tout voir div#list_rubriques_trio_1649241943443_2 > ul#block_linksrubriques_trio_1649241943443_2 > li > a |
Tout voir div#list_rubriques_trio_1649241943443_3 > ul#block_linksrubriques_trio_1649241943443_3 > li > a |
BFM Pratique div#list_slider_slider_media_1599133169099 > ul#slider_links_slider_media_1599133169099 > li > a |
Voir plus div.grid_column > div.liste_items > div.block_links_container > a |
Voir plus div.grid_column > div.liste_items > div.block_links_container > a |
Api Restauration div.grid_column > div.liste_items > div.item_container > span.item_text2 |
AmRest KFC div.grid_column > div.liste_items > div.item_container > span.item_text2 |
GEODIS div.grid_column > div.liste_items > div.item_container > span.item_text2 |
GEODIS div.grid_column > div.liste_items > div.item_container > span.item_text2 |
Aftral div.grid_column > div.liste_items > div.item_container > span.item_text2 |
Voir toutes les offres d'emploi sur HelloWork div.grid_column > div.liste_items > div.block_links_container > a |
Voir plus div.grid_column > div.liste_items > div.block_links_container > a |
BFMTV div.footer_wrapper_middle > div.footer_wrapper_middle_content > div.footer_col > div.footer_col_title |
Nos services div.footer_wrapper_middle > div.footer_wrapper_middle_content > div.footer_col > div.footer_col_title |
En savoir plus div.footer_wrapper_middle > div.footer_wrapper_middle_content > div.footer_col > div.footer_col_title |
Les sites du groupe div.footer_wrapper_middle > div.footer_wrapper_middle_content > div.footer_col > div.footer_col_title |
© Copyright 2006-2026 BFMTV.com. Tous droits réservés. Site édité par NextInter… body.bfmtv > footer#footer_bottom > div.footer_container > p.footer_copyright |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Use of Utiq technology powered by your telecom operator div.didomi-popup-notice-text > p > div#utiq_consent_text > h4 |
These are opportunities to improve keyboard navigation in your application.
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 |
|---|
Learn More → div.didomi-popup-container > div.didomi-popup-view > div#buttons > button#didomi-notice-learn-more-button |
Agree and close div.didomi-popup-container > div.didomi-popup-view > div#buttons > button#didomi-notice-agree-button |
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.
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.bfmtv.com/cookies/#utiq | here |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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 |
|---|
BFM Business div.slider_wrapper > ul.slider_container > li.content_item > a |
BFM Locales div.slider_wrapper > ul.slider_container > li.content_item > a |
BFM Bourse div.slider_wrapper > ul.slider_container > li.content_item > a |
BFM Tech div.slider_wrapper > ul.slider_container > li.content_item > a |
RMC div.slider_wrapper > ul.slider_container > li.content_item > a |
RMC Sport div.slider_wrapper > ul.slider_container > li.content_item > a |
RMC Conso div.slider_wrapper > ul.slider_container > li.content_item > a |
RMC BFM Play div.slider_wrapper > ul.slider_container > li.content_item > a |
RMC Découverte div.slider_wrapper > ul.slider_container > li.content_item > a |
RMC Life div.slider_wrapper > ul.slider_container > li.content_item > a |
RMC Story div.slider_wrapper > ul.slider_container > li.content_item > a |
To appear in search results, crawlers need access to your app.
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.
1.70 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
118 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.001
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.51 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.74 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.
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 | |
|---|---|---|---|
Direct BFM2 ul.slider_container > li.pastille_item > a > img | www.bfmtv.com/assets/v20/images/direct_bfm2.390f3e1dbcfd471e7fa50ea131a411a8.jpg | 64.8 KiB | 62.3 KiB |
Direct BFM Business ul.slider_container > li.pastille_item > a > img | /assets/v20/images/direct_business.9b322906bb512bf208327a... | 38.7 KiB | 36.2 KiB |
L'app BFMTV devient BFM a > div.bloc_evenement_content > div.bloc_evenement_img > img.lozad | /bn__tGLpBZXVp2mkhvwACYgwj-c=/0x0:0x0/626x0/site_manager_... | 37.8 KiB | 30.6 KiB |
Nouveau podcast a > div.bloc_evenement_content > div.bloc_evenement_img > img.lozad | /e2jBgV82td1mvgR1WysZlZ0thV8=/0x0:0x0/626x0/site_manager_... | 35.8 KiB | 25.1 KiB |
placeholder video a > div#video_player_6321040605112 > video-js#player_6321040605112 > img | /assets/v20/images/BFMTV_placeholder_direct.4a6505dff89f6... | 24.7 KiB | 23.7 KiB |
La 28e édition de la Marche des Fiertés a réuni des milliers de Nordistes. article.content_item > a > picture.content_item_cover_small > img.lozad | /GX0_mp0xCO6-KIJFRFjvE5a9I5c=/0x0:1920x1080/316x0/images/... | 19.4 KiB | 17.8 KiB |
Mike James lors de Panathinaïkos-Monaco en Euroligue, le 21 avril 2026 article.content_item > a > picture.content_item_cover_small > img.lozad | /aoYn7FNQk9Zc-lfW0tzu7iUcjZI=/0x34:2048x1186/316x0/images... | 15.5 KiB | 13.9 KiB |
div.blocs_score_equipe > div.blocs_score_logo > picture > img div.blocs_score_equipe > div.blocs_score_logo > picture > img | /C5im-mKLgfuj0StxCZOym0YHPEk=/0x0:0x0/48x0/sport/equipes/... | 6.3 KiB | 5.9 KiB |
Le Xbox Game Pass article.content_item > a > picture.content_item_cover_small > img.lozad | /WRR9ZM8FMHhx5NuFfkt8v5vhRoI=/296x1:1656x766/316x0/images... | 13.7 KiB | 4.6 KiB |
div.blocs_score_equipe > div.blocs_score_logo > picture > img div.blocs_score_equipe > div.blocs_score_logo > picture > img | /lHQXT07C2KqhIwSLukFVE_nAKf8=/0x0:0x0/48x0/sport/equipes/... | 4.8 KiB | 4.4 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.
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.
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.
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 |
|---|---|
| bfmtv.com/ | 295 ms |
| www.bfmtv.com/ | 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.
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 |
|---|---|
| Other | 1.3 s |
| Script Evaluation | 1.2 s |
| Style & Layout | 760 ms |
| Rendering | 272 ms |
| Script Parsing & Compilation | 176 ms |
| Parse HTML & CSS | 108 ms |
| Garbage Collection | 36 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 |
|---|---|---|
| 17.2 KiB | 14.5 KiB | |
| www.bfmtv.com/assets/v20/css/home.db01f72159f5d662b138.css | 19.4 KiB | 13.7 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 |
|---|---|---|
| www.bfmtv.com/assets/v20/js/global.4b0bd62b2efb6f1bfffa.js | 193.6 KiB | 167.4 KiB |
| imasdk.googleapis.com/js/sdkloader/ima3.js | 146.5 KiB | 108.1 KiB |
| players.brightcove.net/876450610001/ddff4JxPe_default/index.min.js | 223.2 KiB | 90.4 KiB |
| /sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.... | 101.5 KiB | 43.9 KiB |
| www.bfmtv.com/assets/v20/js/sliderVertical.a4fee3c66da7fc42e6da.js | 37.7 KiB | 22.7 KiB |
| utiq.bfmtv.com/utiqLoader.js | 40.5 KiB | 22.0 KiB |
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.
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.
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 |
|---|
its 160 IAB partners and its 17 other partners div.didomi-popup-notice-text-container > div.didomi-popup-notice-text > p > a |
LIVE TERMINÉ article.duo_liste > a > figure.duo_caption > div.flag_article |
En ce moment : BFM Grand Soir a > div.direct_title > div.direct_title_content > p |
23h16 article.content_item > a > div.content_item_time > time.content_live_time |
23h16 article.content_item > a > div.content_item_time > time.content_live_time |
22h03 article.content_item > a > div.content_item_time > time.content_live_time |
21h58 article.content_item > a > div.content_item_time > time.content_live_time |
20h36 article.content_item > a > div.content_item_time > time.content_live_time |
20h33 article.content_item > a > div.content_item_time > time.content_live_time |
20h22 article.content_item > a > div.content_item_time > time.content_live_time |
20h19 article.content_item > a > div.content_item_time > time.content_live_time |
20h16 article.content_item > a > div.content_item_time > time.content_live_time |
20h12 article.content_item > a > div.content_item_time > time.content_live_time |
20h10 article.content_item > a > div.content_item_time > time.content_live_time |
19h55 article.content_item > a > div.content_item_time > time.content_live_time |
19h54 article.content_item > a > div.content_item_time > time.content_live_time |
19h46 article.content_item > a > div.content_item_time > time.content_live_time |
19h43 article.content_item > a > div.content_item_time > time.content_live_time |
18h53 article.content_item > a > div.content_item_time > time.content_live_time |
18h51 article.content_item > a > div.content_item_time > time.content_live_time |
18h50 article.content_item > a > div.content_item_time > time.content_live_time |
Toute l'actualité div.grid_column > section#block_news24_home > h3#block_news24_simple_footer > a |
Tout voir div#block_header_rubrique_1772543125665 > ul#block_linksrubrique_1772543125665 > li > a |
Tout voir div#block_header_rubrique_1750682126538 > ul#block_linksrubrique_1750682126538 > li > a |
Tous les podcasts div#block_header_slider_multi_podcasts_1691749734161 > ul#slider_links_slider_multi_podcasts_1691749734161 > li > a |
31:45 div.content_top_episode > div.content_picto > div.podcast_item_infos > div.podcast_item_duration |
27:15 div.content_top_episode > div.content_picto > div.podcast_item_infos > div.podcast_item_duration |
21:19 div.content_top_episode > div.content_picto > div.podcast_item_infos > div.podcast_item_duration |
17:24 div.content_top_episode > div.content_picto > div.podcast_item_infos > div.podcast_item_duration |
2:44 div.content_top_episode > div.content_picto > div.podcast_item_infos > div.podcast_item_duration |
2:37 div.content_top_episode > div.content_picto > div.podcast_item_infos > div.podcast_item_duration |
Toute la politique div#block_header_rubrique_1739283728378 > ul#block_linksrubrique_1739283728378 > li > a |
Toute l'éco div#block_header_rubrique_1579614195569 > ul#block_linksrubrique_1579614195569 > li > a |
Tout le sport div#block_header_rubrique_1579614813850 > ul#block_linksrubrique_1579614813850 > li > a |
Tous les longs formats div#block_header_slider_manuel_1651746354738 > ul#slider_links_slider_manuel_1651746354738 > li > a |
Tout l'international div#block_header_rubrique_1698250268555 > ul#block_linksrubrique_1698250268555 > li > a |
Toute la culture div#block_header_rubrique_1579614899441 > ul#block_linksrubrique_1579614899441 > li > a |
Toute la tech div#block_header_rubrique_1579615239581 > ul#block_linksrubrique_1579615239581 > li > a |
Tout voir div#block_header_rubriques_trio_1579615425255_1 > ul#block_linksrubriques_trio_1579615425255_1 > li > a |
Tout voir div#block_header_rubriques_trio_1579615425255_2 > ul#block_linksrubriques_trio_1579615425255_2 > li > a |
Tout voir div#block_header_rubriques_trio_1579615425255_3 > ul#block_linksrubriques_trio_1579615425255_3 > li > a |
Tout voir div#block_header_rubriques_trio_1649241146799_1 > ul#block_linksrubriques_trio_1649241146799_1 > li > a |
Tout voir div#block_header_rubriques_trio_1649241146799_2 > ul#block_linksrubriques_trio_1649241146799_2 > li > a |
Tout voir div#block_header_rubriques_trio_1649241146799_3 > ul#block_linksrubriques_trio_1649241146799_3 > li > a |
Tout voir div#block_header_rubriques_trio_1649241943443_1 > ul#block_linksrubriques_trio_1649241943443_1 > li > a |
Tout voir div#block_header_rubriques_trio_1649241943443_2 > ul#block_linksrubriques_trio_1649241943443_2 > li > a |
Tout voir div#block_header_rubriques_trio_1649241943443_3 > ul#block_linksrubriques_trio_1649241943443_3 > li > a |
BFM Pratique div#block_header_slider_media_1599133169099 > ul#slider_links_slider_media_1599133169099 > li > a |
Voir plus div.grid_column > div.liste_items > div.block_links_container > a |
Voir plus div.grid_column > div.liste_items > div.block_links_container > a |
Api Restauration div.grid_column > div.liste_items > div.item_container > span.item_text2 |
AmRest KFC div.grid_column > div.liste_items > div.item_container > span.item_text2 |
GEODIS div.grid_column > div.liste_items > div.item_container > span.item_text2 |
GEODIS div.grid_column > div.liste_items > div.item_container > span.item_text2 |
Aftral div.grid_column > div.liste_items > div.item_container > span.item_text2 |
Voir toutes les offres d'emploi sur HelloWork div.grid_column > div.liste_items > div.block_links_container > a |
Voir plus div.grid_column > div.liste_items > div.block_links_container > a |
BFMTV div.footer_wrapper_middle > div.footer_wrapper_middle_content > div.footer_col > div.footer_col_title |
Nos services div.footer_wrapper_middle > div.footer_wrapper_middle_content > div.footer_col > div.footer_col_title |
En savoir plus div.footer_wrapper_middle > div.footer_wrapper_middle_content > div.footer_col > div.footer_col_title |
Les sites du groupe div.footer_wrapper_middle > div.footer_wrapper_middle_content > div.footer_col > div.footer_col_title |
© Copyright 2006-2026 BFMTV.com. Tous droits réservés. Site édité par NextInter… body.bfmtv > footer#footer_bottom > div.footer_container > p.footer_copyright |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Use of Utiq technology powered by your telecom operator div.didomi-popup-notice-text > p > div#utiq_consent_text > h4 |
These are opportunities to improve keyboard navigation in your application.
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.miniplayer-controls-center > div.miniplayer-controls-timeline > div.miniplayer-timeline-progress > input.miniplayer-timeline-progress-slider div.miniplayer-controls-center > div.miniplayer-controls-timeline > div.miniplayer-timeline-progress > input.miniplayer-timeline-progress-slider |
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.
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 |
|---|
Learn More → div.didomi-popup-container > div.didomi-popup-view > div#buttons > button#didomi-notice-learn-more-button |
Agree and close div.didomi-popup-container > div.didomi-popup-view > div#buttons > button#didomi-notice-agree-button |
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.
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.bfmtv.com/cookies/#utiq | here |
Format your HTML in a way that enables crawlers to better understand your app’s content.
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 |
|---|
BFM Business div.slider_wrapper > ul.slider_container > li.content_item > a |
BFM Locales div.slider_wrapper > ul.slider_container > li.content_item > a |
BFM Bourse div.slider_wrapper > ul.slider_container > li.content_item > a |
BFM Tech div.slider_wrapper > ul.slider_container > li.content_item > a |
RMC div.slider_wrapper > ul.slider_container > li.content_item > a |
RMC Sport div.slider_wrapper > ul.slider_container > li.content_item > a |
RMC Conso div.slider_wrapper > ul.slider_container > li.content_item > a |
RMC BFM Play div.slider_wrapper > ul.slider_container > li.content_item > a |
RMC Découverte div.slider_wrapper > ul.slider_container > li.content_item > a |
RMC Life div.slider_wrapper > ul.slider_container > li.content_item > a |
RMC Story div.slider_wrapper > ul.slider_container > li.content_item > a |
To appear in search results, crawlers need access to your app.
Send Feedback