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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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.
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.
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 | |
|---|---|---|---|
Classe prépa Talents a.section-bandeau > div.section-graphique-bandeau > div.graphique-bandeau > img.image-bandeau | www.insee.fr/image/actualite/8546313/Bandeau_CPT_inseefr_2026.png | 96.4 KiB | 82.9 KiB |
Hausse des prix de l’essence : les ménages français l’ont anticipée ! a.section-bandeau > div.section-graphique-bandeau > div.graphique-bandeau > img.image-bandeau | /image/actualite/8982301/blogInsee_2026_04_hausse_des_pri... | 83.0 KiB | 69.5 KiB |
Avec l'Ensai, devenez datascientist a.section-bandeau > div.section-graphique-bandeau > div.graphique-bandeau > img.image-bandeau | www.insee.fr/image/actualite/7724909/Bandeau%20Ensai.png | 76.5 KiB | 63.0 KiB |
Services Publics + ul.images-footer > li.image-footer > a.lien-footer-image > img | www.insee.fr/static/img/footer/Service_public.png | 45.2 KiB | 44.3 KiB |
Réseau Quetelet ul.images-footer > li.image-footer > a.lien-footer-image > img | www.insee.fr/static/img/footer/Reseau_quetelet.png | 8.4 KiB | 7.6 KiB |
site data.gouv ul.images-footer > li.image-footer > a.lien-footer-image > img | www.insee.fr/static/img/footer/data.gouv.png | 7.7 KiB | 6.9 KiB |
div.reseaux-sociaux > div.contenu-reseaux-sociaux > a > img.cercle-instagram div.reseaux-sociaux > div.contenu-reseaux-sociaux > a > img.cercle-instagram | www.insee.fr/static/img/logo-instagram-small.png | 5.7 KiB | 5.4 KiB |
La nomenclature d'activités française (NAF) change a.section-bandeau > div.section-graphique-bandeau > div.graphique-bandeau > img.image-bandeau | www.insee.fr/image/actualite/8734429/Bandeau%20naf%20vfinale.png | 18.4 KiB | 4.9 KiB |
Système Statistique Européen ul.images-footer > li.image-footer > a.lien-footer-image > img | www.insee.fr/static/img/footer/sse.png | 5.2 KiB | 4.8 KiB |
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.
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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| www.insee.fr/static/build/highcharts-insee.js | 585.5 KiB | 480 ms |
| www.insee.fr/static/build/highcharts.js | 322.4 KiB | 280 ms |
| www.insee.fr/static/css/application.css | 84.4 KiB | 80 ms |
| www.insee.fr/static/css/swiper/swiper.min.css | 3.0 KiB | |
| www.insee.fr/static/css/featherlight/featherlight.css | 1.4 KiB | |
| www.insee.fr/static/css/dateTimePicker/jquery.datetimepicker.css | 3.9 KiB |
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 |
|---|---|---|
| cdn.matomo.cloud/insee.matomo.cloud/container_j86K86K5.js | 691200.0 s | 50.3 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 |
|---|---|
| insee.fr/ | 252 ms |
| www.insee.fr/ | 232 ms |
| www.insee.fr/fr/accueil | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
L’Institut national de la statistique et des études économiques collecte, produ… body > main#contenu | 0.464 |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.insee.fr/static/css/application.css | 84.2 KiB | 73.0 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.insee.fr/static/build/highcharts-insee.js | 576.4 KiB | 375.8 KiB |
| www.insee.fr/static/build/highcharts.js | 322.3 KiB | 270.8 KiB |
| www.insee.fr/static/js/application-lib.min.js | 258.6 KiB | 193.1 KiB |
| www.insee.fr/static/build/application.js | 116.8 KiB | 101.4 KiB |
| cdn.matomo.cloud/insee.matomo.cloud/container_j86K86K5.js | 49.8 KiB | 27.1 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.insee.fr/static/js/svg/graphsvg.js | 10.1 KiB | 3.2 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 | |
|---|---|
Insee - Institut national de la statistique et des études économiques - Mesurer… div#banniere > div.bandeau > div#logo > img.logo | www.insee.fr/static/img/logoInseeFr.svg |
Services Publics + ul.images-footer > li.image-footer > a.lien-footer-image > img | www.insee.fr/static/img/footer/Service_public.png |
Accès sourds et malentendants ul.liste-lien-acces > li > a > img#picto-acceo | www.insee.fr/static/img/pictooreille.svg |
Réseau Quetelet ul.images-footer > li.image-footer > a.lien-footer-image > img | www.insee.fr/static/img/footer/Reseau_quetelet.png |
site data.gouv ul.images-footer > li.image-footer > a.lien-footer-image > img | www.insee.fr/static/img/footer/data.gouv.png |
Insee Analyses div#contenu-section-a-la-une > article.section-actualite > a.lien-fil-actualite > img | www.insee.fr/static/img/a-la-une/collection.png |
Insee Analyses div#contenu-section-a-la-une > article.section-actualite > a.lien-fil-actualite > img | www.insee.fr/static/img/a-la-une/collection.png |
Insee Focus div#contenu-section-a-la-une > article.section-actualite > a.lien-fil-actualite > img | www.insee.fr/fr/statistiques/vignette/8967255/Image_accueil.png |
Informations rapides div#contenu-section-a-la-une > article.section-actualite > a.lien-fil-actualite > img | www.insee.fr/static/img/a-la-une/conjoncture.png |
Centre d'Accès Sécurisé Distant aux données (CASD) ul.images-footer > li.image-footer > a.lien-footer-image > img | www.insee.fr/static/img/footer/CASD.png |
Système Statistique Européen ul.images-footer > li.image-footer > a.lien-footer-image > img | www.insee.fr/static/img/footer/sse.png |
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
Some ARIA roles have required attributes that describe the state of the element to screen readers. Learn more about roles and required attributes.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Lancer la recherche sur le site
Thèmes div#banniere > div.bandeau > div#recherche-header > div#searchbar-header |
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 |
|---|
L’Institut national de la statistique et des études économiques collecte, produ… body > main#contenu > div.breadcrum |
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.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
STATISTIQUES ET ÉTUDES
DÉFINITIONS, MÉTHODES ET QUALITÉ
Définitions
Sources sta… div.footer > div.container-bloc-2 > div.bloc-2 > ul |
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 |
|---|
STATISTIQUES ET ÉTUDES div.bloc-2 > ul > div.colonne-1 > li.liste-niveau-1 |
DÉFINITIONS, MÉTHODES ET QUALITÉ
Définitions
Sources statistiques et indicateur… div.bloc-2 > ul > div.colonne-1 > li.liste-niveau-1 |
SERVICES
Réviser une pension, un loyer, bail ou contrat
Consulter les indices e… div.bloc-2 > ul > div.colonne-2 > li.liste-niveau-1 |
L'INSEE ET LA STATISTIQUE PUBLIQUE
L'Insee
Les activités de l'Insee
La statisti… div.bloc-2 > ul > div.colonne-2 > li.liste-niveau-1 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best Practices
General
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | www.insee.fr/static/js/application-lib.min.js line 1, col 14831 |
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.