WPMU DEV in your language

Translations

Translation of Hummingbird: French (France)

Glossary
1 72 73 74 75 76 119
Prio Original string Translation
Most of the time, your theme is responsible for adding redundant DOM nodes to your site. Activate the default TwentyNinteen theme, and compare the performance score. If the score improves, that means your current theme is the culprit, and you should either use another efficiently coded theme or work with the developer to see what changes can be made. La plupart du temps, votre thème est responsable de l'ajout de nœuds DOM redondants à votre site. Activez le thème TwentyNinteen par défaut et comparez le score de performance. Si le score s'améliore, cela signifie que votre thème actuel est le coupable et que vous devez soit utiliser un autre thème efficacement codé, soit travailler avec le développeur pour voir quelles modifications peuvent être apportées. Details

Most of the time, your theme is responsible for adding redundant DOM nodes to your site. Activate the default TwentyNinteen theme, and compare the performance score. If the score improves, that means your current theme is the culprit, and you should either use another efficiently coded theme or work with the developer to see what changes can be made.

La plupart du temps, votre thème est responsable de l'ajout de nœuds DOM redondants à votre site. Activez le thème TwentyNinteen par défaut et comparez le score de performance. Si le score s'améliore, cela signifie que votre thème actuel est le coupable et que vous devez soit utiliser un autre thème efficacement codé, soit travailler avec le développeur pour voir quelles modifications peuvent être apportées.
Login to your account for contributing to translations.

Meta

Status:
current
Date added (GMT):
2019-11-24 15:56:59
Date added (local):
Calculating...
Translated by:
Verstraeten (info4859)
References:
  • admin/views/performance/audits/dom-size.php:91
Priority:
normal
More links:
The score depends solely on the total number of nodes found on the page. The median is 1400 nodes; however, for a perfect score, your DOM’s total nodes should be lower than 275. Try the following to improve your score: Le score dépend uniquement du nombre total de nœuds trouvés sur la page . La médiane est de 1400 nœuds; Toutefois, pour obtenir un score parfait, le nombre total de nœuds de votre DOM doit être inférieur à 275. Essayez d'améliorer les résultats ci-dessous: Details

The score depends solely on the total number of nodes found on the page. The median is 1400 nodes; however, for a perfect score, your DOM’s total nodes should be lower than 275. Try the following to improve your score:

Le score dépend uniquement du nombre total de nœuds trouvés sur la page . La médiane est de 1400 nœuds; Toutefois, pour obtenir un score parfait, le nombre total de nœuds de votre DOM doit être inférieur à 275. Essayez d'améliorer les résultats ci-dessous:
Login to your account for contributing to translations.

Meta

Status:
current
Date added (GMT):
2019-11-24 15:57:04
Date added (local):
Calculating...
Translated by:
Verstraeten (info4859)
References:
  • admin/views/performance/audits/dom-size.php:89
Priority:
normal
More links:
Maximum Child Elements Éléments enfants maximum Details

Maximum Child Elements

Éléments enfants maximum
Login to your account for contributing to translations.

Meta

Status:
current
Date added (GMT):
2019-11-24 15:57:15
Date added (local):
Calculating...
Translated by:
Verstraeten (info4859)
References:
  • admin/views/performance/audits/dom-size.php:74
Priority:
normal
More links:
Maximum DOM Depth Maximum DOM Depth Details

Maximum DOM Depth

Maximum DOM Depth
Login to your account for contributing to translations.

Meta

Status:
current
Date added (GMT):
2019-11-24 15:57:20
Date added (local):
Calculating...
Translated by:
Verstraeten (info4859)
References:
  • admin/views/performance/audits/dom-size.php:63
Priority:
normal
More links:
Total DOM Nodes Nombre total de nœuds DOM Details

Total DOM Nodes

Nombre total de nœuds DOM
Login to your account for contributing to translations.

Meta

Status:
current
Date added (GMT):
2019-11-24 15:57:24
Date added (local):
Calculating...
Translated by:
Verstraeten (info4859)
References:
  • admin/views/performance/audits/dom-size.php:58
Priority:
normal
More links:
Your DOM has %s in total. Votre DOM a %s au total. Details

Your DOM has %s in total.

Votre DOM a %s au total.
Login to your account for contributing to translations.

Meta

Status:
current
Comment:
translators: %s – nodes in total
Date added (GMT):
2019-11-24 15:57:28
Date added (local):
Calculating...
Translated by:
Verstraeten (info4859)
References:
  • admin/views/performance/audits/dom-size.php:47
