Mobile 375 × 812

Desktop 1440 × 900

Score: 76 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
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.
Reasonable footprint with room for optimization.
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.
13 image-in-link without alt text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
15 control(s) without accessible label
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
20 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
23 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
3 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
Nothing in this quadrant — good news.
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/230aa55c-6f25-4d79-8f22-c50cc1791b87)<a href="https://beavercheck.com/results/230aa55c-6f25-4d79-8f22-c50cc1791b87"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fladepeche.fr" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fladepeche.frThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your audience reach.
7 barrier(s) likely increasing bounce by ~29%.
Page takes 15.5s to load
+12% bounceUsers abandon at ~3s — you're 13.0s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 579ms after first paint
Fix: Defer third-party scripts and split large bundles
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
15 form field(s) without a label
+6% 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
23 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
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
2 broken link(s) on the page
+3% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€600 investment → €0.49/month returns + EUR 120,500,000 risk avoided
€600
8h · 5 findings
€0.49 /mo
~€5.85 / year
EUR 120,500,000
if kept compliant
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.
7.5 developer hours at €80/hr
Based on France rates (€80/hr)
€10,041,667 / month at risk
~€120,500,006 / year if left unfixed
€120,500,000
+11 more
€0.49 /mo
6581.1 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
7.30 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
15.53 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
579 ms
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.30 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.
15.73 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.
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.
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.
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 |
|---|---|---|
| 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.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When 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.
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.
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.
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.
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.
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.
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.13 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.65 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
26 ms
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.
1.63 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.
2.53 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.
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.
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 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/large/image.... | 97.6 KiB | 25.6 KiB |
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 | 9.8 KiB |
Donald Trump hausse le ton face aux démocrates. article.article > div.article__media > figure.ratio > img.responsive-img | /api/v1/images/view/69e91288160f83b51d0d081f/standard/ima... | 11.0 KiB | 8.6 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/ | 266 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.
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 | 33.1 KiB |
| 17.0 KiB | 13.8 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.
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 |
|---|---|---|
| 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.8 KiB |
| utiq.ladepeche.fr/utiqLoader.js | 40.5 KiB | 22.1 KiB |
| assets.ladepeche.fr/js/script.js?0da78162 | 34.4 KiB | 21.4 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
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 |
nav.navbar-top > div.navbar-top__container > div.aside-weather > img.aside-weather__today-media nav.navbar-top > div.navbar-top__container > div.aside-weather > img.aside-weather__today-media | assets.ladepeche.fr/img/meteo/temps/10n.png?7f6c7cfc |
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 | |
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.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
When 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-sub > ul.navbar-sub__nav > li.navbar-sub__nav-item > a.navbar-sub__nav-link nav.navbar-sub > ul.navbar-sub__nav > li.navbar-sub__nav-item > a.navbar-sub__nav-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.
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.subscription-block > div.row > div.col > img.subscription-block__image div.subscription-block > div.row > div.col > img.subscription-block__image |
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.grid-l > aside.aside > div.aside__item > img.aside-newsletter__media div.grid-l > aside.aside > 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 |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
nav.navbar-sub > ul.navbar-sub__nav > li.navbar-sub__nav-item > a.navbar-sub__nav-link nav.navbar-sub > ul.navbar-sub__nav > li.navbar-sub__nav-item > a.navbar-sub__nav-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.
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 |
|---|
jeudi 23 avril 2026, Saint Georges nav.navbar-top > div.navbar-top__container > div.navbar-top__brand > div.navbar-top__brand-text |
Politique. article.article > div.article__content > p.article__chapo > span.article__topic |
ABONNÉS div.article__media > figure.article__media--premium > span.article--premium__label > span.article--premium__text |
Faits divers. article.article > div.article__content > p.article__chapo > span.article__topic |
Escalade - Alpinisme. article.article > div.article__content > p.article__chapo > span.article__topic |
Disparitions. article.article > div.article__content > p.article__chapo > span.article__topic |
Faits divers. article.article > div.article__content > p.article__chapo > span.article__topic |
Montagne. article.article > div.article__content > p.article__chapo > span.article__topic |
Sécurité routière. article.article > div.article__content > p.article__chapo > span.article__topic |
Faits divers. article.article > div.article__content > p.article__chapo > span.article__topic |
Insolite. article.article > div.article__content > p.article__chapo > span.article__topic |
Médias-Communication. article.article > div.article__content > p.article__chapo > span.article__topic |
Faits divers. article.article > div.article__content > p.article__chapo > span.article__topic |
Carburants. article.article > div.article__content > p.article__chapo > span.article__topic |
Cyclisme. article.article > div.article__content > p.article__chapo > span.article__topic |
Faits divers. article.article > div.article__content > p.article__chapo > span.article__topic |
Donald Trump. article.article > div.article__content > p.article__chapo > span.article__topic |
Justice. article.article > div.article__content > p.article__chapo > span.article__topic |
Espace. article.article > div.article__content > p.article__chapo > span.article__topic |
Stade Toulousain. article.article > div.article__content > p.article__chapo > span.article__topic |
Faits divers. article.article > div.article__content > p.article__chapo > span.article__topic |
Sécurité. article.article > div.article__content > p.article__chapo > span.article__topic |
Guerre en Ukraine. article.article > div.article__content > p.article__chapo > span.article__topic |
Faits divers. article.article > div.article__content > p.article__chapo > span.article__topic |
Incendies. article.article > div.article__content > p.article__chapo > span.article__topic |
Faits divers. article.article > div.article__content > p.article__chapo > span.article__topic |
Faits divers. article.article > div.article__content > p.article__chapo > span.article__topic |
Carburants. article.article > div.article__content > p.article__chapo > span.article__topic |
Faits divers. article.article > div.article__content > p.article__chapo > span.article__topic |
Défense - Armée. article.article > div.article__content > p.article__chapo > span.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é 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. article.article > div.article__content > p.article__chapo > span.article__topic |
Eurovision 2026. article.article > div.article__content > p.article__chapo > span.article__topic |
Cyclisme. article.article > div.article__content > p.article__chapo > span.article__topic |
Médias-Communication. article.article > div.article__content > p.article__chapo > span.article__topic |
Sapeurs-pompiers. article.article > div.article__content > p.article__chapo > span.article__topic |
Logement. article.article > div.article__content > p.article__chapo > span.article__topic |
Impôts - Fiscalité. article.article > div.article__content > p.article__chapo > span.article__topic |
Justice. article.article > div.article__content > p.article__chapo > span.article__topic |
Justice. article.article > div.article__content > p.article__chapo > span.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. article.article > div.article__content > p.article__chapo > span.article__topic |
Donald Trump. article.article > div.article__content > p.article__chapo > span.article__topic |
Immobilier. article.article > div.article__content > p.article__chapo > span.article__topic |
Stade Toulousain. article.article > div.article__content > p.article__chapo > span.article__topic |
Faits divers. article.article > div.article__content > p.article__chapo > span.article__topic |
Faits divers. article.article > div.article__content > p.article__chapo > span.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 |
Activez votre accès div.aside-newspaper__inner > div.aside-newspaper__right-col > div#newspaper-reconciliation > a.btn |
S’inscrire aside.aside > div.aside__item > div.aside-newsletter__txt > 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.
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.
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.
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.subscription-block > div.row > div.col > img.subscription-block__image div.subscription-block > div.row > div.col > img.subscription-block__image |
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.grid-l > aside.aside > div.aside__item > img.aside-newsletter__media div.grid-l > aside.aside > 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.
Send Feedback