Skip to content
https://journaldunet.com

Lighthouse Mobile

· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

52

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

Why this matters

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

Why this matters

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.

Why this matters

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.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:27.461 source:map[type:text value:[unattributed]]] map[reflowTime:6.256 source:map[column:51393 line:1 type:source-location url:https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js urlProvider:network]] map[reflowTime:5.339 source:map[column:50673 line:1 type:source-location url:https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js urlProvider:network]] map[reflowTime:4.166 source:map[column:50731 line:1 type:source-location url:https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js urlProvider:network]] map[reflowTime:4.123 source:map[column:50793 line:1 type:source-location url:https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js urlProvider:network]] map[reflowTime:4.734 source:map[column:69535 line:0 type:source-location url:https://astatic.ccmbg.com/ccmcms_journaldunet/dist/app/js/commons.d613c78ec39a58c9.js urlProvider:network]] map[reflowTime:0.152 source:map[column:69560 line:0 type:source-location url:https://astatic.ccmbg.com/ccmcms_journaldunet/dist/app/js/commons.d613c78ec39a58c9.js urlProvider:network]] map[reflowTime:8.374 source:map[column:70506 line:0 type:source-location url:https://astatic.ccmbg.com/ccmcms_journaldunet/dist/app/js/commons.d613c78ec39a58c9.js urlProvider:network]] map[reflowTime:6.925 source:map[column:73227 line:0 type:source-location url:https://astatic.ccmbg.com/ccmcms_journaldunet/dist/app/js/commons.d613c78ec39a58c9.js urlProvider:network]] map[reflowTime:6.976 source:map[column:74228 line:0 type:source-location url:https://astatic.ccmbg.com/ccmcms_journaldunet/dist/app/js/app.1e3f2b128b615293.js urlProvider:network]]]

Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Why this matters

Performance issues directly impact user engagement and conversion rates.

lhId: page-0-IMG
nodeLabel: Google Cloud Next 2026 : Google veut devenir le système d'exploitation de l'ent…
path: 7,HTML,2,BODY,1,DIV,0,DIV,7,DIV,1,DIV,0,DIV,0,DIV,0,DIV,0,DIV,0,FIGURE,0,A,0,PICTURE,2,IMG
selector: figure.app_fig_pano > a > picture > img
snippet: <img src="https://img-0.journaldunet.com/YAIYNRCwwhg9n8b2IhDNN5ZULgY=/460x280/smart/…" alt="Google Cloud Next 2026&nbsp;: Google veut devenir le système d'exploitation de …">

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates
value: No additional origins are good candidates for preconnecting

Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.

Why this matters

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.

Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 812 ms
URLTime Spent
journaldunet.com/812 ms
www.journaldunet.com/0.0 ms

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 300 ms 74.5 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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Script Evaluation2.1 s
Style & Layout732 ms
Other483 ms
Script Parsing & Compilation404 ms
Parse HTML & CSS151 ms
Rendering46 ms
Garbage Collection42 ms

Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions

Why this matters

Performance issues directly impact user engagement and conversion rates.

URL
Google Cloud Next 2026 : Google veut devenir le système d'exploitation de l'ent… figure.app_fig_pano > a > picture > img
/YAIYNRCwwhg9n8b2IhDNN5ZULgY=/460x280/smart/1aa0a7aa4e404...
Des frissons et un tremplin : comment l'armée de Terre séduit la Gen Z de la cy… figure.app_fig > a > picture.app_fig_img > img
/_TYnhYooI1mE773tpqntm_NxhqI=/211x106/smart/3414fa50feff4...
Créer sa start-up : les 5 meilleurs conseils des repeat founders figure.app_fig > a > picture.app_fig_img > img
/favCqnCoFfVFnC4OjQwyMy5AMb8=/211x106/smart/842c7df06a434...
Mythos, IA et cybersécurité : la fin du mythe de l'exclusivité div.grid_col > a > picture > img
/fgdIdz2JINxJ1_zpvNnig2uaWuY=/174x117/smart/8b67d049e5e14...
"Avec l'IA, les agences ne peuvent plus se rémunérer au temps passé" div.grid_col > a > picture > img
/KkubbtEhvNcqrU2O85iuT4YGck8=/174x117/smart/fe238610de524...
Les robots humanoïdes bientôt au cœur de la silver economy ? div.grid_col > a > picture > img
/XgnXynqgRti1PNJ-CcUtVTgwnfw=/174x117/smart/5e11270462114...
Cybersécurité : tout ce que les attaquants savent déjà sur votre entreprise div.grid_col > a > picture > img
/2rGmqYrB7MMFwsfXLEaC61rL-zs=/174x117/smart/0ca26bdc68524...
EUDI : comment le portefeuille d'identité numérique européen peut devenir indis… div.grid_col > a > picture > img
/JSKauda_lSUE-gF1vSzhnHCCmw0=/174x117/smart/5bc01e7cc9fc4...
RSSI : 7 red flag qui doivent vous faire refuser un poste div.grid_col > a > picture > img
/nOVKE-KOibUIwAg6Pwzec__urt4=/174x117/smart/e5d6b74ea99a4...
Les levées de fonds de la medtech française, un succès en trompe-l'oeil div.grid_col > a > picture > img
/tN0XalnyEuW_uqHSs_tkuJs_VoA=/174x117/smart/98bea6db81894...
Relations presse : l'humain n'a jamais été aussi stratégique qu'à l'ère de l'IA… div.grid_col > a > picture > img
/N4QeIw_qmuEIrsv0en-mZvEzFsU=/174x117/smart/dc45fd3a0e2a4...
L'IA n'est pas (encore) responsable de la baisse des embauches selon LinkedIn div.grid_col > a > picture > img
/KmMDWVRD37Nb4Ti34VKI9L0F8_k=/174x117/smart/30246e22ac7a4...
Votre PME industrielle est une cible réputationnelle. Voici pourquoi vous n'ête… div.grid_col > a > picture > img
/-F-PIZ2ziiVaHD17iFi6b5bBveA=/174x117/smart/0af58fa01ec14...
Détroit d'Hormuz : la stratégie invisible de l'Iran qui inquiète les puissances… div.grid_col > a > picture > img
/m994NXBswML1M4iDTOAoVnqjh34=/174x117/smart/a2de4291502d4...
YouTube teste les miniatures géolocalisées : une évolution majeure pour la Crea… div.grid_col > a > picture > img
/R2YIKJrgQKIGXlQAd8gKE82VU-Q=/174x117/smart/7213fc5962784...

More information about the performance of your application. These numbers don't directly affect the Performance score.

Layout shift culprits
Optimize DOM size
Font display
Improve image delivery
LCP breakdown
Modern HTTP
Optimize viewport for mobile
Minify CSS
Minify JavaScript
Avoids enormous network payloads Total size was 1,433 KiB
User Timing marks and measures 290 user timings
Avoid long main-thread tasks 19 long tasks found
Page didn't prevent back/forward cache restoration
Network Requests
Network Round Trip Times 30 ms
Server Backend Latencies 120 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 30 ms
Avoid large layout shifts 1 layout shift found
INP breakdown
Avoid non-composited animations
68

Accessibility

These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.

Contrast

Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Suivez-nous div.layout > div.grid_row > div.grid_col > h3.app_mod_int_title
Restez connecté div.layout > div.grid_row > div.grid_col > h3.app_mod_int_title

These are opportunities to improve the legibility of your content.

Names and labels

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
body.app--rwd > div.ccmcss_offcanvas_1 > div.ccmcss_offcanvas_2 > img body.app--rwd > div.ccmcss_offcanvas_1 > div.ccmcss_offcanvas_2 > img

Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
body.app--rwd > div#appconsent > iframe body.app--rwd > div#appconsent > iframe

Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.app_header__right > ul > li > a.jDropBtn div.app_header__right > ul > li > a.jDropBtn
div.app_header__right > ul > li > a.jHeaderDisconnected div.app_header__right > ul > li > a.jHeaderDisconnected
div.grid_row > div.grid_col > div.app_share_icons > a div.grid_row > div.grid_col > div.app_share_icons > a
div.grid_row > div.grid_col > div.app_share_icons > a div.grid_row > div.grid_col > div.app_share_icons > a
div.grid_row > div.grid_col > div.app_share_icons > a div.grid_row > div.grid_col > div.app_share_icons > a
div.ccmcss_offcanvas_2 > footer.cp_footer > div.cp_footer__logo > a div.ccmcss_offcanvas_2 > footer.cp_footer > div.cp_footer__logo > 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.

Best practices

Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. Learn more about the refresh meta tag.

Why this matters

Informational: a Permissions-Policy directive showing feature -> allowed origins.

Source: MDN Permissions-Policy

Failing Elements
head > meta head > meta

Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Qui sommes-nous ? div#footer_internal_links > ul > li > a
L'équipe div#footer_internal_links > ul > li > a
Notre société div#footer_internal_links > ul > li > a
Publicité div#footer_internal_links > ul > li > a
Contact div#footer_internal_links > ul > li > a
Recrutement div#footer_internal_links > ul > li > a
Données personnelles div#footer_internal_links > ul > li > a
Paramétrer les cookies div#footer_internal_links > ul > li > a.jConsentChoice
Gérer Utiq div#footer_internal_links > ul > li > a#utiq__modal-manager
Tous les articles div#footer_internal_links > ul > li > a
RSS div#footer_internal_links > ul > li > a
Corrections div#footer_internal_links > ul > li > a
Mentions légales div#footer_internal_links > ul > li > a
Groupe Figaro div#footer_internal_links > ul > li > a
© 2025 CCM Benchmark div#footer_internal_links > ul > li > a

These items highlight common accessibility best practices.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
Input buttons have discernible text.
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
Image elements do not have `[alt]` attributes that are redundant text.
`[accesskey]` values are unique
`[aria-*]` attributes match their roles
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements use only permitted ARIA attributes
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
`<input type="image">` elements have `[alt]` text
Links are distinguishable without relying on color.
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
No element has a `[tabindex]` value greater than 0
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
96

Best Practices

User Experience

Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLDisplayed sizeActual sizeExpected size
Google Cloud Next 2026 : Google veut devenir le système d'exploitation de l'ent… figure.app_fig_pano > a > picture > img
/YAIYNRCwwhg9n8b2IhDNN5ZULgY=/460x280/smart/1aa0a7aa4e404...412 x 251460 x 280618 x 377
Des frissons et un tremplin : comment l'armée de Terre séduit la Gen Z de la cy… figure.app_fig > a > picture.app_fig_img > img
/_TYnhYooI1mE773tpqntm_NxhqI=/211x106/smart/3414fa50feff4...188 x 95211 x 106282 x 143
Créer sa start-up : les 5 meilleurs conseils des repeat founders figure.app_fig > a > picture.app_fig_img > img
/favCqnCoFfVFnC4OjQwyMy5AMb8=/211x106/smart/842c7df06a434...188 x 95211 x 106282 x 143
"Avec l'IA, les agences ne peuvent plus se rémunérer au temps passé" div.grid_col > a > picture > img
/KkubbtEhvNcqrU2O85iuT4YGck8=/174x117/smart/fe238610de524...157 x 105174 x 117236 x 158
Mythos, IA et cybersécurité : la fin du mythe de l'exclusivité div.grid_col > a > picture > img
/fgdIdz2JINxJ1_zpvNnig2uaWuY=/174x117/smart/8b67d049e5e14...157 x 105174 x 117236 x 158
Uses HTTPS
Avoids deprecated APIs
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Page has the HTML doctype
Properly defines charset
No browser errors logged to the console
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Page has valid source maps
Redirects HTTP traffic to HTTPS
Mitigate clickjacking with XFO or CSP
92

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
body.app--rwd > div.ccmcss_offcanvas_1 > div.ccmcss_offcanvas_2 > img body.app--rwd > div.ccmcss_offcanvas_1 > div.ccmcss_offcanvas_2 > img

Format your HTML in a way that enables crawlers to better understand your app’s content.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
Links have descriptive text
Links are crawlable
robots.txt is valid
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback