Lighthouse Mobile
· 0 checks — Mobile 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.
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.lemonde.fr/js/lemonde.min.js | 120.0 s | 48.2 KiB |
| cdn.sitestream.co/libs/storylines/5.0.12/storylines.js | 86400.0 s | 57.9 KiB |
| cdn.sitestream.co/libs/storylines/5.0.12/seenthis-player.105.js | 86400.0 s | 16.5 KiB |
| applets.ebxcdn.com/ebx.js | 7200.0 s | 1.0 KiB |
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 | |
|---|---|---|---|
div.lmd-link-clickarea > div.article__media-container > picture.article__media > img.initial div.lmd-link-clickarea > div.article__media-container > picture.article__media > img.initial | /2026/04/04/0/0/1620/1080/1600/1066/75/0/1118a04_upload-1... | 70.2 KiB | 65.6 KiB |
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.lemonde.fr/bucket/resources/front/css/home.d0fae6f00cc7d2be.css | 103.3 KiB | 957 ms |
| www.lemonde.fr/bucket/resources/front/css/header.ba6ded35966a9df8.css | 12.0 KiB | 159 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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.lemonde.fr/bucket/resources/front/css/icons.4946a6dfb1e5a258.css | 118.7 KiB | 112.1 KiB |
| www.lemonde.fr/bucket/resources/front/css/home.d0fae6f00cc7d2be.css | 103.0 KiB | 94.8 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 |
|---|---|---|
| /pagead/managed/js/gpt/m202604030101/pubads_impl.js?cb=31... | 182.6 KiB | 140.3 KiB |
| cdn.sitestream.co/libs/storylines/5.0.12/storylines.js | 57.1 KiB | 27.8 KiB |
| www.lemonde.fr/bucket/resources/front/js/common.3d34f58f2e440228.js | 39.5 KiB | 23.1 KiB |
| www.lemonde.fr/bucket/resources/front/js/home.11d1729d46f60f0e.js | 32.3 KiB | 21.5 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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.lemonde.fr/ | 1.1 s | 93 ms | 10 ms |
| www.lemonde.fr/bucket/resources/front/js/home.11d1729d46f60f0e.js | 843 ms | 230 ms | 18 ms |
| Unattributable | 622 ms | 58 ms | 0.0 ms |
| /pagead/managed/js/gpt/m202604030101/pubads_impl.js?cb=31... | 449 ms | 227 ms | 218 ms |
| cdn.sitestream.co/libs/storylines/5.0.12/storylines.js | 381 ms | 92 ms | 31 ms |
| www.lemonde.fr/bucket/resources/front/js/common.3d34f58f2e440228.js | 316 ms | 169 ms | 33 ms |
| /bucket/resources/front/96cb949ce39c9212.2490cffb4c967e8c... | 190 ms | 171 ms | 14 ms |
| cmp.lemonde.fr/js/lemonde.min.js | 168 ms | 109 ms | 47 ms |
| securepubads.g.doubleclick.net/tag/js/gpt.js | 164 ms | 144 ms | 19 ms |
| /bucket/resources/front/03ea4fa719e85114.2490cffb4c967e8c... | 88 ms | 74 ms | 12 ms |
| www.lemonde.fr/bucket/resources/front/css/home.d0fae6f00cc7d2be.css | 59 ms | 0.0 ms | 0.0 ms |
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 |
|---|---|
| Style & Layout | 1.7 s |
| Script Evaluation | 1.5 s |
| Other | 722 ms |
| Script Parsing & Compilation | 434 ms |
| Parse HTML & CSS | 195 ms |
| Rendering | 54 ms |
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.
Contrast
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 |
|---|
CAMILLE MILLERAND/DIVERGENCE « POUR LE MONDE » section.area > div.article > div.lmd-link-clickarea > div.article__media-credit |
CHRONIQUE div.article > div.lmd-link-clickarea > div.article__footer > p.article__type |
ENQUÊTE div.article > div.lmd-link-clickarea > div.article__footer > p.article__type |
Henri Seckel div.article > a > div.article__wrapper > p.article__byline |
15 min de lecture section.area > div.article > a > p.article__footer-info |
TRIBUNE div.article > div.lmd-link-clickarea > div.article__footer > p.article__type |
CHRONIQUE div.article > div.lmd-link-clickarea > div.article__footer > p.article__type |
TRIBUNE div.article > div.lmd-link-clickarea > div.article__footer > p.article__type |
Piotr Smolar div.article > a > div.article__wrapper > p.article__byline |
6 min de lecture div.area > div.article > a > p.article__footer-info |
Gilles Rof et Roxana Azimi div.article > a > div.article__wrapper > p.article__byline |
6 min de lecture div.area > div.article > a > p.article__footer-info |
Christophe Ayad div.article > a > div.article__wrapper > p.article__byline |
3 min de lecture div.area > div.article > a > p.article__footer-info |
Rédacteur en chef au « Monde » a > div.article__author > div > div.article__author-desc |
avec Le Monde div.services__content > div.bizdev-list > div.bizdev-list__header > div.bizdev-list__header-partner |
These are opportunities to improve the legibility of your content.
Names and labels
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body#js-body > iframe#multisync-allowlist-iframe body#js-body > iframe#multisync-allowlist-iframe |
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 |
|---|
div.services > div.services__content > div.js-bizdev > a div.services > div.services__content > div.js-bizdev > 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 |
|---|
Sélection de la rédaction div#habillagepub > section.zone > div.area > h4.area__title |
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 |
|---|
NOUVEAU
Météo du climat
Consulter la carte et les données climatiques. div#habillagepub > section.zone > section.area > a.ds-teasercard |
Best Practices
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.
Crawling and Indexing
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 |
|---|
Le Monde in English Le Monde in English div.Connexion__links > ul > li.js-user-mea-container > a.Connexion__link |
partenaires (315) div.c-explanation > div.c-explanation__block > p.c-explanation__answer > a |
partenaires publicitaires div.gdpr-lmd-wall__content > div.c-explanation__block > p.c-explanation__answer > a |
autres partenaires div.gdpr-lmd-wall__content > div.c-explanation__block > p.c-explanation__answer > a |
ici div.c-explanation__block > p.c-explanation__answer > span.gdpr-lmd-wall__tcf > a |
To appear in search results, crawlers need access to your app.