Mobile 375 × 812

Desktop 1440 × 900

Score: 77 / 100
Based on 8 categories, 0 sections
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.
Content-Security-Policy header is missing
No Content-Security-Policy header found
3 control(s) without accessible label
Cross-Origin-Embedder-Policy header is missing
Cross-Origin-Opener-Policy header is missing
[](https://beavercheck.com/results/641dd35b-81f4-4dc7-a2fc-a9bfdf5987e6)<a href="https://beavercheck.com/results/641dd35b-81f4-4dc7-a2fc-a9bfdf5987e6"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Flinuxfr.org" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Flinuxfr.orgThis badge auto-updates with your latest scan result.
Thanks for your feedback!
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.
2.98 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.40 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
54 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.036
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.58 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.
5.44 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| /img/687474703a2f2f7777772e617072696c2e6f72672f66696c6573... | 3600.0 s | 18.5 KiB |
| /assets/application-ea18d32113d34928f73c40c3e7e4aee7b5cc7... | 864000.0 s | 143.6 KiB |
| /assets/application-c62860ac5f0522aa8cd2bb9e4162050f55f36... | 864000.0 s | 75.6 KiB |
| linuxfr.org/images/logos/logo-linuxfr-cadre-dehors.png | 864000.0 s | 16.3 KiB |
| linuxfr.org/images/sections/16.png | 864000.0 s | 13.7 KiB |
| linuxfr.org/images/sections/67.png | 864000.0 s | 8.4 KiB |
| linuxfr.org/images/sections/62.png | 864000.0 s | 4.3 KiB |
| linuxfr.org/images/sections/85.png | 864000.0 s | 3.3 KiB |
| linuxfr.org/images/sections/22.png | 864000.0 s | 3.1 KiB |
| linuxfr.org/images/sections/9.png | 864000.0 s | 3.0 KiB |
| linuxfr.org/images/icones/download.svg | 864000.0 s | 2.8 KiB |
| linuxfr.org/images/sections/79.png | 864000.0 s | 2.6 KiB |
| linuxfr.org/images/sections/46.png | 864000.0 s | 2.4 KiB |
| linuxfr.org/images/contrib/RonRonnement/coin-transparent.png | 864000.0 s | 396 B |
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.
| URL | Est Savings |
|---|---|
| linuxfr.org/fonts/Merriweather-Regular.woff2 | 395 ms |
| linuxfr.org/fonts/Lato-Regular.woff2 | 340 ms |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Soutien April section#container > aside.banner > a > img | /img/687474703a2f2f7777772e617072696c2e6f72672f66696c6573... | 18.2 KiB | 15.2 KiB |
Graphisme/photo div.figures > figure.image > a > img | linuxfr.org/images/sections/16.png | 13.4 KiB | 12.0 KiB |
LinuxFr.org body#home-index > aside#sidebar > header#branding > h1 | linuxfr.org/images/logos/logo-linuxfr-cadre-dehors.png | 16.0 KiB | 9.9 KiB |
Éducation div.figures > figure.image > a > img | linuxfr.org/images/sections/67.png | 8.1 KiB | 6.8 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.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| /assets/application-c62860ac5f0522aa8cd2bb9e4162050f55f36... | 75.6 KiB | 450 ms |
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.
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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /assets/application-c62860ac5f0522aa8cd2bb9e4162050f55f36... | 75.3 KiB | 62.2 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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /assets/application-ea18d32113d34928f73c40c3e7e4aee7b5cc7... | 143.1 KiB | 98.5 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
| URL | |
|---|---|
Soutien April section#container > aside.banner > a > img | /img/687474703a2f2f7777772e617072696c2e6f72672f66696c6573... |
Graphisme/photo div.figures > figure.image > a > img | linuxfr.org/images/sections/16.png |
Éducation div.figures > figure.image > a > img | linuxfr.org/images/sections/67.png |
Éducation div.figures > figure.image > a > img | linuxfr.org/images/sections/67.png |
Mageia div.figures > figure.image > a > img | linuxfr.org/images/sections/79.png |
Open Data div.figures > figure.image > a > img | linuxfr.org/images/sections/85.png |
Internet div.figures > figure.image > a > img | linuxfr.org/images/sections/22.png |
Sécurité div.figures > figure.image > a > img | linuxfr.org/images/sections/46.png |
Sécurité div.figures > figure.image > a > img | linuxfr.org/images/sections/46.png |
Bureautique div.figures > figure.image > a > img | linuxfr.org/images/sections/62.png |
Communauté div.figures > figure.image > a > img | linuxfr.org/images/sections/9.png |
Bureautique div.figures > figure.image > a > img | linuxfr.org/images/sections/62.png |
Communauté div.figures > figure.image > a > img | linuxfr.org/images/sections/9.png |
Communauté div.figures > figure.image > a > img | linuxfr.org/images/sections/9.png |
Communauté div.figures > figure.image > a > img | linuxfr.org/images/sections/9.png |
Communauté div.figures > figure.image > a > img | linuxfr.org/images/sections/9.png |
Communauté div.figures > figure.image > a > img | linuxfr.org/images/sections/9.png |
Libre en Fête div.content > p > a > img | /img/68747470733a2f2f7777772e6c696272652d656e2d666574652e... |
Image de démarrage de GIMP 3.2, par Mark McCaughrean (CC by-sa 4.0) article.node > div.content > p > img | /img/68747470733a2f2f7777772e67696d702e6f72672f6e6577732f... |
Projets Libres x FPOSM : la fédération des professionnels d'OpenStreetMap article.node > div.content > p > img | /img/68747470733a2f2f7069632e696e66696e692e66722f33704457... |
Libre en Fête div.content > p > a > img | /img/68747470733a2f2f7777772e6c696272652d656e2d666574652e... |
Logo Colibre article.node > div.content > p > img | /img/68747470733a2f2f636f6c696272652e6f72672f77702d636f6e... |
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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
| Failing Elements |
|---|
Se connecter body#home-index > aside#sidebar > div.login > h1 |
Posté par yinqi le 02 mars 2026 à 19:45. article.node > header > div.meta > span.posted_by_spanblock |
yinqi header > div.meta > span.posted_by_spanblock > a |
le 02 mars 2026 à 19:45 header > div.meta > span.posted_by_spanblock > time.updated |
Édité par Benoît Sibaud, Arkem et Ysabeau 🧶. article.node > header > div.meta > span.edited_by_spanblock |
Benoît Sibaud, Arkem et Ysabeau 🧶 header > div.meta > span.edited_by_spanblock > span.edited_by |
Benoît Sibaud div.meta > span.edited_by_spanblock > span.edited_by > a |
Arkem div.meta > span.edited_by_spanblock > span.edited_by > a |
Ysabeau 🧶 div.meta > span.edited_by_spanblock > span.edited_by > a |
Modéré par Ysabeau 🧶. article.node > header > div.meta > span.moderated_by_spanblock |
Ysabeau 🧶 header > div.meta > span.moderated_by_spanblock > a |
Licence CC By‑SA. article.node > header > div.meta > a |
Trier par : datenoteintérêtdernier commentaire body#home-index > section#container > nav.toolbox > div.order_navbar |
date div.order_navbar > ul > li > a |
note div.order_navbar > ul > li > a |
intérêt nav.toolbox > div.order_navbar > ul > li |
dernier commentaire div.order_navbar > ul > li > a |
Posté par yinqi le 02 avril 2026 à 12:29. article.node > header > div.meta > span.posted_by_spanblock |
yinqi header > div.meta > span.posted_by_spanblock > a |
le 02 avril 2026 à 12:29 header > div.meta > span.posted_by_spanblock > time.updated |
Édité par Benoît Sibaud et Ysabeau 🧶. article.node > header > div.meta > span.edited_by_spanblock |
Benoît Sibaud et Ysabeau 🧶 header > div.meta > span.edited_by_spanblock > span.edited_by |
Benoît Sibaud div.meta > span.edited_by_spanblock > span.edited_by > a |
Ysabeau 🧶 div.meta > span.edited_by_spanblock > span.edited_by > a |
Modéré par Ysabeau 🧶. article.node > header > div.meta > span.moderated_by_spanblock |
Ysabeau 🧶 header > div.meta > span.moderated_by_spanblock > a |
Licence CC By‑SA. article.node > header > div.meta > a |
Posté par Nicolas Lœuillet (site web personnel, Mastodon) le 01 avril 2026 à 12… article.node > header > div.meta > span.posted_by_spanblock |
Nicolas Lœuillet header > div.meta > span.posted_by_spanblock > a |
site web personnel header > div.meta > span.posted_by_spanblock > a |
Mastodon header > div.meta > span.posted_by_spanblock > a |
le 01 avril 2026 à 12:19 header > div.meta > span.posted_by_spanblock > time.updated |
Édité par Ysabeau 🧶, Xavier Teyssier et Benoît Sibaud. article.node > header > div.meta > span.edited_by_spanblock |
Ysabeau 🧶, Xavier Teyssier et Benoît Sibaud header > div.meta > span.edited_by_spanblock > span.edited_by |
Ysabeau 🧶 div.meta > span.edited_by_spanblock > span.edited_by > a |
Xavier Teyssier div.meta > span.edited_by_spanblock > span.edited_by > a |
Benoît Sibaud div.meta > span.edited_by_spanblock > span.edited_by > a |
Modéré par Xavier Teyssier. article.node > header > div.meta > span.moderated_by_spanblock |
Xavier Teyssier header > div.meta > span.moderated_by_spanblock > a |
Licence CC By‑SA. article.node > header > div.meta > a |
Posté par Ysabeau 🧶 (courriel, site web personnel, Mastodon) le 31 mars 2026 à … article.node > header > div.meta > span.posted_by_spanblock |
Ysabeau 🧶 header > div.meta > span.posted_by_spanblock > a |
courriel header > div.meta > span.posted_by_spanblock > a |
site web personnel header > div.meta > span.posted_by_spanblock > a |
Mastodon header > div.meta > span.posted_by_spanblock > a |
le 31 mars 2026 à 22:12 header > div.meta > span.posted_by_spanblock > time.updated |
Édité par Xavier Teyssier et Benoît Sibaud. article.node > header > div.meta > span.edited_by_spanblock |
Xavier Teyssier et Benoît Sibaud header > div.meta > span.edited_by_spanblock > span.edited_by |
Xavier Teyssier div.meta > span.edited_by_spanblock > span.edited_by > a |
Benoît Sibaud div.meta > span.edited_by_spanblock > span.edited_by > a |
Modéré par Benoît Sibaud. article.node > header > div.meta > span.moderated_by_spanblock |
Benoît Sibaud header > div.meta > span.moderated_by_spanblock > a |
Licence CC By‑SA. article.node > header > div.meta > a |
Posté par echarp (site web personnel, Mastodon) le 31 mars 2026 à 09:01. article.node > header > div.meta > span.posted_by_spanblock |
echarp header > div.meta > span.posted_by_spanblock > a |
site web personnel header > div.meta > span.posted_by_spanblock > a |
Mastodon header > div.meta > span.posted_by_spanblock > a |
le 31 mars 2026 à 09:01 header > div.meta > span.posted_by_spanblock > time.updated |
Édité par Benoît Sibaud. article.node > header > div.meta > span.edited_by_spanblock |
Benoît Sibaud div.meta > span.edited_by_spanblock > span.edited_by > a |
Modéré par Pierre Jarillon. article.node > header > div.meta > span.moderated_by_spanblock |
Pierre Jarillon header > div.meta > span.moderated_by_spanblock > a |
Licence CC By‑SA. article.node > header > div.meta > a |
Posté par Collectif le 29 mars 2026 à 16:39. article.node > header > div.meta > span.posted_by_spanblock |
Collectif header > div.meta > span.posted_by_spanblock > a |
le 29 mars 2026 à 16:39 header > div.meta > span.posted_by_spanblock > time.updated |
Édité par Benoît Sibaud et Ysabeau 🧶. article.node > header > div.meta > span.edited_by_spanblock |
Benoît Sibaud et Ysabeau 🧶 header > div.meta > span.edited_by_spanblock > span.edited_by |
Benoît Sibaud div.meta > span.edited_by_spanblock > span.edited_by > a |
Ysabeau 🧶 div.meta > span.edited_by_spanblock > span.edited_by > a |
Modéré par Ysabeau 🧶. article.node > header > div.meta > span.moderated_by_spanblock |
Ysabeau 🧶 header > div.meta > span.moderated_by_spanblock > a |
Licence CC By‑SA. article.node > header > div.meta > a |
Posté par esques le 28 mars 2026 à 17:38. article.node > header > div.meta > span.posted_by_spanblock |
esques header > div.meta > span.posted_by_spanblock > a |
le 28 mars 2026 à 17:38 header > div.meta > span.posted_by_spanblock > time.updated |
Édité par Benoît Sibaud, Pierre Jarillon et Ysabeau 🧶. article.node > header > div.meta > span.edited_by_spanblock |
Benoît Sibaud, Pierre Jarillon et Ysabeau 🧶 header > div.meta > span.edited_by_spanblock > span.edited_by |
Benoît Sibaud div.meta > span.edited_by_spanblock > span.edited_by > a |
Pierre Jarillon div.meta > span.edited_by_spanblock > span.edited_by > a |
Ysabeau 🧶 div.meta > span.edited_by_spanblock > span.edited_by > a |
Modéré par Julien Jorge. article.node > header > div.meta > span.moderated_by_spanblock |
Julien Jorge header > div.meta > span.moderated_by_spanblock > a |
Licence CC By‑SA. article.node > header > div.meta > a |
Posté par Collectif le 27 mars 2026 à 20:33. article.node > header > div.meta > span.posted_by_spanblock |
Collectif header > div.meta > span.posted_by_spanblock > a |
le 27 mars 2026 à 20:33 header > div.meta > span.posted_by_spanblock > time.updated |
Édité par 5 personnes. article.node > header > div.meta > span.edited_by_spanblock |
5 personnes div.meta > span.edited_by_spanblock > span.edited_by > a |
Modéré par Benoît Sibaud. article.node > header > div.meta > span.moderated_by_spanblock |
Benoît Sibaud header > div.meta > span.moderated_by_spanblock > a |
Licence CC By‑SA. article.node > header > div.meta > a |
Posté par Frederic Couchet le 26 mars 2026 à 17:02. article.node > header > div.meta > span.posted_by_spanblock |
Frederic Couchet header > div.meta > span.posted_by_spanblock > a |
le 26 mars 2026 à 17:02 header > div.meta > span.posted_by_spanblock > time.updated |
Édité par Benoît Sibaud. article.node > header > div.meta > span.edited_by_spanblock |
Benoît Sibaud div.meta > span.edited_by_spanblock > span.edited_by > a |
Modéré par Benoît Sibaud. article.node > header > div.meta > span.moderated_by_spanblock |
Benoît Sibaud header > div.meta > span.moderated_by_spanblock > a |
Licence CC By‑SA. article.node > header > div.meta > a |
Posté par Nicolas Pettiaux le 26 mars 2026 à 07:45. article.node > header > div.meta > span.posted_by_spanblock |
Nicolas Pettiaux header > div.meta > span.posted_by_spanblock > a |
le 26 mars 2026 à 07:45 header > div.meta > span.posted_by_spanblock > time.updated |
Édité par Arkem. article.node > header > div.meta > span.edited_by_spanblock |
Arkem div.meta > span.edited_by_spanblock > span.edited_by > a |
Modéré par Benoît Sibaud. article.node > header > div.meta > span.moderated_by_spanblock |
Benoît Sibaud header > div.meta > span.moderated_by_spanblock > a |
Licence CC By‑SA. article.node > header > div.meta > a |
Posté par Etienne Gonnu le 26 mars 2026 à 07:44. article.node > header > div.meta > span.posted_by_spanblock |
Etienne Gonnu header > div.meta > span.posted_by_spanblock > a |
le 26 mars 2026 à 07:44 header > div.meta > span.posted_by_spanblock > time.updated |
Modéré par Benoît Sibaud. article.node > header > div.meta > span.moderated_by_spanblock |
Benoît Sibaud header > div.meta > span.moderated_by_spanblock > a |
Licence CC By‑SA. article.node > header > div.meta > a |
Posté par Podcast Projets Libres (site web personnel, Mastodon) le 24 mars 2026… article.node > header > div.meta > span.posted_by_spanblock |
Podcast Projets Libres header > div.meta > span.posted_by_spanblock > a |
site web personnel header > div.meta > span.posted_by_spanblock > a |
Mastodon header > div.meta > span.posted_by_spanblock > a |
le 24 mars 2026 à 09:42 header > div.meta > span.posted_by_spanblock > time.updated |
Édité par Benoît Sibaud. article.node > header > div.meta > span.edited_by_spanblock |
Benoît Sibaud div.meta > span.edited_by_spanblock > span.edited_by > a |
Modéré par Pierre Jarillon. article.node > header > div.meta > span.moderated_by_spanblock |
Pierre Jarillon header > div.meta > span.moderated_by_spanblock > a |
Licence CC By‑SA. article.node > header > div.meta > a |
Posté par Collectif le 23 mars 2026 à 07:38. article.node > header > div.meta > span.posted_by_spanblock |
Collectif header > div.meta > span.posted_by_spanblock > a |
le 23 mars 2026 à 07:38 header > div.meta > span.posted_by_spanblock > time.updated |
Édité par Benoît Sibaud. article.node > header > div.meta > span.edited_by_spanblock |
Benoît Sibaud div.meta > span.edited_by_spanblock > span.edited_by > a |
Modéré par Benoît Sibaud. article.node > header > div.meta > span.moderated_by_spanblock |
Benoît Sibaud header > div.meta > span.moderated_by_spanblock > a |
Licence CC By‑SA. article.node > header > div.meta > a |
Posté par BAud (site web personnel) le 22 mars 2026 à 19:40. article.node > header > div.meta > span.posted_by_spanblock |
BAud header > div.meta > span.posted_by_spanblock > a |
site web personnel header > div.meta > span.posted_by_spanblock > a |
le 22 mars 2026 à 19:40 header > div.meta > span.posted_by_spanblock > time.updated |
Édité par 4 personnes. article.node > header > div.meta > span.edited_by_spanblock |
4 personnes div.meta > span.edited_by_spanblock > span.edited_by > a |
Modéré par Benoît Sibaud. article.node > header > div.meta > span.moderated_by_spanblock |
Benoît Sibaud header > div.meta > span.moderated_by_spanblock > a |
Licence CC By‑SA. article.node > header > div.meta > a |
Posté par Benoît Sibaud (site web personnel) le 21 mars 2026 à 10:20. article.node > header > div.meta > span.posted_by_spanblock |
Benoît Sibaud header > div.meta > span.posted_by_spanblock > a |
site web personnel header > div.meta > span.posted_by_spanblock > a |
le 21 mars 2026 à 10:20 header > div.meta > span.posted_by_spanblock > time.updated |
Édité par Ysabeau 🧶. article.node > header > div.meta > span.edited_by_spanblock |
Ysabeau 🧶 div.meta > span.edited_by_spanblock > span.edited_by > a |
Modéré par Ysabeau 🧶. article.node > header > div.meta > span.moderated_by_spanblock |
Ysabeau 🧶 header > div.meta > span.moderated_by_spanblock > a |
Licence CC By‑SA. article.node > header > div.meta > a |
Posté par tito (site web personnel, Mastodon) le 18 mars 2026 à 11:12. article.node > header > div.meta > span.posted_by_spanblock |
tito header > div.meta > span.posted_by_spanblock > a |
site web personnel header > div.meta > span.posted_by_spanblock > a |
Mastodon header > div.meta > span.posted_by_spanblock > a |
le 18 mars 2026 à 11:12 header > div.meta > span.posted_by_spanblock > time.updated |
Édité par 4 personnes. article.node > header > div.meta > span.edited_by_spanblock |
4 personnes div.meta > span.edited_by_spanblock > span.edited_by > a |
Modéré par patrick_g. article.node > header > div.meta > span.moderated_by_spanblock |
patrick_g header > div.meta > span.moderated_by_spanblock > a |
Licence CC By‑SA. article.node > header > div.meta > a |
10 nav.toolbox > nav.pagination > span.page > a |
11 nav.toolbox > nav.pagination > span.page > a |
Suivant › nav.toolbox > nav.pagination > span.next > a |
Dernier › nav.toolbox > nav.pagination > span.last > a |
Revenir en haut de page section#container > footer > p > a.scroll |
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.
| Failing Elements |
|---|
NdM : La date initialement prévue était jeudi 02 avril. Elle a été reportée au … main#contents > article.node > div.content > h3#toc-ndm--la-date-initialement-prévue-était-jeudi-02-avril-elle-a-été-reportée-au-10-même-lieu-même-heure |
ÉducaLibre 2026 : appel à propositions d'ateliers, conférences et tables rondes main#contents > article.node > div.content > h3#toc-Éducalibre-2026--appel-à-propositions-dateliers-conférences-et-tables-rondes |
These are opportunities to improve keyboard navigation in your application.
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.
| Failing Elements |
|---|
Liens nav#site > ul > li > a |
Forums nav#site > ul > li > a |
Rédaction nav#site > ul > li > a |
🎙️ Projets Libres nav#site > ul > li > a#podcast |
nav#site > form > div.searchbox > input#query nav#site > form > div.searchbox > input#query |
Éditions D-BookeR section#friends > ul > li > a |
Éditions Eyrolles section#friends > ul > li > a |
Éditions Diamond section#friends > ul > li > a |
Éditions ENI section#friends > ul > li > a |
Lea-Linux section#friends > ul > li > a |
En Vente Libre section#friends > ul > li > a |
Grafik Plus section#friends > ul > li > a |
Mentions légales nav#about_us > ul > li > a |
Faire un don nav#about_us > ul > li > a |
L’équipe de LinuxFr.org nav#about_us > ul > li > a |
Informations sur le site nav#about_us > ul > li > a |
Aide / Foire aux questions nav#about_us > ul > li > a |
Suivi des suggestions et bogues nav#about_us > ul > li > a |
These items highlight common accessibility best practices.
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.
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.
544 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.53 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.030
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
820 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
1.55 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| /img/687474703a2f2f7777772e617072696c2e6f72672f7369746573... | 3600.0 s | 26.1 KiB |
| /assets/application-ea18d32113d34928f73c40c3e7e4aee7b5cc7... | 864000.0 s | 143.6 KiB |
| /assets/application-c62860ac5f0522aa8cd2bb9e4162050f55f36... | 864000.0 s | 75.6 KiB |
| linuxfr.org/images/logos/logo-linuxfr-cadre-dehors.png | 864000.0 s | 16.3 KiB |
| linuxfr.org/images/sections/16.png | 864000.0 s | 13.7 KiB |
| linuxfr.org/images/sections/67.png | 864000.0 s | 8.4 KiB |
| linuxfr.org/images/sections/62.png | 864000.0 s | 4.3 KiB |
| linuxfr.org/images/sections/85.png | 864000.0 s | 3.3 KiB |
| linuxfr.org/images/sections/22.png | 864000.0 s | 3.1 KiB |
| linuxfr.org/images/sections/9.png | 864000.0 s | 3.0 KiB |
| linuxfr.org/images/sections/79.png | 864000.0 s | 2.6 KiB |
| linuxfr.org/images/sections/46.png | 864000.0 s | 2.4 KiB |
| linuxfr.org/images/contrib/RonRonnement/coin-transparent.png | 864000.0 s | 396 B |
| linuxfr.org/images/contrib/RonRonnement/background_html.png | 864000.0 s | 344 B |
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.
| URL | Est Savings |
|---|---|
| linuxfr.org/fonts/Merriweather-Regular.woff2 | 365 ms |
| linuxfr.org/fonts/Lato-Regular.woff2 | 330 ms |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Libreassociation section#container > aside.banner > a > img | /img/687474703a2f2f7777772e617072696c2e6f72672f7369746573... | 25.8 KiB | 21.2 KiB |
Graphisme/photo div.figures > figure.image > a > img | linuxfr.org/images/sections/16.png | 13.4 KiB | 12.0 KiB |
LinuxFr.org body#home-index > aside#sidebar > header#branding > h1 | linuxfr.org/images/logos/logo-linuxfr-cadre-dehors.png | 16.0 KiB | 9.9 KiB |
Éducation div.figures > figure.image > a > img | linuxfr.org/images/sections/67.png | 8.1 KiB | 6.8 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.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| /assets/application-c62860ac5f0522aa8cd2bb9e4162050f55f36... | 75.6 KiB | 80 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /assets/application-c62860ac5f0522aa8cd2bb9e4162050f55f36... | 75.3 KiB | 64.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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /assets/application-ea18d32113d34928f73c40c3e7e4aee7b5cc7... | 143.1 KiB | 98.5 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
| URL | |
|---|---|
Libreassociation section#container > aside.banner > a > img | /img/687474703a2f2f7777772e617072696c2e6f72672f7369746573... |
Graphisme/photo div.figures > figure.image > a > img | linuxfr.org/images/sections/16.png |
Éducation div.figures > figure.image > a > img | linuxfr.org/images/sections/67.png |
Éducation div.figures > figure.image > a > img | linuxfr.org/images/sections/67.png |
Mageia div.figures > figure.image > a > img | linuxfr.org/images/sections/79.png |
Open Data div.figures > figure.image > a > img | linuxfr.org/images/sections/85.png |
Internet div.figures > figure.image > a > img | linuxfr.org/images/sections/22.png |
Sécurité div.figures > figure.image > a > img | linuxfr.org/images/sections/46.png |
Sécurité div.figures > figure.image > a > img | linuxfr.org/images/sections/46.png |
Bureautique div.figures > figure.image > a > img | linuxfr.org/images/sections/62.png |
Communauté div.figures > figure.image > a > img | linuxfr.org/images/sections/9.png |
Bureautique div.figures > figure.image > a > img | linuxfr.org/images/sections/62.png |
Communauté div.figures > figure.image > a > img | linuxfr.org/images/sections/9.png |
Communauté div.figures > figure.image > a > img | linuxfr.org/images/sections/9.png |
Communauté div.figures > figure.image > a > img | linuxfr.org/images/sections/9.png |
Communauté div.figures > figure.image > a > img | linuxfr.org/images/sections/9.png |
Communauté div.figures > figure.image > a > img | linuxfr.org/images/sections/9.png |
Libre en Fête div.content > p > a > img | /img/68747470733a2f2f7777772e6c696272652d656e2d666574652e... |
Image de démarrage de GIMP 3.2, par Mark McCaughrean (CC by-sa 4.0) article.node > div.content > p > img | /img/68747470733a2f2f7777772e67696d702e6f72672f6e6577732f... |
Projets Libres x FPOSM : la fédération des professionnels d'OpenStreetMap article.node > div.content > p > img | /img/68747470733a2f2f7069632e696e66696e692e66722f33704457... |
Libre en Fête div.content > p > a > img | /img/68747470733a2f2f7777772e6c696272652d656e2d666574652e... |
Logo Colibre article.node > div.content > p > img | /img/68747470733a2f2f636f6c696272652e6f72672f77702d636f6e... |
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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
| Failing Elements |
|---|
Se connecter body#home-index > aside#sidebar > div.login > h1 |
Sondage aside#sidebar > div#poll_box > h1 > a |
Les sections aside#sidebar > div#sections_box > h1 > a |
Posté par yinqi le 02 mars 2026 à 19:45. article.node > header > div.meta > span.posted_by_spanblock |
yinqi header > div.meta > span.posted_by_spanblock > a |
le 02 mars 2026 à 19:45 header > div.meta > span.posted_by_spanblock > time.updated |
Édité par Benoît Sibaud, Arkem et Ysabeau 🧶. article.node > header > div.meta > span.edited_by_spanblock |
Benoît Sibaud, Arkem et Ysabeau 🧶 header > div.meta > span.edited_by_spanblock > span.edited_by |
Benoît Sibaud div.meta > span.edited_by_spanblock > span.edited_by > a |
Arkem div.meta > span.edited_by_spanblock > span.edited_by > a |
Ysabeau 🧶 div.meta > span.edited_by_spanblock > span.edited_by > a |
Modéré par Ysabeau 🧶. article.node > header > div.meta > span.moderated_by_spanblock |
Ysabeau 🧶 header > div.meta > span.moderated_by_spanblock > a |
Licence CC By‑SA. article.node > header > div.meta > a |
Étiquettes : midnightbsdsteamosétats-unisdroitfreebsd article.node > header > div.meta > div.tags |
midnightbsd div.tags > ul.tag_cloud > li > a |
steamos div.tags > ul.tag_cloud > li > a |
états-unis div.tags > ul.tag_cloud > li > a |
droit div.tags > ul.tag_cloud > li > a |
freebsd div.tags > ul.tag_cloud > li > a |
Trier par : datenoteintérêtdernier commentaire body#home-index > section#container > nav.toolbox > div.order_navbar |
date div.order_navbar > ul > li > a |
note div.order_navbar > ul > li > a |
intérêt nav.toolbox > div.order_navbar > ul > li |
dernier commentaire div.order_navbar > ul > li > a |
Posté par yinqi le 02 avril 2026 à 12:29. article.node > header > div.meta > span.posted_by_spanblock |
yinqi header > div.meta > span.posted_by_spanblock > a |
le 02 avril 2026 à 12:29 header > div.meta > span.posted_by_spanblock > time.updated |
Édité par Benoît Sibaud et Ysabeau 🧶. article.node > header > div.meta > span.edited_by_spanblock |
Benoît Sibaud et Ysabeau 🧶 header > div.meta > span.edited_by_spanblock > span.edited_by |
Benoît Sibaud div.meta > span.edited_by_spanblock > span.edited_by > a |
Ysabeau 🧶 div.meta > span.edited_by_spanblock > span.edited_by > a |
Modéré par Ysabeau 🧶. article.node > header > div.meta > span.moderated_by_spanblock |
Ysabeau 🧶 header > div.meta > span.moderated_by_spanblock > a |
Licence CC By‑SA. article.node > header > div.meta > a |
Étiquettes : onlyofficeagplsuite_bureautiqueodfnextcloudeurostackxwiki article.node > header > div.meta > div.tags |
onlyoffice div.tags > ul.tag_cloud > li > a |
agpl div.tags > ul.tag_cloud > li > a |
suite_bureautique div.tags > ul.tag_cloud > li > a |
odf div.tags > ul.tag_cloud > li > a |
nextcloud div.tags > ul.tag_cloud > li > a |
eurostack div.tags > ul.tag_cloud > li > a |
xwiki div.tags > ul.tag_cloud > li > a |
Posté par Nicolas Lœuillet (site web personnel, Mastodon) le 01 avril 2026 à 12… article.node > header > div.meta > span.posted_by_spanblock |
Nicolas Lœuillet header > div.meta > span.posted_by_spanblock > a |
site web personnel header > div.meta > span.posted_by_spanblock > a |
Mastodon header > div.meta > span.posted_by_spanblock > a |
le 01 avril 2026 à 12:19 header > div.meta > span.posted_by_spanblock > time.updated |
Édité par Ysabeau 🧶, Xavier Teyssier et Benoît Sibaud. article.node > header > div.meta > span.edited_by_spanblock |
Ysabeau 🧶, Xavier Teyssier et Benoît Sibaud header > div.meta > span.edited_by_spanblock > span.edited_by |
Ysabeau 🧶 div.meta > span.edited_by_spanblock > span.edited_by > a |
Xavier Teyssier div.meta > span.edited_by_spanblock > span.edited_by > a |
Benoît Sibaud div.meta > span.edited_by_spanblock > span.edited_by > a |
Modéré par Xavier Teyssier. article.node > header > div.meta > span.moderated_by_spanblock |
Xavier Teyssier header > div.meta > span.moderated_by_spanblock > a |
Licence CC By‑SA. article.node > header > div.meta > a |
Étiquettes : wallabagphpautoentrepreneurpocket article.node > header > div.meta > div.tags |
wallabag div.tags > ul.tag_cloud > li > a |
php div.tags > ul.tag_cloud > li > a |
autoentrepreneur div.tags > ul.tag_cloud > li > a |
pocket div.tags > ul.tag_cloud > li > a |
Posté par Ysabeau 🧶 (courriel, site web personnel, Mastodon) le 31 mars 2026 à … article.node > header > div.meta > span.posted_by_spanblock |
Ysabeau 🧶 header > div.meta > span.posted_by_spanblock > a |
courriel header > div.meta > span.posted_by_spanblock > a |
site web personnel header > div.meta > span.posted_by_spanblock > a |
Mastodon header > div.meta > span.posted_by_spanblock > a |
le 31 mars 2026 à 22:12 header > div.meta > span.posted_by_spanblock > time.updated |
Édité par Xavier Teyssier et Benoît Sibaud. article.node > header > div.meta > span.edited_by_spanblock |
Xavier Teyssier et Benoît Sibaud header > div.meta > span.edited_by_spanblock > span.edited_by |
Xavier Teyssier div.meta > span.edited_by_spanblock > span.edited_by > a |
Benoît Sibaud div.meta > span.edited_by_spanblock > span.edited_by > a |
Modéré par Benoît Sibaud. article.node > header > div.meta > span.moderated_by_spanblock |
Benoît Sibaud header > div.meta > span.moderated_by_spanblock > a |
Licence CC By‑SA. article.node > header > div.meta > a |
Étiquettes : odfooxmlthedocumentfoundation article.node > header > div.meta > div.tags |
odf div.tags > ul.tag_cloud > li > a |
ooxml div.tags > ul.tag_cloud > li > a |
thedocumentfoundation div.tags > ul.tag_cloud > li > a |
Posté par echarp (site web personnel, Mastodon) le 31 mars 2026 à 09:01. article.node > header > div.meta > span.posted_by_spanblock |
echarp header > div.meta > span.posted_by_spanblock > a |
site web personnel header > div.meta > span.posted_by_spanblock > a |
Mastodon header > div.meta > span.posted_by_spanblock > a |
le 31 mars 2026 à 09:01 header > div.meta > span.posted_by_spanblock > time.updated |
Édité par Benoît Sibaud. article.node > header > div.meta > span.edited_by_spanblock |
Benoît Sibaud div.meta > span.edited_by_spanblock > span.edited_by > a |
Modéré par Pierre Jarillon. article.node > header > div.meta > span.moderated_by_spanblock |
Pierre Jarillon header > div.meta > span.moderated_by_spanblock > a |
Licence CC By‑SA. article.node > header > div.meta > a |
Étiquettes : odfrevue_de_presselibre_en_fêteintelligence_artificielleallemagne article.node > header > div.meta > div.tags |
odf div.tags > ul.tag_cloud > li > a |
revue_de_presse div.tags > ul.tag_cloud > li > a |
libre_en_fête div.tags > ul.tag_cloud > li > a |
intelligence_artificielle div.tags > ul.tag_cloud > li > a |
allemagne div.tags > ul.tag_cloud > li > a |
Posté par Collectif le 29 mars 2026 à 16:39. article.node > header > div.meta > span.posted_by_spanblock |
Collectif header > div.meta > span.posted_by_spanblock > a |
le 29 mars 2026 à 16:39 header > div.meta > span.posted_by_spanblock > time.updated |
Édité par Benoît Sibaud et Ysabeau 🧶. article.node > header > div.meta > span.edited_by_spanblock |
Benoît Sibaud et Ysabeau 🧶 header > div.meta > span.edited_by_spanblock > span.edited_by |
Benoît Sibaud div.meta > span.edited_by_spanblock > span.edited_by > a |
Ysabeau 🧶 div.meta > span.edited_by_spanblock > span.edited_by > a |
Modéré par Ysabeau 🧶. article.node > header > div.meta > span.moderated_by_spanblock |
Ysabeau 🧶 header > div.meta > span.moderated_by_spanblock > a |
Licence CC By‑SA. article.node > header > div.meta > a |
Étiquettes : agenda_du_libre article.node > header > div.meta > div.tags |
agenda_du_libre div.tags > ul.tag_cloud > li > a |
Posté par esques le 28 mars 2026 à 17:38. article.node > header > div.meta > span.posted_by_spanblock |
esques header > div.meta > span.posted_by_spanblock > a |
le 28 mars 2026 à 17:38 header > div.meta > span.posted_by_spanblock > time.updated |
Édité par Benoît Sibaud, Pierre Jarillon et Ysabeau 🧶. article.node > header > div.meta > span.edited_by_spanblock |
Benoît Sibaud, Pierre Jarillon et Ysabeau 🧶 header > div.meta > span.edited_by_spanblock > span.edited_by |
Benoît Sibaud div.meta > span.edited_by_spanblock > span.edited_by > a |
Pierre Jarillon div.meta > span.edited_by_spanblock > span.edited_by > a |
Ysabeau 🧶 div.meta > span.edited_by_spanblock > span.edited_by > a |
Modéré par Julien Jorge. article.node > header > div.meta > span.moderated_by_spanblock |
Julien Jorge header > div.meta > span.moderated_by_spanblock > a |
Licence CC By‑SA. article.node > header > div.meta > a |
Étiquettes : osxpkdedeuildécèsbronsonisationrmll article.node > header > div.meta > div.tags |
osxp div.tags > ul.tag_cloud > li > a |
kde div.tags > ul.tag_cloud > li > a |
deuil div.tags > ul.tag_cloud > li > a |
décès div.tags > ul.tag_cloud > li > a |
bronsonisation div.tags > ul.tag_cloud > li > a |
rmll div.tags > ul.tag_cloud > li > a |
Posté par Collectif le 27 mars 2026 à 20:33. article.node > header > div.meta > span.posted_by_spanblock |
Collectif header > div.meta > span.posted_by_spanblock > a |
le 27 mars 2026 à 20:33 header > div.meta > span.posted_by_spanblock > time.updated |
Édité par 5 personnes. article.node > header > div.meta > span.edited_by_spanblock |
5 personnes div.meta > span.edited_by_spanblock > span.edited_by > a |
Modéré par Benoît Sibaud. article.node > header > div.meta > span.moderated_by_spanblock |
Benoît Sibaud header > div.meta > span.moderated_by_spanblock > a |
Licence CC By‑SA. article.node > header > div.meta > a |
Étiquettes : gimpsortie_versionmypaintsvg article.node > header > div.meta > div.tags |
gimp div.tags > ul.tag_cloud > li > a |
sortie_version div.tags > ul.tag_cloud > li > a |
mypaint div.tags > ul.tag_cloud > li > a |
svg div.tags > ul.tag_cloud > li > a |
Posté par Frederic Couchet le 26 mars 2026 à 17:02. article.node > header > div.meta > span.posted_by_spanblock |
Frederic Couchet header > div.meta > span.posted_by_spanblock > a |
le 26 mars 2026 à 17:02 header > div.meta > span.posted_by_spanblock > time.updated |
Édité par Benoît Sibaud. article.node > header > div.meta > span.edited_by_spanblock |
Benoît Sibaud div.meta > span.edited_by_spanblock > span.edited_by > a |
Modéré par Benoît Sibaud. article.node > header > div.meta > span.moderated_by_spanblock |
Benoît Sibaud header > div.meta > span.moderated_by_spanblock > a |
Licence CC By‑SA. article.node > header > div.meta > a |
Étiquettes : aucune article.node > header > div.meta > div.tags |
Posté par Nicolas Pettiaux le 26 mars 2026 à 07:45. article.node > header > div.meta > span.posted_by_spanblock |
Nicolas Pettiaux header > div.meta > span.posted_by_spanblock > a |
le 26 mars 2026 à 07:45 header > div.meta > span.posted_by_spanblock > time.updated |
Édité par Arkem. article.node > header > div.meta > span.edited_by_spanblock |
Arkem div.meta > span.edited_by_spanblock > span.edited_by > a |
Modéré par Benoît Sibaud. article.node > header > div.meta > span.moderated_by_spanblock |
Benoît Sibaud header > div.meta > span.moderated_by_spanblock > a |
Licence CC By‑SA. article.node > header > div.meta > a |
Étiquettes : souveraineté_numeriqueautonomiecollaborationsolidaritéégalitéliber… article.node > header > div.meta > div.tags |
souveraineté_numerique div.tags > ul.tag_cloud > li > a |
autonomie div.tags > ul.tag_cloud > li > a |
collaboration div.tags > ul.tag_cloud > li > a |
solidarité div.tags > ul.tag_cloud > li > a |
égalité div.tags > ul.tag_cloud > li > a |
liberté div.tags > ul.tag_cloud > li > a |
éducation_nationale div.tags > ul.tag_cloud > li > a |
Posté par Etienne Gonnu le 26 mars 2026 à 07:44. article.node > header > div.meta > span.posted_by_spanblock |
Etienne Gonnu header > div.meta > span.posted_by_spanblock > a |
le 26 mars 2026 à 07:44 header > div.meta > span.posted_by_spanblock > time.updated |
Modéré par Benoît Sibaud. article.node > header > div.meta > span.moderated_by_spanblock |
Benoît Sibaud header > div.meta > span.moderated_by_spanblock > a |
Licence CC By‑SA. article.node > header > div.meta > a |
Étiquettes : au_cafe_librelibre_à_vousradio_cause_commune article.node > header > div.meta > div.tags |
au_cafe_libre div.tags > ul.tag_cloud > li > a |
libre_à_vous div.tags > ul.tag_cloud > li > a |
radio_cause_commune div.tags > ul.tag_cloud > li > a |
Posté par Podcast Projets Libres (site web personnel, Mastodon) le 24 mars 2026… article.node > header > div.meta > span.posted_by_spanblock |
Podcast Projets Libres header > div.meta > span.posted_by_spanblock > a |
site web personnel header > div.meta > span.posted_by_spanblock > a |
Mastodon header > div.meta > span.posted_by_spanblock > a |
le 24 mars 2026 à 09:42 header > div.meta > span.posted_by_spanblock > time.updated |
Édité par Benoît Sibaud. article.node > header > div.meta > span.edited_by_spanblock |
Benoît Sibaud div.meta > span.edited_by_spanblock > span.edited_by > a |
Modéré par Pierre Jarillon. article.node > header > div.meta > span.moderated_by_spanblock |
Pierre Jarillon header > div.meta > span.moderated_by_spanblock > a |
Licence CC By‑SA. article.node > header > div.meta > a |
Étiquettes : podcast_projets_libresopenstreetmapopen_dataosm article.node > header > div.meta > div.tags |
podcast_projets_libres div.tags > ul.tag_cloud > li > a |
openstreetmap div.tags > ul.tag_cloud > li > a |
open_data div.tags > ul.tag_cloud > li > a |
osm div.tags > ul.tag_cloud > li > a |
Posté par Collectif le 23 mars 2026 à 07:38. article.node > header > div.meta > span.posted_by_spanblock |
Collectif header > div.meta > span.posted_by_spanblock > a |
le 23 mars 2026 à 07:38 header > div.meta > span.posted_by_spanblock > time.updated |
Édité par Benoît Sibaud. article.node > header > div.meta > span.edited_by_spanblock |
Benoît Sibaud div.meta > span.edited_by_spanblock > span.edited_by > a |
Modéré par Benoît Sibaud. article.node > header > div.meta > span.moderated_by_spanblock |
Benoît Sibaud header > div.meta > span.moderated_by_spanblock > a |
Licence CC By‑SA. article.node > header > div.meta > a |
Étiquettes : agenda_du_libre article.node > header > div.meta > div.tags |
agenda_du_libre div.tags > ul.tag_cloud > li > a |
Posté par BAud (site web personnel) le 22 mars 2026 à 19:40. article.node > header > div.meta > span.posted_by_spanblock |
BAud header > div.meta > span.posted_by_spanblock > a |
site web personnel header > div.meta > span.posted_by_spanblock > a |
le 22 mars 2026 à 19:40 header > div.meta > span.posted_by_spanblock > time.updated |
Édité par 4 personnes. article.node > header > div.meta > span.edited_by_spanblock |
4 personnes div.meta > span.edited_by_spanblock > span.edited_by > a |
Modéré par Benoît Sibaud. article.node > header > div.meta > span.moderated_by_spanblock |
Benoît Sibaud header > div.meta > span.moderated_by_spanblock > a |
Licence CC By‑SA. article.node > header > div.meta > a |
Étiquettes : mageiadistribution article.node > header > div.meta > div.tags |
mageia div.tags > ul.tag_cloud > li > a |
distribution div.tags > ul.tag_cloud > li > a |
Posté par Benoît Sibaud (site web personnel) le 21 mars 2026 à 10:20. article.node > header > div.meta > span.posted_by_spanblock |
Benoît Sibaud header > div.meta > span.posted_by_spanblock > a |
site web personnel header > div.meta > span.posted_by_spanblock > a |
le 21 mars 2026 à 10:20 header > div.meta > span.posted_by_spanblock > time.updated |
Édité par Ysabeau 🧶. article.node > header > div.meta > span.edited_by_spanblock |
Ysabeau 🧶 div.meta > span.edited_by_spanblock > span.edited_by > a |
Modéré par Ysabeau 🧶. article.node > header > div.meta > span.moderated_by_spanblock |
Ysabeau 🧶 header > div.meta > span.moderated_by_spanblock > a |
Licence CC By‑SA. article.node > header > div.meta > a |
Étiquettes : licence_professionnellealternancecommunicationcolibrelyonformation… article.node > header > div.meta > div.tags |
licence_professionnelle div.tags > ul.tag_cloud > li > a |
alternance div.tags > ul.tag_cloud > li > a |
communication div.tags > ul.tag_cloud > li > a |
colibre div.tags > ul.tag_cloud > li > a |
lyon div.tags > ul.tag_cloud > li > a |
formation div.tags > ul.tag_cloud > li > a |
université_lyon2 div.tags > ul.tag_cloud > li > a |
Posté par tito (site web personnel, Mastodon) le 18 mars 2026 à 11:12. article.node > header > div.meta > span.posted_by_spanblock |
tito header > div.meta > span.posted_by_spanblock > a |
site web personnel header > div.meta > span.posted_by_spanblock > a |
Mastodon header > div.meta > span.posted_by_spanblock > a |
le 18 mars 2026 à 11:12 header > div.meta > span.posted_by_spanblock > time.updated |
Édité par 4 personnes. article.node > header > div.meta > span.edited_by_spanblock |
4 personnes div.meta > span.edited_by_spanblock > span.edited_by > a |
Modéré par patrick_g. article.node > header > div.meta > span.moderated_by_spanblock |
patrick_g header > div.meta > span.moderated_by_spanblock > a |
Licence CC By‑SA. article.node > header > div.meta > a |
Étiquettes : intelligence_artificielleproxyclaudeprogrammationgrands_modèles_de… article.node > header > div.meta > div.tags |
intelligence_artificielle div.tags > ul.tag_cloud > li > a |
proxy div.tags > ul.tag_cloud > li > a |
claude div.tags > ul.tag_cloud > li > a |
programmation div.tags > ul.tag_cloud > li > a |
grands_modèles_de_langage div.tags > ul.tag_cloud > li > a |
10 nav.toolbox > nav.pagination > span.page > a |
11 nav.toolbox > nav.pagination > span.page > a |
Suivant › nav.toolbox > nav.pagination > span.next > a |
Dernier › nav.toolbox > nav.pagination > span.last > a |
Revenir en haut de page section#container > footer > p > a.scroll |
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.
| Failing Elements |
|---|
NdM : La date initialement prévue était jeudi 02 avril. Elle a été reportée au … main#contents > article.node > div.content > h3#toc-ndm--la-date-initialement-prévue-était-jeudi-02-avril-elle-a-été-reportée-au-10-même-lieu-même-heure |
ÉducaLibre 2026 : appel à propositions d'ateliers, conférences et tables rondes main#contents > article.node > div.content > h3#toc-Éducalibre-2026--appel-à-propositions-dateliers-conférences-et-tables-rondes |
These are opportunities to improve keyboard navigation in your application.
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.
| Failing Elements |
|---|
Ada div#sections_box > ul > li > a |
Android div#sections_box > ul > li > a |
Arch Linux div#sections_box > ul > li > a |
Audiovisuel div#sections_box > ul > li > a |
Base de données div#sections_box > ul > li > a |
Bureautique div#sections_box > ul > li > a |
C et C++ div#sections_box > ul > li > a |
Cloud div#sections_box > ul > li > a |
Commercial div#sections_box > ul > li > a |
Communauté div#sections_box > ul > li > a |
Cuisine div#sections_box > ul > li > a |
Culture div#sections_box > ul > li > a |
Debian div#sections_box > ul > li > a |
Distribution div#sections_box > ul > li > a |
Do It Yourself div#sections_box > ul > li > a |
Doc div#sections_box > ul > li > a |
DragonFly BSD div#sections_box > ul > li > a |
Éducation div#sections_box > ul > li > a |
Fedora div#sections_box > ul > li > a |
Fortran div#sections_box > ul > li > a |
FreeBSD div#sections_box > ul > li > a |
Gentoo div#sections_box > ul > li > a |
Gnome div#sections_box > ul > li > a |
GNU div#sections_box > ul > li > a |
GNUstep div#sections_box > ul > li > a |
Golang div#sections_box > ul > li > a |
Haiku div#sections_box > ul > li > a |
Humour div#sections_box > ul > li > a |
Internet div#sections_box > ul > li > a |
Java div#sections_box > ul > li > a |
JavaScript div#sections_box > ul > li > a |
Jeu div#sections_box > ul > li > a |
Justice div#sections_box > ul > li > a |
KDE div#sections_box > ul > li > a |
Linux div#sections_box > ul > li > a |
LinuxFr.org div#sections_box > ul > li > a |
Lug div#sections_box > ul > li > a |
Mageia div#sections_box > ul > li > a |
Matériel div#sections_box > ul > li > a |
Médecine div#sections_box > ul > li > a |
Microsoft div#sections_box > ul > li > a |
Mobile div#sections_box > ul > li > a |
Mono div#sections_box > ul > li > a |
Mozilla div#sections_box > ul > li > a |
NetBSD div#sections_box > ul > li > a |
Noyau div#sections_box > ul > li > a |
Open Data div#sections_box > ul > li > a |
OpenBSD div#sections_box > ul > li > a |
openSUSE div#sections_box > ul > li > a |
Perl div#sections_box > ul > li > a |
PHP div#sections_box > ul > li > a |
Presse div#sections_box > ul > li > a |
Programmation div#sections_box > ul > li > a |
Programmation fonctionnelle div#sections_box > ul > li > a |
Python div#sections_box > ul > li > a |
Raspberry Pi div#sections_box > ul > li > a |
Red Hat div#sections_box > ul > li > a |
Rien à voir div#sections_box > ul > li > a |
Ruby div#sections_box > ul > li > a |
Rust div#sections_box > ul > li > a |
Samba div#sections_box > ul > li > a |
Science div#sections_box > ul > li > a |
Sécurité div#sections_box > ul > li > a |
Serveurs d’affichage div#sections_box > ul > li > a |
Slackware div#sections_box > ul > li > a |
Son div#sections_box > ul > li > a |
Suse div#sections_box > ul > li > a |
Technologie div#sections_box > ul > li > a |
Téléphonie div#sections_box > ul > li > a |
Ubuntu div#sections_box > ul > li > a |
Virtualisation div#sections_box > ul > li > a |
Wikimedia div#sections_box > ul > li > a |
XMPP div#sections_box > ul > li > a |
[ouest-france.fr] Chemillé-en-Anjou. Libre en fête: deux jours pour célébrer le… div.content > ul > li > a |
[ZDNET] Pourquoi l'IA est à la fois une malédiction et une bénédiction pour les… div.content > ul > li > a |
Libre en Fête article.node > div.content > p > a |
Libre en Fête article.node > div.content > p > a |
Un utilisateur satisfait nav#last_comments > ul > li > a |
Re: Identification nav#last_comments > ul > li > a |
Re: Frais paiement nav#last_comments > ul > li > a |
Lisp is not dead 😉 nav#last_comments > ul > li > a |
Re: ... Et de différentes manières semble-il ... nav#last_comments > ul > li > a |
Re: ... Et de différentes manières semble-il ... nav#last_comments > ul > li > a |
merdification nav#popular_tags > ul.tag_cloud > li > a |
lionel_jospin nav#popular_tags > ul.tag_cloud > li > a |
états-unis nav#popular_tags > ul.tag_cloud > li > a |
sortie_version nav#popular_tags > ul.tag_cloud > li > a |
administration_française nav#popular_tags > ul.tag_cloud > li > a |
souveraineté_numerique nav#popular_tags > ul.tag_cloud > li > a |
capitalisme_de_surveillance nav#popular_tags > ul.tag_cloud > li > a |
bigtech nav#popular_tags > ul.tag_cloud > li > a |
claude nav#popular_tags > ul.tag_cloud > li > a |
linux nav#popular_tags > ul.tag_cloud > li > a |
Éditions D-BookeR section#friends > ul > li > a |
Éditions Eyrolles section#friends > ul > li > a |
Éditions Diamond section#friends > ul > li > a |
Éditions ENI section#friends > ul > li > a |
Lea-Linux section#friends > ul > li > a |
En Vente Libre section#friends > ul > li > a |
Grafik Plus section#friends > ul > li > a |
Mentions légales nav#about_us > ul > li > a |
Faire un don nav#about_us > ul > li > a |
L’équipe de LinuxFr.org nav#about_us > ul > li > a |
Informations sur le site nav#about_us > ul > li > a |
Aide / Foire aux questions nav#about_us > ul > li > a |
Suivi des suggestions et bogues nav#about_us > ul > li > a |
These items highlight common accessibility best practices.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 429 () |
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.
Send Feedback