Hard disk caching is one of the fastest and most powerful caching systems.
When a page is visited, the reverse-proxy saves the content and objects (js, css, images) on its disk so that it can be delivered to users without having to query the backend server.
By default, caching is not enabled globally in the reverse-proxy.
You need to activate it globally, and then activate it on sites that require caching.
“Web services" > “Status”
- Note: With the latest Hotfix 20231111-02, it is possible to put the cache in memory
Activating the cache functionality does not activate the cache on your sites.
You must activate the cache features on each website you consider important to cache.