Priority:
normal
More links:
Nice! Your DOM only has %s in total. Génial ! Votre DOM ne dispose%s au total. Details

Nice! Your DOM only has %s in total.

Génial ! Votre DOM ne dispose%s au total.
Login to your account for contributing to translations.

Meta

Status:
current
Comment:
translators: %s – nodes in total
Date added (GMT):
2022-01-26 20:19:29
Date added (local):
Calculating...
Translated by:
Patrick Cohen (pcwriter)
References:
  • admin/views/performance/audits/dom-size.php:37
Priority:
normal
More links:
Everything inside your document is a node - HTML tags, text inside the tags and comments. These nodes have a hierarchical relationship, making a tree of nodes called the DOM tree. A large DOM tree harms your network efficiency and load performance as the browser has to parse lots of nodes that aren't displayed above-the-fold. Additionally, a large DOM tree increases memory usage, requires massive style calculations, and produces costly layout reflows. Tout dans votre document est un nœud - balises HTML , texte à l'intérieur des balises et commentaires . Ces nœuds ont une relation hiérarchique, constituant une arborescence de nœuds appelée arborescence DOM. Une grande arborescence DOM nuit à l'efficacité de votre réseau et aux performances de charge car le navigateur doit analyser de nombreux noeuds qui ne sont pas affichés au-dessus du pli. De plus, une grande arborescence DOM augmente l'utilisation de la mémoire, nécessite des calculs de style volumineux et produit des retraits de présentation coûteux. Details

Everything inside your document is a node - HTML tags, text inside the tags and comments. These nodes have a hierarchical relationship, making a tree of nodes called the DOM tree. A large DOM tree harms your network efficiency and load performance as the browser has to parse lots of nodes that aren't displayed above-the-fold. Additionally, a large DOM tree increases memory usage, requires massive style calculations, and produces costly layout reflows.

Tout dans votre document est un nœud - balises HTML , texte à l'intérieur des balises et commentaires . Ces nœuds ont une relation hiérarchique, constituant une arborescence de nœuds appelée arborescence DOM. Une grande arborescence DOM nuit à l'efficacité de votre réseau et aux performances de charge car le navigateur doit analyser de nombreux noeuds qui ne sont pas affichés au-dessus du pli. De plus, une grande arborescence DOM augmente l'utilisation de la mémoire, nécessite des calculs de style volumineux et produit des retraits de présentation coûteux.
Login to your account for contributing to translations.

Meta

Status:
current
Date added (GMT):
2019-11-24 15:57:37
Date added (local):
Calculating...
Translated by:
Verstraeten (info4859)
References:
  • admin/views/performance/audits/dom-size.php:19
Priority:
normal
More links:
Continue using the theme or plugin. This may be a perfectly valid option for services you just can't live without. Continuez à utiliser le thème ou le plugin . Cela peut être une option parfaitement valable pour des services sans lesquels vous ne pouvez pas vivre. Details

Continue using the theme or plugin. This may be a perfectly valid option for services you just can't live without.

Continuez à utiliser le thème ou le plugin . Cela peut être une option parfaitement valable pour des services sans lesquels vous ne pouvez pas vivre.
Login to your account for contributing to translations.

Meta

Status:
current
Date added (GMT):
2019-11-24 15:57:41
Date added (local):
Calculating...
Translated by:
Verstraeten (info4859)
References:
  • admin/views/performance/audits/bootup-time.php:112
  • admin/views/performance/audits/mainthread-work-breakdown.php:101
  • admin/views/performance/audits/uses-long-cache-ttl.php:89
Priority:
normal
More links:
Deactivate the theme and/or your plugins one by one to find the culprit, then remove it or find a comparable substitute. Désactivez le thème et / ou vos plugins un par un pour trouver le coupable, puis supprimez-le ou trouvez un substitut comparable. Details

Deactivate the theme and/or your plugins one by one to find the culprit, then remove it or find a comparable substitute.

Désactivez le thème et / ou vos plugins un par un pour trouver le coupable, puis supprimez-le ou trouvez un substitut comparable.
Login to your account for contributing to translations.

Meta

Status:
current
Date added (GMT):
2019-11-24 15:57:45
Date added (local):
Calculating...
Translated by:
Verstraeten (info4859)
References:
  • admin/views/performance/audits/bootup-time.php:111
  • admin/views/performance/audits/mainthread-work-breakdown.php:100
  • admin/views/performance/audits/uses-long-cache-ttl.php:88
