mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 20:44:51 -04:00
Removed mentioning of removed --stepAnalysis command line option
This commit is contained in:
parent
86ba9071cc
commit
9f684318fb
@ -247,9 +247,6 @@ sitemap
|
|||||||
staticDir ("static")
|
staticDir ("static")
|
||||||
: A directory or a list of directories from where Hugo reads [static files][static-files].
|
: A directory or a list of directories from where Hugo reads [static files][static-files].
|
||||||
|
|
||||||
stepAnalysis (false)
|
|
||||||
: Display memory and timing of different steps of the program.
|
|
||||||
|
|
||||||
summaryLength (70)
|
summaryLength (70)
|
||||||
: The length of text in words to show in a [`.Summary`](/content-management/summaries/#hugo-defined-automatic-summary-splitting).
|
: The length of text in words to show in a [`.Summary`](/content-management/summaries/#hugo-defined-automatic-summary-splitting).
|
||||||
|
|
||||||
|
@ -98,14 +98,4 @@ parameters to `partialCached` beyond the initial context. See the
|
|||||||
{{% /tip %}}
|
{{% /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" >}}
|
[partialCached]:{{< ref "/functions/partialCached.md" >}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user