From 7766d67593cf81cc5d15a77b6dcad98d1b98f6aa Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 12:36:30 +0100 Subject: unslug fr: modify --- .../fr/tools/performance/scenarios/animating_css_properties/index.html | 3 ++- files/fr/tools/performance/scenarios/index.html | 3 ++- files/fr/tools/performance/scenarios/intensive_javascript/index.html | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'files/fr/tools/performance/scenarios') diff --git a/files/fr/tools/performance/scenarios/animating_css_properties/index.html b/files/fr/tools/performance/scenarios/animating_css_properties/index.html index b2767f6b32..a7009a92e0 100644 --- a/files/fr/tools/performance/scenarios/animating_css_properties/index.html +++ b/files/fr/tools/performance/scenarios/animating_css_properties/index.html @@ -1,7 +1,8 @@ --- title: Animer des propriétés CSS -slug: Outils/Performance/Scenarios/Animating_CSS_properties +slug: Tools/Performance/Scenarios/Animating_CSS_properties translation_of: Tools/Performance/Scenarios/Animating_CSS_properties +original_slug: Outils/Performance/Scenarios/Animating_CSS_properties ---
{{ToolsSidebar}}
diff --git a/files/fr/tools/performance/scenarios/index.html b/files/fr/tools/performance/scenarios/index.html index 1b5969c1ff..fa75958364 100644 --- a/files/fr/tools/performance/scenarios/index.html +++ b/files/fr/tools/performance/scenarios/index.html @@ -1,8 +1,9 @@ --- title: Scénarios -slug: Outils/Performance/Scenarios +slug: Tools/Performance/Scenarios tags: - NeedsContent translation_of: Tools/Performance/Scenarios +original_slug: Outils/Performance/Scenarios ---
{{ToolsSidebar}}

Scénarios de performances

diff --git a/files/fr/tools/performance/scenarios/intensive_javascript/index.html b/files/fr/tools/performance/scenarios/intensive_javascript/index.html index 9d9a2291de..e2509d5b17 100644 --- a/files/fr/tools/performance/scenarios/intensive_javascript/index.html +++ b/files/fr/tools/performance/scenarios/intensive_javascript/index.html @@ -1,7 +1,8 @@ --- title: Intensive JavaScript -slug: Outils/Performance/Scenarios/Intensive_JavaScript +slug: Tools/Performance/Scenarios/Intensive_JavaScript translation_of: Tools/Performance/Scenarios/Intensive_JavaScript +original_slug: Outils/Performance/Scenarios/Intensive_JavaScript ---
{{ToolsSidebar}}

Par défaut, le navigateur n'utilise qu'un seul thread pour exécuter tout le JavaScript d'une page et pour effectuer les layout, reflows et garbage collections. Cela signifie que les fonctions JavaScript qui mettent trop de temps à s'exécuter peuvent bloquer le thread, empêchant ainsi à la page de répondre et donnant alors une mauvaise expérience utilisateur.

-- cgit v1.2.3-54-g00ecf