Priority:
normal
More links:
Unfortunately, there is no way to improve bootup time for scripts served from another domain. Scripts from other domains mentioned in the Status section are likely being added by a plugin or your theme. You can: Malheureusement, il n’ya aucun moyen d’améliorer le temps de démarrage des scripts servis à partir d’un autre domaine. Les scripts d'autres domaines mentionnés dans la section Statut sont probablement ajoutés par un plugin ou votre thème . Vous pouvez: Details

Unfortunately, there is no way to improve bootup time for scripts served from another domain. Scripts from other domains mentioned in the Status section are likely being added by a plugin or your theme. You can:

Malheureusement, il n’ya aucun moyen d’améliorer le temps de démarrage des scripts servis à partir d’un autre domaine. Les scripts d'autres domaines mentionnés dans la section Statut sont probablement ajoutés par un plugin ou votre thème . Vous pouvez:
Login to your account for contributing to translations.

Meta

Status:
current
Date added (GMT):
2019-11-24 15:57:49
Date added (local):
Calculating...
Translated by:
Verstraeten (info4859)
References:
  • admin/views/performance/audits/bootup-time.php:109
Priority:
normal
More links:
Additional notes Notes complémentaires Details

Additional notes

Notes complémentaires
Login to your account for contributing to translations.

Meta

Status:
current
Date added (GMT):
2019-11-24 15:57:55
Date added (local):
Calculating...
Translated by:
Verstraeten (info4859)
References:
  • admin/views/performance/audits/bootup-time.php:108
  • admin/views/performance/audits/font-display.php:113
  • admin/views/performance/audits/mainthread-work-breakdown.php:97
  • admin/views/performance/audits/unminified-javascript.php:82
  • admin/views/performance/audits/uses-long-cache-ttl.php:85
Priority:
normal
More links:
Configure Browser Compression Configurer la compression du navigateur Details

Configure Browser Compression

Configurer la compression du navigateur
Login to your account for contributing to translations.

Meta

Status:
current
Date added (GMT):
2019-11-24 15:58:12
Date added (local):
Calculating...
Translated by:
Verstraeten (info4859)
References:
  • admin/views/performance/audits/bootup-time.php:102
  • admin/views/performance/audits/mainthread-work-breakdown.php:91
  • admin/views/performance/audits/total-byte-weight.php:97
Priority:
normal
More links:
Caching your JavaScript files can reduce network cost as the browser can serve cached resources instead of fetching them from the network. You can configure caching of your JavaScript files using Hummingbird. La mise en cache de vos fichiers JavaScript peut réduire les coûts réseau, car le navigateur peut servir les ressources mises en cache au lieu de les extraire du réseau. Vous pouvez configurer la mise en cache de vos fichiers JavaScript à l'aide de Hummingbird. Details

Caching your JavaScript files can reduce network cost as the browser can serve cached resources instead of fetching them from the network. You can configure caching of your JavaScript files using Hummingbird.

La mise en cache de vos fichiers JavaScript peut réduire les coûts réseau, car le navigateur peut servir les ressources mises en cache au lieu de les extraire du réseau. Vous pouvez configurer la mise en cache de vos fichiers JavaScript à l'aide de Hummingbird.
Login to your account for contributing to translations.

Meta

Status:
current
Date added (GMT):
2019-11-24 15:58:20
Date added (local):
Calculating...
Translated by:
Verstraeten (info4859)
References:
  • admin/views/performance/audits/bootup-time.php:99
Priority:
normal
More links:
Configure Gzip Compression Configurer la compression Gzip Details

Configure Gzip Compression

Configurer la compression Gzip
Login to your account for contributing to translations.

Meta

Status:
current
Date added (GMT):
2019-11-24 16:02:53
Date added (local):
Calculating...
Translated by:
Verstraeten (info4859)
References:
  • admin/views/performance/audits/bootup-time.php:94
  • admin/views/performance/audits/mainthread-work-breakdown.php:83
  • admin/views/performance/audits/total-byte-weight.php:89
  • admin/views/performance/audits/uses-text-compression.php:74
Priority:
normal
More links:
Legend:
Current
Waiting
Rejected
Fuzzy
Old
changesrequested
With warnings
1 72 73 74 75 76 119

Export as

Translators