{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} /cache/ — one row per website the caller owns. The rows come from /cache/fetchCacheStatus posted without a domain, which is already narrowed to the signed-in account server side: this page never asks for "all sites" and filters afterwards. {% endcomment %} {% block title %}Cache manager{% endblock %} {% block styles %} {% include "cacheManager/_styles.html" %} {% endblock %} {% block content %}
{{ redisAvailable|json_script:"cpCacheRedisAvailable" }} {{ redisError|json_script:"cpCacheRedisError" }} {{ isAdmin|json_script:"cpCacheIsAdmin" }}

Cache manager

The LiteSpeed page cache and the Redis object cache for your websites.

Websites
Page cache on
Object cache on
Redis
Website Page cache Object cache Last change Manage
TTL s
Loading…

There are no websites on this account yet.

The page cache stores whole responses on disk and is served by OpenLiteSpeed before PHP runs. The object cache stores the fragments an application computes — database rows, rendered widgets — in Redis. They are independent: a site can use either, both, or neither.
{% endblock %} {% block scripts %} {% endblock %}