Lighthouse Desktop
· 0 checks — Desktop 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.
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.
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 | |
|---|---|---|---|
News div.m-em-video__video > div.m-item-image > picture.a-picture > img.a-img | /media/display/e6279b3c-db08-11ee-b7f5-005056bf30b7/w:102... | 34.0 KiB | 31.5 KiB |
In this file photo, smoke billows after drone strikes by the paramilitary Rapid… div.m-item-list-article > a.m-item-image > picture.a-picture > img.a-img | /media/display/dc9cc68e-3847-11f1-af04-005056bf30b7/w:102... | 41.9 KiB | 24.4 KiB |
An Israeli soldier stands atop an artillery unit as it fires toward southern Le… div.m-item-list-article > a.m-item-image > picture.a-picture > img.a-img | /media/display/65dcfdd8-38e3-11f1-9fff-005056a97e36/w:720... | 24.4 KiB | 19.2 KiB |
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| /495f718a-9d29-4830-96dc-6035928a6362/loader.js?target=ww... | 7200.0 s | 218.3 KiB |
| tms.fmm.io/f24/en.js | 14393.0 s | 65.4 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Diagnostics
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.france24.com/build/css/root.588dad1f50ec30ab9a1b.css | 22.6 KiB | 20.7 KiB |
| 21.0 KiB | 15.9 KiB | |
| body [v-cloak]{display:none} … | 20.0 KiB | 14.9 KiB |
| .a-svg--picto-add-pwa{background:url('data:image/svg+xml; … } … | 15.7 KiB | 13.3 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.france24.com/build/js/vendor.888681600e07828a60a8.js | 176.2 KiB | 82.0 KiB |
| /sdk/d4911c3d5b4b9a80b40e05167f53d1b1e8da81f3/modern/sdk.... | 100.7 KiB | 41.6 KiB |
| www.france24.com/build/5351.1d4599263f000dafb15e.js | 47.1 KiB | 38.5 KiB |
| tms.fmm.io/f24/en.js | 65.2 KiB | 38.1 KiB |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| france24.com/ | 202 ms |
| www.france24.com/ | 212 ms |
| www.france24.com/en/ | 0.0 ms |
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.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Sudan's forgotten war: three years on, humanitarian catastrophe has no end in s… div.article__infos > div.article__title > a > h2 |
These are opportunities to improve keyboard navigation in your application.
Tables and lists
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
France 24 - International breaking news, top stories and headlines header.o-header > nav.o-header__inner > ul.o-header-nav > li.a-header-entry |
HOME header.o-header > nav.o-header__inner > ul.o-header-nav > li.a-header-entry |
SHOWS header.o-header > nav.o-header__inner > ul.o-header-nav > li.a-header-entry |
NEWSFEED header.o-header > nav.o-header__inner > ul.o-header-nav > li.a-header-entry |
LIVE header.o-header > nav.o-header__inner > ul.o-header-nav > li.a-header-entry |
header.o-header > nav.o-header__inner > ul.o-header-nav > li.a-header-entry header.o-header > nav.o-header__inner > ul.o-header-nav > li.a-header-entry |
EN header.o-header > nav.o-header__inner > ul.o-header-nav > li.a-header-entry |
SETTINGS header.o-header > nav.o-header__inner > ul.o-header-nav > li.a-header-entry |
MENU header.o-header > nav.o-header__inner > ul.o-header-nav > li.a-header-entry |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
SETTINGS ul.o-header-nav > li.a-header-entry > div.a-site-nav-button-wrapper > button.a-nav-item |
Best Practices
General
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.