From 95aca4b4d8fa62815d4bd412fff1a364f842814a Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Thu, 29 Apr 2021 16:16:42 -0700 Subject: remove retired locales (#699) --- files/pt-pt/tools/performance/index.html | 186 ------------------------------- 1 file changed, 186 deletions(-) delete mode 100644 files/pt-pt/tools/performance/index.html (limited to 'files/pt-pt/tools/performance/index.html') diff --git a/files/pt-pt/tools/performance/index.html b/files/pt-pt/tools/performance/index.html deleted file mode 100644 index 02d62da901..0000000000 --- a/files/pt-pt/tools/performance/index.html +++ /dev/null @@ -1,186 +0,0 @@ ---- -title: Desempenho -slug: Tools/Performance -tags: - - Aprender - - Desempenho - - Desempenho da Web - - Ferramentas de Desenvolvimento - - Ferramentas de Programação -translation_of: Tools/Performance -original_slug: Tools/Desempenho ---- -
{{ToolsSidebar}}
- -

A ferramenta de Desempenho mostra-lhe a resposta geral do seu site, o desempenho da disposição e JavaScript. Com esta ferramenta pode criar um registo, ou perfil, do seu site durante um período do tempo.  A ferramenta depois mostra-lhe uma sinopse das coisas que o navegador esteve a fazer ao renderizar o seu site sob o perfil, e um gráfico da frame rate sob o perfil.

- -

Tem quatro subferramentas para examinar os aspetos do perfil em mais detalhe:

- - - -

{{EmbedYouTube("WBmttwfA_k8")}}

- -
-

Iniciação

- -
-
-
-
Guia da IU
-
-

To find your way around the Performance tool, here's a quick tour of the UI.

-
-
-
- -
-
-
Como fazer!
-
Basic tasks: open the tool, create, save, load, and configure recordings
-
-
-
- -
-

Componentes da ferramenta «Desemepenho»

- -
-
-
-
Frame rate
-
Understand your site's overall responsiveness.
-
Árvore de Chamada
-
Find bottlenecks in your site's JavaScript.
-
Allocations
-
See the allocations made by your code over the course of the recording.
-
-
- -
-
-
Cascata
-
Understand the work the browser's doing as the user interacts with your site.
-
Flame Chart
-
See which JavaScript functions are executing, and when, over the course of the recording.
-
-
-
-
- -
-

Cenários

- -
-
-
-
Animating CSS properties
-
Uses the Waterfall to understand how the browser updates a page, and how animating different CSS properties can affect performance.
-
-
-
- -
-
-
Intensive JavaScript
-
Uses the frame rate and Waterfall tools to highlight performance problems caused by long-running JavaScript, and how using workers can help in this situation.
-
-
-
- - - -
-
-
-
-
- - - -
- - - - - -
-- cgit v1.2.3-54-g00ecf