Lighthouse Mobile
· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Performance issues directly impact user engagement and conversion rates.
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| utiq.france.tv/utiqLoader.js | 0.0 ms | 40.8 KiB |
| /fedf8125-d890-4ef1-a017-6700106a71f1/loader.js?target=ww... | 7200.0 s | 36.9 KiB |
| tag.aticdn.net/piano-analytics.js | 14400.0 s | 26.6 KiB |
| utiqcontent.com/website/logos/utiq-com.svg | 0.0 ms | 1.9 KiB |
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.jTWvec > div.hWgZTB > picture.jhVjVz > img.dcuyOP div.jTWvec > div.hWgZTB > picture.jhVjVz > img.dcuyOP | /ph1tOq_02-YWpzf4XS9KHgJ9LLM/970x0/filters:quality(85):fo... | 152.4 KiB | 113.6 KiB |
div.jTWvec > div.hWgZTB > picture.jhVjVz > img.dcuyOP div.jTWvec > div.hWgZTB > picture.jhVjVz > img.dcuyOP | /C5zllAISJYRDsvWmaZGJAZTbsTo/970x0/filters:quality(85):fo... | 112.1 KiB | 73.2 KiB |
span.iAGuGS > span.cHvGDh > span.krIypG > img span.iAGuGS > span.cHvGDh > span.krIypG > img | /pxSMUc_FseiuROtvTTOcx8UobEY/400x0/filters:quality(85):fo... | 58.6 KiB | 23.9 KiB |
span.iAGuGS > span.cHvGDh > span.krIypG > img span.iAGuGS > span.cHvGDh > span.krIypG > img | /P3Dy6bcxEthiLZhSG8C9cQlO0O8/400x0/filters:quality(85):fo... | 21.1 KiB | 6.8 KiB |
span.iAGuGS > span.cHvGDh > span.krIypG > img span.iAGuGS > span.cHvGDh > span.krIypG > img | /64gWEKoSvwmGvklBA3sJCPv2X8I/400x0/filters:quality(85):fo... | 19.7 KiB | 5.0 KiB |
span.iAGuGS > span.cHvGDh > span.krIypG > img span.iAGuGS > span.cHvGDh > span.krIypG > img | /_eDeDcjVsi-HQOpL39ZKKE6KIEQ/400x0/filters:quality(85):fo... | 19.1 KiB | 4.5 KiB |
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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.
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
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
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.
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.
Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. Learn how to avoid long main-thread tasks
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.france.tv/ | 3.6 s | 154 ms | 143 ms |
| www.france.tv/_next/static/chunks/0-kkveyz.tao8.js | 1.9 s | 1.5 s | 38 ms |
| Unattributable | 1.5 s | 352 ms | 0.0 ms |
| www.france.tv/_next/static/chunks/0j15lq9f6jk8_.js | 619 ms | 617 ms | 1.7 ms |
| /sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/sdk.... | 470 ms | 404 ms | 64 ms |
| /sdk/22ecd6bfac93de604efec0b75b2c796ee1675f92/modern/ui-w... | 402 ms | 223 ms | 45 ms |
| utiq.france.tv/utiqLoader.js | 355 ms | 268 ms | 23 ms |
| www.france.tv/_next/static/chunks/02d395-i3s0zg.js | 151 ms | 7.0 ms | 22 ms |
| tag.aticdn.net/piano-analytics.js | 97 ms | 81 ms | 14 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 | 3.8 s |
| Other | 1.9 s |
| Style & Layout | 1.9 s |
| Rendering | 651 ms |
| Script Parsing & Compilation | 528 ms |
| Parse HTML & CSS | 452 ms |
| Garbage Collection | 173 ms |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
ARIA
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Chaînes div.ugoA > nav.llhDgj > div.ilDRWN > div.gwOpWH |
Directs div.ugoA > nav.llhDgj > div.ilDRWN > div.gwOpWH |
Catégories div.ugoA > nav.llhDgj > div.ilDRWN > div.gwOpWH |
France Info div.ugoA > nav.llhDgj > div.ilDRWN > div.gwOpWH |
Jeunesse div.ugoA > nav.llhDgj > div.ilDRWN > div.gwOpWH |
Services div.ugoA > nav.llhDgj > div.ilDRWN > div.gwOpWH |
Contact div.ugoA > nav.llhDgj > div.ilDRWN > div.gwOpWH |
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
134 partenaires div.didomi-popup-notice-text > div > p > span |
When a `progressbar` 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 label `progressbar` elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Progression en cours : 94% li.glPIQH > span.iAGuGS > span.cHvGDh > div.kjSWHO |
Progression en cours : 78% li.glPIQH > span.iAGuGS > span.cHvGDh > div.kjSWHO |
Progression en cours : 82% li.glPIQH > span.iAGuGS > span.cHvGDh > div.kjSWHO |
Progression en cours : 99% li.glPIQH > span.iAGuGS > span.cHvGDh > div.kjSWHO |
Progression en cours : 97% li.glPIQH > span.iAGuGS > span.cHvGDh > div.kjSWHO |
Progression en cours : 42% li.glPIQH > span.iAGuGS > span.cHvGDh > div.kjSWHO |
Progression en cours : 86% li.glPIQH > span.iAGuGS > span.cHvGDh > div.kjSWHO |
Progression en cours : 80% li.glPIQH > span.iAGuGS > span.cHvGDh > div.kjSWHO |
Progression en cours : 65% li.glPIQH > span.iAGuGS > span.cHvGDh > div.kjSWHO |
Progression en cours : 28% li.glPIQH > span.iAGuGS > span.cHvGDh > div.kjSWHO |
Progression en cours : 28% li.glPIQH > span.iAGuGS > span.cHvGDh > div.kjSWHO |
Progression en cours : 84% li.glPIQH > span.iAGuGS > span.cHvGDh > div.kjSWHO |
Progression en cours : 80% li.glPIQH > span.iAGuGS > span.cHvGDh > div.kjSWHO |
Progression en cours : 63% li.glPIQH > span.iAGuGS > span.cHvGDh > div.kjSWHO |
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
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 |
|---|
header.euRjEA > nav.bnyIZY > div > a.bEfsqy header.euRjEA > nav.bnyIZY > div > a.bEfsqy |
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
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.