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.
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.
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.
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 | |
|---|---|---|---|
Selon les premiers éléments, le feu est parti d’un petit abri en bois dans le j… article.article > div.article__media > figure.article__media--premium > img.responsive-img | /api/v1/images/view/69e8eca02ce25457d904d5e7/standard/ima... | 20.8 KiB | 19.2 KiB |
Selon le maire, l’indemnisation de son prédécesseur était particulièrement "bas… div.article__media > figure.ratio > picture.ratio-target > img.responsive-img | /api/v1/images/view/69e90f450eea500962054b71/medium/image... | 39.4 KiB | 16.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 |
|---|---|
| ladepeche.fr/ | 817 ms |
| www.ladepeche.fr/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| assets.ladepeche.fr/css/template.css?43ba3f22 | 41.8 KiB | 35.8 KiB |
| 17.0 KiB | 13.0 KiB | |
| assets.ladepeche.fr/css/materialize.css?654ff8f0 | 12.1 KiB | 11.1 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 |
|---|---|---|
| carrousel.digiteka.com/hls.B5_AT2WH.js | 120.9 KiB | 108.5 KiB |
| accounts.google.com/gsi/client | 95.6 KiB | 79.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5NFGMPZ | 176.6 KiB | 75.9 KiB |
| /sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.... | 101.3 KiB | 43.4 KiB |
| assets.ladepeche.fr/js/vendors~script.js?85246d56 | 71.3 KiB | 38.9 KiB |
| utiq.ladepeche.fr/utiqLoader.js | 40.5 KiB | 22.1 KiB |
| assets.ladepeche.fr/js/script.js?0da78162 | 34.4 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 |
|---|---|---|---|
| Unattributable | 630 ms | 175 ms | 0.0 ms |
| assets.ladepeche.fr/js/script.js?0da78162 | 565 ms | 136 ms | 9.0 ms |
| www.googletagmanager.com/gtm.js?id=GTM-5NFGMPZ | 322 ms | 254 ms | 51 ms |
| /sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.... | 256 ms | 203 ms | 38 ms |
| ylbnnybjum.kameleoon.eu/engine.js | 228 ms | 166 ms | 50 ms |
| assets.ladepeche.fr/js/vendors~script.js?85246d56 | 210 ms | 76 ms | 17 ms |
| /sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/ui-w... | 176 ms | 104 ms | 22 ms |
| utiq.ladepeche.fr/utiqLoader.js | 162 ms | 146 ms | 9.7 ms |
| tag.aticdn.net/111841/smarttag.js | 160 ms | 149 ms | 9.6 ms |
| www.ladepeche.fr/ | 158 ms | 6.6 ms | 2.5 ms |
| /sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/src_... | 79 ms | 75 ms | 1.6 ms |
| carrousel.digiteka.com/dtk-carrousel.esm.js | 74 ms | 15 ms | 0.3 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 |
|---|---|
| Script Evaluation | 1.6 s |
| Other | 581 ms |
| Style & Layout | 556 ms |
| Script Parsing & Compilation | 248 ms |
| Parse HTML & CSS | 115 ms |
| Garbage Collection | 59 ms |
| Rendering | 46 ms |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
La compétition était organisée sur le site de X Trem Village. article.article > div.article__media > figure > img.responsive-img | assets.ladepeche.fr/img/lazy_medium.jpg?19b84e14 |
Pour sa réouverture, Walygator a entamé sa saison 2026 sous le soleil. article.article > div.article__media > figure.article__media--premium > img.responsive-img | assets.ladepeche.fr/img/lazy_medium.jpg?19b84e14 |
Les militaires ont été confrontés à un individu armé et dangereux (sans oublier… article.article > div.article__media > figure.article__media--premium > img.responsive-img | assets.ladepeche.fr/img/lazy_medium.jpg?19b84e14 |
Coupe de Pâques 2026 article.article > div.article__media > figure.article__media--premium > img.responsive-img | assets.ladepeche.fr/img/lazy_medium.jpg?19b84e14 |
La soirée féria de samedi soir a affiché carton plein. article.article > div.article__media > figure > img.responsive-img | assets.ladepeche.fr/img/lazy_medium.jpg?19b84e14 |
Logo div.didomi-popup-container > div.didomi-popup-view > div.didomi-popup-notice-logo-container > img.didomi-popup-notice-logo | assets.ladepeche.fr/img/logos/logo.svg?401462f6 |
La Dépêche du Midi : actualités et info en direct de la région Occitanie et des… div.navbar-top__brand > h1.navbar-top__brand-title > a > img.navbar-top__brand-logo | assets.ladepeche.fr/img/logos/logo.svg?401462f6 |
consenthub div#utiq_consent_text > p > a > img | d2tbbu397eeoxj.cloudfront.net/consenthub/assets/consenthub_as_text.svg |
div.aside__item > div.d-flex > div.aside-weather__today > img.aside-weather__today-media div.aside__item > div.d-flex > div.aside-weather__today > img.aside-weather__today-media | |
div.aside__item > div.d-flex > div.aside-weather__tomorrow > img.aside-weather__tomorrow-media div.aside__item > div.d-flex > div.aside-weather__tomorrow > img.aside-weather__tomorrow-media | |
div.aside__item > div.d-flex > div.aside-weather__tomorrow > img.aside-weather__tomorrow-media div.aside__item > div.d-flex > div.aside-weather__tomorrow > img.aside-weather__tomorrow-media | |
div.aside__item > div.row > div.col > img.responsive-img div.aside__item > div.row > div.col > img.responsive-img | |
ladepeche.fr div.side-nav > div.navbar-ajax__subscription > div > img.responsive-img | |
Logo La Dépêche du Midi div.main-footer-bottom > div.container > div.main-footer-bottom > img.main-footer-logo |
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 |
|---|
nav.navbar-main > ul.navbar-main__main > li.navbar-main__main-item > a.navbar-main__main-link nav.navbar-main > ul.navbar-main__main > li.navbar-main__main-item > a.navbar-main__main-link |
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 |
|---|
section.section > div.thematic > div.more-content > button.more-content__btn section.section > div.thematic > div.more-content > button.more-content__btn |
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.aside-newspaper__inner > div.aside-newspaper__left-col > a > img.aside-newspaper__media div.aside-newspaper__inner > div.aside-newspaper__left-col > a > img.aside-newspaper__media |
div.subscription-block > div.row > div.col > img.subscription-block__image div.subscription-block > div.row > div.col > img.subscription-block__image |
div.grid-l > section.section > div.aside__item > img.aside-newsletter__media div.grid-l > section.section > div.aside__item > img.aside-newsletter__media |
div.aside__item > div.row > div.col > img.responsive-img div.aside__item > div.row > div.col > img.responsive-img |
ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img |
ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img |
ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img |
ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img |
ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img |
ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img |
ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img |
ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img |
ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img |
ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img |
ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img |
div.col > div.main-footer__newspaper > a > img.main-footer__newspaper-img div.col > div.main-footer__newspaper > a > img.main-footer__newspaper-img |
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.topic-home > iframe#dtk-videofeed body.topic-home > iframe#dtk-videofeed |
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.navbar-top__container > ul.navbar-top__nav > li.navbar-top__nav-item > a.navbar-top__nav-link div.navbar-top__container > ul.navbar-top__nav > li.navbar-top__nav-item > a.navbar-top__nav-link |
nav.navbar-main > ul.navbar-main__main > li.navbar-main__main-item > a.navbar-main__main-link nav.navbar-main > ul.navbar-main__main > li.navbar-main__main-item > a.navbar-main__main-link |
div.aside__item > div.aside-newspaper__inner > div.aside-newspaper__left-col > a div.aside__item > div.aside-newspaper__inner > div.aside-newspaper__left-col > a |
div.aside__item > ul.aside-follow__social > li.aside-follow__social-item > a.icon-facebook div.aside__item > ul.aside-follow__social > li.aside-follow__social-item > a.icon-facebook |
div.aside__item > ul.aside-follow__social > li.aside-follow__social-item > a div.aside__item > ul.aside-follow__social > li.aside-follow__social-item > a |
div.aside__item > ul.aside-follow__social > li.aside-follow__social-item > a.icon-twitter div.aside__item > ul.aside-follow__social > li.aside-follow__social-item > a.icon-twitter |
div.aside__item > ul.aside-follow__social > li.aside-follow__social-item > a.icon-phone div.aside__item > ul.aside-follow__social > li.aside-follow__social-item > a.icon-phone |
div.aside__item > ul.aside-follow__social > li.aside-follow__social-item > a.icon-rss div.aside__item > ul.aside-follow__social > li.aside-follow__social-item > a.icon-rss |
div.aside__item > ul.aside-horoscope__items > li.aside-horoscope__item > a div.aside__item > ul.aside-horoscope__items > li.aside-horoscope__item > a |
div.aside__item > ul.aside-horoscope__items > li.aside-horoscope__item > a div.aside__item > ul.aside-horoscope__items > li.aside-horoscope__item > a |
div.aside__item > ul.aside-horoscope__items > li.aside-horoscope__item > a div.aside__item > ul.aside-horoscope__items > li.aside-horoscope__item > a |
div.aside__item > ul.aside-horoscope__items > li.aside-horoscope__item > a div.aside__item > ul.aside-horoscope__items > li.aside-horoscope__item > a |
div.aside__item > ul.aside-horoscope__items > li.aside-horoscope__item > a div.aside__item > ul.aside-horoscope__items > li.aside-horoscope__item > a |
div.aside__item > ul.aside-horoscope__items > li.aside-horoscope__item > a div.aside__item > ul.aside-horoscope__items > li.aside-horoscope__item > a |
div.aside__item > ul.aside-horoscope__items > li.aside-horoscope__item > a div.aside__item > ul.aside-horoscope__items > li.aside-horoscope__item > a |
div.aside__item > ul.aside-horoscope__items > li.aside-horoscope__item > a div.aside__item > ul.aside-horoscope__items > li.aside-horoscope__item > a |
div.aside__item > ul.aside-horoscope__items > li.aside-horoscope__item > a div.aside__item > ul.aside-horoscope__items > li.aside-horoscope__item > a |
div.aside__item > ul.aside-horoscope__items > li.aside-horoscope__item > a div.aside__item > ul.aside-horoscope__items > li.aside-horoscope__item > a |
div.aside__item > ul.aside-horoscope__items > li.aside-horoscope__item > a div.aside__item > ul.aside-horoscope__items > li.aside-horoscope__item > a |
div.row > div.col > div.main-footer__newspaper > a div.row > div.col > div.main-footer__newspaper > 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.
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 |
|---|
Politique section.section > article.article > div.article__content > div.article__topic |
Faits divers div.grid-2__section-fixed > article.article > div.article__content > div.article__topic |
Donald Trump div.grid-2__section-fluid > article.article > div.article__content > div.article__topic |
Economie div.grid-2__section-fluid > article.article > div.article__content > div.article__topic |
Justice div.grid-2__section-fluid > article.article > div.article__content > div.article__topic |
Escalade - Alpinisme section.section > article.article > div.article__content > div.article__topic |
Disparitions section.section > article.article > div.article__content > div.article__topic |
Faits divers section.section > article.article > div.article__content > div.article__topic |
Montagne section.section > article.article > div.article__content > div.article__topic |
Activez votre accès div.aside-newspaper__inner > div.aside-newspaper__right-col > div#newspaper-reconciliation > a.btn |
Sécurité routière section.section > article.article > div.article__content > div.article__topic |
Faits divers section.section > article.article > div.article__content > div.article__topic |
Insolite section.section > article.article > div.article__content > div.article__topic |
Médias-Communication section.section > article.article > div.article__content > div.article__topic |
Faits divers section.section > article.article > div.article__content > div.article__topic |
Carburants section.section > article.article > div.article__content > div.article__topic |
Cyclisme section.section > article.article > div.article__content > div.article__topic |
Faits divers section.section > article.article > div.article__content > div.article__topic |
Donald Trump section.section > article.article > div.article__content > div.article__topic |
Justice section.section > article.article > div.article__content > div.article__topic |
Espace section.section > article.article > div.article__content > div.article__topic |
Stade Toulousain section.section > article.article > div.article__content > div.article__topic |
S’inscrire section.section > div.aside__item > div.aside-newsletter__txt > a.btn |
Faits divers section.section > article.article > div.article__content > div.article__topic |
Sécurité section.section > article.article > div.article__content > div.article__topic |
Guerre en Ukraine section.section > article.article > div.article__content > div.article__topic |
Faits divers section.section > article.article > div.article__content > div.article__topic |
Incendies section.section > article.article > div.article__content > div.article__topic |
Faits divers section.section > article.article > div.article__content > div.article__topic |
Contenus sponsorisés section.section > section.thematic > div.thematic__header > span.thematic__sponsored |
Faits divers section.section > article.article > div.article__content > div.article__topic |
Carburants section.section > article.article > div.article__content > div.article__topic |
Faits divers section.section > article.article > div.article__content > div.article__topic |
Défense - Armée section.section > article.article > div.article__content > div.article__topic |
Insolite section.section > div.thematic > div.thematic__header > a.thematic__title |
Insolite div.thematic > article.article > div.article__content > div.article__topic |
Insolite div.thematic > article.article > div.article__content > div.article__topic |
Psycho- Sexo div.thematic > article.article > div.article__content > div.article__topic |
Insolite div.thematic > article.article > div.article__content > div.article__topic |
Santé section.section > div.thematic > div.thematic__header > a.thematic__title |
Santé div.thematic > article.article > div.article__content > div.article__topic |
Bien vivre le 3ème âge div.thematic > article.article > div.article__content > div.article__topic |
Animaux div.thematic > article.article > div.article__content > div.article__topic |
Entreprise div.thematic > article.article > div.article__content > div.article__topic |
Faits divers section.section > article.article > div.article__content > div.article__topic |
Eurovision 2026 section.section > article.article > div.article__content > div.article__topic |
Cyclisme section.section > article.article > div.article__content > div.article__topic |
Médias-Communication section.section > article.article > div.article__content > div.article__topic |
Sapeurs-pompiers section.section > article.article > div.article__content > div.article__topic |
Logement section.section > article.article > div.article__content > div.article__topic |
Impôts - Fiscalité section.section > article.article > div.article__content > div.article__topic |
Justice section.section > article.article > div.article__content > div.article__topic |
Justice section.section > article.article > div.article__content > div.article__topic |
SU Agen div.thematic > article.article > div.article__content > div.article__topic |
Stado TPR div.thematic > article.article > div.article__content > div.article__topic |
Football div.thematic > article.article > div.article__content > div.article__topic |
Football div.thematic > article.article > div.article__content > div.article__topic |
Accidents section.section > article.article > div.article__content > div.article__topic |
Donald Trump section.section > article.article > div.article__content > div.article__topic |
Immobilier section.section > article.article > div.article__content > div.article__topic |
Stade Toulousain section.section > article.article > div.article__content > div.article__topic |
Faits divers section.section > article.article > div.article__content > div.article__topic |
Faits divers section.section > article.article > div.article__content > div.article__topic |
US Colomiers rugby div.thematic > article.article > div.article__content > div.article__topic |
Culture et loisirs div.thematic > article.article > div.article__content > div.article__topic |
Aéronautique div.thematic > article.article > div.article__content > div.article__topic |
Circulation - Déplacements div.thematic > article.article > div.article__content > div.article__topic |
Sapeurs-pompiers div.thematic > article.article > div.article__content > div.article__topic |
Rose Festival div.thematic > article.article > div.article__content > div.article__topic |
Littérature div.thematic > article.article > div.article__content > div.article__topic |
Commerces div.thematic > article.article > div.article__content > div.article__topic |
Commémorations - Hommages div.thematic > article.article > div.article__content > div.article__topic |
Commémorations - Hommages div.thematic > article.article > div.article__content > div.article__topic |
Faits divers div.thematic > article.article > div.article__content > div.article__topic |
Economie div.thematic > article.article > div.article__content > div.article__topic |
Culture Food div.thematic > article.article > div.article__content > div.article__topic |
Carburants div.thematic > article.article > div.article__content > div.article__topic |
Artisanat div.thematic > article.article > div.article__content > div.article__topic |
Sécurité div.thematic > article.article > div.article__content > div.article__topic |
Restaurants div.thematic > article.article > div.article__content > div.article__topic |
Football - Amateurs div.thematic > article.article > div.article__content > div.article__topic |
Fêtes et festivals div.thematic > article.article > div.article__content > div.article__topic |
Santé div.thematic > article.article > div.article__content > div.article__topic |
Tourisme div.thematic > article.article > div.article__content > div.article__topic |
Agriculture div.thematic > article.article > div.article__content > div.article__topic |
Politique div.thematic > article.article > div.article__content > div.article__topic |
Faits divers div.thematic > article.article > div.article__content > div.article__topic |
Faits divers div.thematic > div.grid-m > article.article > span.article__topic |
Danse div.thematic > div.grid-m > article.article > span.article__topic |
Faits divers div.thematic > div.grid-m > article.article > span.article__topic |
Sport div.thematic > div.grid-m > article.article > span.article__topic |
Toulouse Football Club div.thematic > div.grid-m > article.article > span.article__topic |
Municipales 2026 div.thematic > div.grid-m > article.article > span.article__topic |
div#poll_form_69e4d56792150194b402a0da > form#sondage_13333647 > div.poll__vote > input.btn div#poll_form_69e4d56792150194b402a0da > form#sondage_13333647 > div.poll__vote > input.btn |
Voir tous les sondages aside.aside > div.aside__item > div.right-align > a.poll__see-more |
Lus div.aside__item > ul.tabs > li.tab > a.active |
Guerre en Ukraine. ul.aside-tops__items > li.aside-tops__item > a.aside-tops__title > span.aside-tops__topic |
Faits divers. ul.aside-tops__items > li.aside-tops__item > a.aside-tops__title > span.aside-tops__topic |
Cédric Jubillar. ul.aside-tops__items > li.aside-tops__item > a.aside-tops__title > span.aside-tops__topic |
Faits divers. ul.aside-tops__items > li.aside-tops__item > a.aside-tops__title > span.aside-tops__topic |
Carburants. ul.aside-tops__items > li.aside-tops__item > a.aside-tops__title > span.aside-tops__topic |
Logement. ul.aside-tops__items > li.aside-tops__item > a.aside-tops__title > span.aside-tops__topic |
Municipales 2026. ul.aside-tops__items > li.aside-tops__item > a.aside-tops__title > span.aside-tops__topic |
Immobilier. ul.aside-tops__items > li.aside-tops__item > a.aside-tops__title > span.aside-tops__topic |
Restaurants. ul.aside-tops__items > li.aside-tops__item > a.aside-tops__title > span.aside-tops__topic |
Faits divers. ul.aside-tops__items > li.aside-tops__item > a.aside-tops__title > span.aside-tops__topic |
Lire la suite div.aside__item > div.row > div.col > a.btn |
Télécharger le journal div.col > div.main-footer__newspaper > div.u-mb-15 > a.btn |
Découvrir div.row > div.col > div.u-mb-15 > a.btn |
These are opportunities to improve the legibility of your content.
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 |
|---|
Utilisation de la technologie , alimentée par votre opérateur télécom div.didomi-popup-notice-text > div > div#utiq_consent_text > h3 |
These are opportunities to improve keyboard navigation in your application.
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.
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.aside-newspaper__inner > div.aside-newspaper__left-col > a > img.aside-newspaper__media div.aside-newspaper__inner > div.aside-newspaper__left-col > a > img.aside-newspaper__media |
div.subscription-block > div.row > div.col > img.subscription-block__image div.subscription-block > div.row > div.col > img.subscription-block__image |
div.grid-l > section.section > div.aside__item > img.aside-newsletter__media div.grid-l > section.section > div.aside__item > img.aside-newsletter__media |
div.aside__item > div.row > div.col > img.responsive-img div.aside__item > div.row > div.col > img.responsive-img |
ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img |
ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img |
ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img |
ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img |
ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img |
ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img |
ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img |
ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img |
ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img |
ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img |
ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img ul.aside-horoscope__items > li.aside-horoscope__item > a > img.responsive-img |
div.col > div.main-footer__newspaper > a > img.main-footer__newspaper-img div.col > div.main-footer__newspaper > a > img.main-footer__newspaper-img |
Format your HTML in a way that enables crawlers to better understand your app’s content.