You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deployment/caching/enable.md
+45Lines changed: 45 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,51 @@ Even though cache support is available in Plone, it is **not enabled by default*
19
19
It is highly recommended to configure caching for every new Plone site in production.
20
20
21
21
22
+
(import-a-caching-profile-label)=
23
+
24
+
## Import a caching profile
25
+
26
+
Importing a caching profile is currently only supported in the Classic UI.
27
+
28
+
We recommend that you import a caching profile to start.
29
+
You can always modify the profile later as needed.
30
+
31
+
As an administrator, navigate to {guilabel}`Site Setup`.
32
+
Under the {guilabel}`Advanced` heading or navigation item, select the <imgalt="Caching"src="/_static/caching/icon-caching.svg"class="inline"> {guilabel}`Caching` control panel.
33
+
34
+
````{card}
35
+
```{image} /_static/caching/caching-disabled.png
36
+
:alt: Caching Control Panel with caching disabled
37
+
:target: /_static/caching/caching-disabled.png
38
+
```
39
+
+++
40
+
_Caching Control Panel with caching disabled_
41
+
````
42
+
43
+
From here click either the helpful link in the blue information box {guilabel}`importing a preconfigured set of caching rules` or the {guilabel}`Import settings` tab.
44
+
You will see the {guilabel}`Import caching profiles` control panel.
0 commit comments