summaryrefslogtreecommitdiffstats
path: root/docs/content/en/troubleshooting/build-performance.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/troubleshooting/build-performance.md')
-rw-r--r--docs/content/en/troubleshooting/build-performance.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/content/en/troubleshooting/build-performance.md b/docs/content/en/troubleshooting/build-performance.md
index bc75ce262..e0700f381 100644
--- a/docs/content/en/troubleshooting/build-performance.md
+++ b/docs/content/en/troubleshooting/build-performance.md
@@ -98,14 +98,4 @@ parameters to `partialCached` beyond the initial context. See the
{{% /tip %}}
-## Step Analysis
-
-Hugo provides a means of seeing metrics about each step in the site build
-process. We call that *Step Analysis*. The *step analysis* output shows the
-total time per step, the cumulative time after each step (in parentheses),
-the memory usage per step, and the total memory allocations per step.
-
-To enable *step analysis*, use the `--stepAnalysis` option when running Hugo.
-
-
[partialCached]:{{< ref "/functions/partialCached.md" >}}