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
The Caching control panel in Plone's `Site Setup` supports a granular control of caching operations for a Plone site.
15
15
16
-
```{image} /_static/caching/ControlPanel-02.png
17
-
:alt: Plone Control Panel (Classic UI)
16
+
````{card}
17
+
```{image} /_static/caching/caching-disabled.png
18
+
:alt: Caching Control Panel
19
+
:target: /_static/caching/caching-disabled.png
18
20
```
21
+
+++
22
+
_Caching Control Panel_
23
+
````
19
24
20
25
This control panel consists of four main tabs:
21
26
22
-
## `Change settings`
27
+
## {guilabel}`Change settings`
23
28
24
-
Where you can control caching behaviour, it contains four fieldsets:
29
+
Where you can control caching behaviour, it contains five fieldsets:
25
30
26
-
### `Global settings`
31
+
### {guilabel}`Global settings`
27
32
28
-
For global options such as turning caching on or off.
33
+
For global options, such as turning caching on or off.
29
34
30
-
### `Caching proxies`
35
+
### {guilabel}`Caching proxies`
31
36
32
-
Where you can control Plone's use of a caching proxy such or Varnish or a CDN.
37
+
Where you can control Plone's use of a caching proxy, such as Varnish or a CDN.
33
38
34
-
### `In-memory cache`
39
+
### {guilabel}`In-memory cache`
35
40
36
41
Where you can control Plone's use of in-memory cache.
37
42
38
-
### `Caching operation`
43
+
### {guilabel}`Caching operation`
39
44
40
-
Where caching {doc}`rulesets <rulesets-and-caching-operations>` (hints about views and resources used for caching purposes) can be associated with caching operations.
45
+
Where caching rulesets (hints about views and resources used for caching purposes) can be associated with caching operations.
41
46
42
-
Those either intercept a request to return a cached response, or modifies a response to add cache control headers.
47
+
Those either intercept a request to return a cached response, or modify a response to add cache control headers.
43
48
44
-
This is also where rulesets for legacy page templates (created through the web or the portal_skins tool) are configured.
49
+
This is also where rulesets for legacy page templates (created through the web or the `portal_skins` tool) are configured.
45
50
46
-
### `Detailed settings`
51
+
### {guilabel}`Detailed settings`
47
52
48
53
Where you can configure parameters for individual caching operations.
49
54
50
55
51
-
## `Import settings`
56
+
## {guilabel}`Import settings`
52
57
53
-
Where you can import pre-defined profiles of cache settings
58
+
Where you can import pre-defined profiles of cache settings.
54
59
55
-
## `Purge caching proxy`
60
+
## {guilabel}`Purge caching proxy`
56
61
57
62
Where you can manually purge content from a caching proxy.
58
63
59
-
This tab only appears if you have purging enabled under *Change settings*.
64
+
This tab only appears if you have purging enabled under {guilabel}`Change settings`.
60
65
61
-
## `RAM cache`
66
+
## {guilabel}`RAM cache`
62
67
63
68
Where you can view statistics about and purge the RAM cache.
0 commit comments