# Verify if LiteSpeed Cache is working

> Check whether LiteSpeed Cache is active by inspecting the response headers returned by your server.

Source: https://www.kualo.com/knowledgebase/perf-litespeed/verify-if-litespeed-cache-is-working
Updated: 2026-06-09

---

The quickest way to confirm that LiteSpeed Cache is working is to inspect the HTTP response headers your server returns when a page is loaded. Your browser's developer tools make this straightforward.

## Open the developer tools in Chrome

1. Open Chrome and navigate to a page on your website.
2. Press **Ctrl + Shift + I** (Windows/Linux) or **Cmd + Option + I** (Mac) to open the developer tools, or right-click anywhere on the page and choose **Inspect**.

<img src="https://kb-cdn.kualo.com/38/93/3893c943a1ce62937ce8e02a3548602eea0a3d0c.png" alt="Chrome Developer Tools" width="497" height="406" />

## Check the response headers

1. In the developer tools panel, click the **Network** tab.
2. Reload the page by pressing **F5** (or **Cmd + R** on Mac).
3. In the list of requests that appears, click the entry that matches your domain name.
4. Select the **Headers** sub-tab and scroll down to the **Response Headers** section.

<img src="https://kb-cdn.kualo.com/d6/f3/d6f33398b384e0aa55efe484917a488f1b8dc5a7.png" alt="LiteSpeed Cache Hit" width="749" height="552" />

## Interpreting the result

Look for the `x-litespeed-cache` header. Its value tells you the cache status:

| Header value | Meaning |
|---|---|
| `x-litespeed-cache: hit` | The page was served from the LiteSpeed Cache. |
| `x-litespeed-cache: miss` | The page was not in cache and was generated fresh. |

:::info
A `miss` on the very first load after clearing cache is normal. Reload the page once more - if caching is working correctly, the header should change to `hit`.
:::

If you continue to see `miss` on repeated loads, check that the LiteSpeed Cache plugin (for WordPress) or your cache configuration is enabled and that the page is not excluded from caching by a rule.

---

_Source: Kualo Knowledgebase — https://www.kualo.com/knowledgebase/perf-litespeed/verify-if-litespeed-cache-is-working · © Kualo Ltd._
