-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
125 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
label: Mesures | ||
icon: codescan-checkmark | ||
order: 900 | ||
--- | ||
|
||
# Que mesure lighthouse-ecoindex ? | ||
|
||
Le plugin lighthouse-ecoindex mesure les critères suivants : | ||
- Le nombres d'élements HTML (DOM) ; | ||
- Le nombre de requêtes HTTP ; | ||
- Le poids total des ressources téléchargées. | ||
|
||
On peut donc en déduire : | ||
- Un score EcoIndex®, noté de 0 à 100 ; | ||
- Une note EcoIndex®, noté de A à E ; | ||
- Les émissions de CO2 ; | ||
- La consommation d'eau. | ||
|
||
[!ref icon="info" target="blank" text="Comment fonctionne l'écoindex ?"](https://www.ecoindex.fr/comment-ca-marche/) | ||
|
||
Ce sont les informations principales que l'on retrouve sur la page de résultat de l'audit. | ||
|
||
Vous y retrouverez également un tableau de synthèse des résultats des audits Lighthouse et EcoIndex® : [les audits correspondants aux bonnes pratiques](./bonnes-pratiques/00-index.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
input: . | ||
output: .retype | ||
url: # Add your website address here | ||
branding: | ||
title: Project Name | ||
label: &1449511052 Docs | ||
links: | ||
- text: Docs | ||
link: /docs | ||
footer: | ||
copyright: "© Copyright {{ year }}. All rights reserved." |