Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
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.
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 |
|---|---|---|
| www.lepoint.fr/pf/dist/css/lepoint.css?d=62&mxId=00000000 | 22.6 KiB | |
| www.lepoint.fr/pf/dist/components/combinations/default.css?d=62&mxId=00000000 | 57.0 KiB | 80 ms |
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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| www.lepoint.fr/pf/resources/fonts/Pictos.woff2?d=62&mxId=00000000 | 20 ms |
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 | |
|---|---|---|---|
Couverture Saisons div.custom-image-wrapper > div.custom-image-placeholder > picture > img | /resizer/v2/BBYIINIGNBMUHM2POBFGJJFK7A.jpg?auth=b77c75efd... | 58.5 KiB | 10.8 KiB |
Abnousse Shalmani div.infinite-carousel__slide > div.infinite-carousel__slide-content > div.editorialists__card > img.editorialists__card-portrait | www.lepoint.fr/pf/resources/images/portraits/abnousse-shalmani.webp?d=62 | 18.0 KiB | 8.9 KiB |
Christophe Ono-dit-Biot div.infinite-carousel__slide > div.infinite-carousel__slide-content > div.editorialists__card > img.editorialists__card-portrait | www.lepoint.fr/pf/resources/images/portraits/christophe-ono-dit-biot.webp?d=62 | 16.2 KiB | 7.1 KiB |
Bernard-Henri Lévy div.infinite-carousel__slide > div.infinite-carousel__slide-content > div.editorialists__card > img.editorialists__card-portrait | www.lepoint.fr/pf/resources/images/portraits/bernard-henri-levy.webp?d=62 | 14.4 KiB | 5.3 KiB |
Affaire Sarah Halimi : la famille relance la bataille judiciaire div.custom-image-wrapper > div.custom-image-placeholder > picture > img | /resizer/v2/ZLMGSS5JAVIIRPNZNWME46QKS4.jpg?auth=31d03c8b0... | 21.6 KiB | 5.1 KiB |
Gilles Denis div.infinite-carousel__slide > div.infinite-carousel__slide-content > div.editorialists__card > img.editorialists__card-portrait | www.lepoint.fr/pf/resources/images/portraits/gilles-denis.webp?d=62 | 13.5 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 |
|---|---|
| lepoint.fr/ | 231 ms |
| www.lepoint.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.
Diagnostics
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.lepoint.fr/pf/dist/components/combinations/default.css?d=62&mxId=00000000 | 56.7 KiB | 49.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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.lepoint.fr/pf/dist/components/combinations/default.js?d=62&mxId=00000000 | 491.6 KiB | 347.9 KiB |
| cdn.hubvisor.io/wrapper/01D31WCYTKYX1SK1MJF9Y3VWZ7/hubvisor.js | 239.6 KiB | 177.1 KiB |
| /pagead/managed/js/gpt/m202604100101/pubads_impl.js | 186.4 KiB | 139.8 KiB |
| accounts.google.com/gsi/client | 95.4 KiB | 70.4 KiB |
| sstk.lepoint.fr/twfeaucylmvjnb1.js?awl=5H2XS26 | 161.5 KiB | 68.1 KiB |
| cmp.lepoint.fr/Notice.8f529.js | 90.9 KiB | 61.7 KiB |
| www.lepoint.fr/pf/dist/engine/react.js?d=62&mxId=00000000 | 126.5 KiB | 38.4 KiB |
| sdk.mrf.io/statics/marfeel-sdk.js?id=7899 | 58.7 KiB | 28.2 KiB |
| sdk.mrf.io/statics/0639f9e9af1a7496d5c3.js | 23.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.
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.custom-image-wrapper > div.custom-image-placeholder > picture > img div.custom-image-wrapper > div.custom-image-placeholder > picture > img | /resizer/v2/EFA6OKGYNJLJ7KBDNWU2PCLN54.jpg?auth=268e3a04f... |
Couverture Saisons div.custom-image-wrapper > div.custom-image-placeholder > picture > img | /resizer/v2/BBYIINIGNBMUHM2POBFGJJFK7A.jpg?auth=b77c75efd... |
Gabriel Attal : « Je pense savoir comment il faut présider la France » div.custom-image-wrapper > div.custom-image-placeholder > picture > img | /resizer/v2/HBXYV2VSEFE7TJMB7OSMOI2L4E?auth=e43eadea42482... |
En France, derrière l’unanimité sur la restitution des œuvres pillées, de profo… div.custom-image-wrapper > div.custom-image-placeholder > picture > img | /resizer/v2/DCTTOQVV2FG6XJP5V4DVZSG7PQ.jpg?auth=56a53ba4f... |
« L’Ordre entrave la protection des enfants et muselle les médecins » div.custom-image-wrapper > div.custom-image-placeholder > picture > img | /resizer/v2/K5QLMZVB5JNRPP2CDWA2RT6GOY.jpg?auth=94241fe3d... |
Jordan Bardella : des casseroles du RN aux armoiries princières div.custom-image-wrapper > div.custom-image-placeholder > picture > img | /resizer/v2/WFKDQFE4ZZIOLA3FBE4FZMM7IA.jpg?auth=136472bf3... |
Donald Trump contre Léon XIV : lequel a plus peur de l’autre ? div.custom-image-wrapper > div.custom-image-placeholder > picture > img | /resizer/v2/V4SJYARNZNGORDE6PWE4SOYRVY.png?auth=eadd87d72... |
« L’Ordre entrave la protection des enfants et muselle les médecins » div.custom-image-wrapper > div.custom-image-placeholder > picture > img | /resizer/v2/K5QLMZVB5JNRPP2CDWA2RT6GOY.jpg?auth=94241fe3d... |
Affaire Sarah Halimi : la famille relance la bataille judiciaire div.custom-image-wrapper > div.custom-image-placeholder > picture > img | /resizer/v2/ZLMGSS5JAVIIRPNZNWME46QKS4.jpg?auth=31d03c8b0... |
En France, derrière l’unanimité sur la restitution des œuvres pillées, de profo… div.custom-image-wrapper > div.custom-image-placeholder > picture > img | /resizer/v2/DCTTOQVV2FG6XJP5V4DVZSG7PQ.jpg?auth=56a53ba4f... |
Liban : la France confond le symptôme et la maladie div.custom-image-wrapper > div.custom-image-placeholder > picture > img | /resizer/v2/TDNRIBECKBOXFAFROT7MG6YUFI.jpg?auth=082ec5b69... |
Dessins section.dessins-carousel > header.dessins-carousel__header > div.dessins-carousel__home-icon > img | www.lepoint.fr/pf/resources/icons/dessins2.webp?d=62 |
Entre la France et l’Iran, l’inavouable marché d’otages div.custom-image-wrapper > div.custom-image-placeholder > picture > img | /resizer/v2/AMQRRP73BBIN3B7SX7LKF5BU5Q.jpg?auth=d5fd6faba... |
div.custom-image-wrapper > div.custom-image-placeholder > picture > img div.custom-image-wrapper > div.custom-image-placeholder > picture > img | /resizer/v2/EFA6OKGYNJLJ7KBDNWU2PCLN54.jpg?auth=268e3a04f... |
div.infinite-carousel > div.infinite-carousel__wrapper > button.infinite-carousel__arrow > img div.infinite-carousel > div.infinite-carousel__wrapper > button.infinite-carousel__arrow > img | www.lepoint.fr/pf/resources/icons/arrow-circle-left.svg?d=62 |
div.infinite-carousel > div.infinite-carousel__wrapper > button.infinite-carousel__arrow > img div.infinite-carousel > div.infinite-carousel__wrapper > button.infinite-carousel__arrow > img | www.lepoint.fr/pf/resources/icons/arrow-circle-right.svg?d=62 |
Saisons div.seasons-hp-cover_wrapper > div.seasons-hp-cover_content > div.seasons-hp-cover_logo > img | www.lepoint.fr/pf/resources/images/saisons/logo-hp.svg?d=62 |
Icône vidéos div.hp-videos-container > h2.hp-videos-title > span.img-title > img | www.lepoint.fr/pf/resources/icons/nos-videos.svg?d=62 |
Palmarès - Le Point div.hp-awards_title > div.custom-image-wrapper > div.custom-image-placeholder > img.custom-image-no-height | www.lepoint.fr/pf/resources/images/hp-awards/hopitaux.svg?d=62 |
Budget européen : le Parlement relève encore ses ambitions div.custom-image-wrapper > div.custom-image-placeholder > picture > img | |
Sébastien Lecornu ou l’art de la politique du coupe-feu div.custom-image-wrapper > div.custom-image-placeholder > picture > img | |
Dans le camp Retailleau, un doux fantasme nommé Baroin div.custom-image-wrapper > div.custom-image-placeholder > picture > img | |
Vérification d’âge en ligne : von der Leyen lance une appli universelle et anon… div.custom-image-wrapper > div.custom-image-placeholder > picture > img | |
Proposition de loi Yadan : face à l’antisémitisme, l’éternel retour de la chimè… div.custom-image-wrapper > div.custom-image-placeholder > picture > img | |
Dix ans après, la loi prostitution de 2016 a-t-elle aggravé le problème ? div.custom-image-wrapper > div.custom-image-placeholder > picture > img | |
div.custom-image-wrapper > div.custom-image-placeholder > picture > img.author__image div.custom-image-wrapper > div.custom-image-placeholder > picture > img.author__image | |
Articles les plus lus - Le Point div.hp-most-read-articles_title > div.custom-image-wrapper > div.custom-image-placeholder > img.custom-image-no-height | |
div.c-stack > section.games-section > header.games-section__header > img.games-section__image div.c-stack > section.games-section > header.games-section__header > img.games-section__image | |
Sélection de la rédaction - Le Point div.hp-selection-redaction__title > div.custom-image-wrapper > div.custom-image-placeholder > img.custom-image-no-height | |
Guerre en Iran : « Le nucléaire est une ligne rouge qui ne pourra pas être négo… div.custom-image-wrapper > div.custom-image-placeholder > picture > img | |
Retailleau, Mélenchon, Royal… Comment le coup de sang peut coûter cher en polit… div.custom-image-wrapper > div.custom-image-placeholder > picture > img | |
Remords sexuels : quand certaines nuits laissent un goût amer div.custom-image-wrapper > div.custom-image-placeholder > picture > img | |
Événements div.hp-events_title > div.custom-image-wrapper > div.custom-image-placeholder > img.custom-image-no-height | |
Les Dialogues de la santé div.custom-image-wrapper > div.custom-image-placeholder > picture > img | |
Rencontre et débat éthique à la Maison de la Chimie div.custom-image-wrapper > div.custom-image-placeholder > picture > img | |
Guerres et Paix div.custom-image-wrapper > div.custom-image-placeholder > picture > img | |
Neuroplanète div.custom-image-wrapper > div.custom-image-placeholder > picture > img | |
Les 13 questions à se poser avant de choisir un organisme de soutien scolaire div.custom-image-wrapper > div.custom-image-placeholder > picture > img | |
Interview Masterclass par Michel Denisot : Whisper Yachts, le luxe solaire en h… div.custom-image-wrapper > div.custom-image-placeholder > picture > img | |
Interview Masterclass par Michel Denisot : Oract Advisory, l’actuariat au servi… div.custom-image-wrapper > div.custom-image-placeholder > picture > img | |
Émilien Jacquelin et l’art maîtriser l’instant div.custom-image-wrapper > div.custom-image-placeholder > picture > img | |
La Voie, une ode à l’amitié, au courage et à la résilience div.custom-image-wrapper > div.custom-image-placeholder > picture > img | |
La Poste, créer du lien div.custom-image-wrapper > div.custom-image-placeholder > picture > img | |
Macron, dissolution, couple… les extraits du livre de Gabriel Attal div.custom-image-wrapper > div.custom-image-placeholder > picture > img | |
« Tout » Régis Debray div.custom-image-wrapper > div.custom-image-placeholder > picture > img | |
À Cushing, dans l’épicentre secret où se négocie l’or noir américain div.custom-image-wrapper > div.custom-image-placeholder > picture > img | |
Mercè Rodoreda, la voix catalane qui murmurait au monde entier div.custom-image-wrapper > div.custom-image-placeholder > picture > img | |
Watches and Wonders 2026 : ce qu’il faut retenir du jour 3 div.custom-image-wrapper > div.custom-image-placeholder > picture > img | |
Face à la cocaïne, les certitudes bousculées des médecins div.custom-image-wrapper > div.custom-image-placeholder > picture > img | |
Xavier Gorce : « Ce qui se passe à Kerguelen reste à Kerguelen » div.custom-image-wrapper > div.custom-image-placeholder > picture > img |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
ARIA
When an element 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 how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.footer__links-block > ul.footer__links-list > li.footer__links-item > a div.footer__links-block > ul.footer__links-list > li.footer__links-item > a |
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
header.header > div.header__container > div.header__menu-link > button.header__menu-icon header.header > div.header__container > div.header__menu-link > button.header__menu-icon |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.custom-image-wrapper > div.custom-image-placeholder > picture > img div.custom-image-wrapper > div.custom-image-placeholder > picture > img |
div.custom-image-wrapper > div.custom-image-placeholder > picture > img div.custom-image-wrapper > div.custom-image-placeholder > picture > img |
div.custom-image-wrapper > div.custom-image-placeholder > picture > img.author__image div.custom-image-wrapper > div.custom-image-placeholder > picture > img.author__image |
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 |
|---|
section.hp-zone-evolution > div.hp-zone-evolution-container > div > a section.hp-zone-evolution > div.hp-zone-evolution-container > div > a |
Facebook div.footer__social > ul.footer__social-list > li.footer__social-item > a |
X div.footer__social > ul.footer__social-list > li.footer__social-item > a |
Linked In div.footer__social > ul.footer__social-list > li.footer__social-item > a |
Instagram div.footer__social > ul.footer__social-list > li.footer__social-item > a |
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.
Navigation
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 |
|---|
Entre la France et l’Iran, l’inavouable marché d’otages div.hp-alaune-chain__featured--left > article.hp-section-item > div.hp-section-item_wrapper > h4.hp-section-item_headline |
La diplomatie de l’ombre du sultanat d’Oman div.hp-cover_related-stories > article.story-item > div.story-item__wrapper > h4.story-item__headline |
Guerre en Iran : « Le nucléaire est une ligne rouge qui ne pourra pas être négo… div.hp-selection-redaction__items > article.story-item > div.story-item__wrapper > h4.story-item__headline |
Les Dialogues de la santé
Opens in new window div.hp-events_items > article.event-item > div.event-item_wrapper > h4.event-item_headline |
Les 13 questions à se poser avant de choisir un organisme de soutien scolaire div.hp-ops_items > article.hp-ops-item > div.hp-ops-item_wrapper > h4.hp-ops-item_headline |
Émilien Jacquelin et l’art maîtriser l’instant div.hp-ops_items > article.hp-ops-item > div.hp-ops-item_wrapper > h4.hp-ops-item_headline |
Macron, dissolution, couple… les extraits du livre de Gabriel Attal div.hp-section_items > article.hp-section-item > div.hp-section-item_wrapper > h4.hp-section-item_headline |
En France, derrière l’unanimité sur la restitution des œuvres pillées, de profo… div.hp-section_items > article.hp-section-item > div.hp-section-item_wrapper > h4.hp-section-item_headline |
« Tout » Régis Debray div.hp-section_items > article.hp-section-item > div.hp-section-item_wrapper > h4.hp-section-item_headline |
À Cushing, dans l’épicentre secret où se négocie l’or noir américain div.hp-section_items > article.hp-section-item > div.hp-section-item_wrapper > h4.hp-section-item_headline |
Mercè Rodoreda, la voix catalane qui murmurait au monde entier div.hp-section_items > article.hp-section-item > div.hp-section-item_wrapper > h4.hp-section-item_headline |
Watches and Wonders 2026 : ce qu’il faut retenir du jour 3 div.hp-section_items > article.hp-section-item > div.hp-section-item_wrapper > h4.hp-section-item_headline |
« L’Ordre entrave la protection des enfants et muselle les médecins » div.hp-section_items > article.hp-section-item > div.hp-section-item_wrapper > h4.hp-section-item_headline |
Face à la cocaïne, les certitudes bousculées des médecins div.hp-section_items > article.hp-section-item > div.hp-section-item_wrapper > h4.hp-section-item_headline |
Xavier Gorce : « Ce qui se passe à Kerguelen reste à Kerguelen » div.hp-section_items > article.hp-section-item > div.hp-section-item_wrapper > h4.hp-section-item_headline |
These are opportunities to improve keyboard navigation in your application.
Best Practices
General
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: net::ERR_NAME_NOT_RESOLVED | |
Not signed in with the identity provider. |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
SEO
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Content Best Practices
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.custom-image-wrapper > div.custom-image-placeholder > picture > img div.custom-image-wrapper > div.custom-image-placeholder > picture > img |
div.custom-image-wrapper > div.custom-image-placeholder > picture > img div.custom-image-wrapper > div.custom-image-placeholder > picture > img |
div.custom-image-wrapper > div.custom-image-placeholder > picture > img.author__image div.custom-image-wrapper > div.custom-image-placeholder > picture > img.author__image |
Format your HTML in a way that enables crawlers to better understand your app’s content.