summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/partialCached.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/partialCached.md')
-rw-r--r--docs/content/en/functions/partialCached.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/content/en/functions/partialCached.md b/docs/content/en/functions/partialCached.md
index a0c317377..2e79bb32f 100644
--- a/docs/content/en/functions/partialCached.md
+++ b/docs/content/en/functions/partialCached.md
@@ -22,6 +22,8 @@ The `partialCached` template function can offer significant performance gains fo
**Note:** Each Site (or language) has its own `partialCached` cache, so each site will execute a partial once.
+**Note**: Hugo renders pages in parallel, and will render the partial more than once with concurrent calls to the `partialCached` function. After Hugo caches the rendered partial, new pages entering the build pipeline will use the cached result.
+
Here is the simplest usage:
```