> ## Documentation Index
> Fetch the complete documentation index at: https://help.noxity.io/llms.txt
> Use this file to discover all available pages before exploring further.

# LiteSpeed Web Cache Manager

> Install the LiteSpeed Cache plugin on WordPress sites in this account, enable it across many sites at once, and flush all caches with one click.

LiteSpeed Web Cache Manager is a one-page UI for managing the **LiteSpeed Cache for WordPress** plugin across every WP install in your account. Detect installs, enable LSCache on all of them, flush them all in one click.

<Frame caption="cPanel home → Advanced → LiteSpeed Web Cache Manager">
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/noxity/images/cpanel/advanced/litespeed-web-cache-manager/page-light.png" alt="LiteSpeed Web Cache Manager with WordPress install list" className="block dark:hidden" />

  <img src="https://mintlify.s3.us-west-1.amazonaws.com/noxity/images/cpanel/advanced/litespeed-web-cache-manager/page-dark.png" alt="LiteSpeed Web Cache Manager with WordPress install list" className="hidden dark:block" />
</Frame>

## What you get

The page scans your account for WordPress installs and lists them. For each site you can:

* **Enable LSCache**: installs and activates the LiteSpeed Cache plugin on that site.
* **Disable**: deactivates the plugin (without deleting it).
* **Flush**: clears the page cache for that one site.

Top of the page also has **Mass Enable** and **Mass Flush All** buttons that act on every WP install at once.

<Note>
  This tool only manages the **page cache**. For object caching (Redis), see [LiteSpeed Redis Cache Manager](/web-hosting/cpanel/advanced/litespeed-redis-cache-manager). Most WP sites benefit from running both.
</Note>

## When to use it

The plugin can be installed by hand from `wp-admin → Plugins → Add New → LiteSpeed Cache`. Use this UI when:

* You manage many WordPress sites in one cPanel account and don't want to log in to each `/wp-admin` to install the plugin.
* You need to flush all sites at once after a global change (CSS update, deploy, etc.).
* You're auditing which sites have LSCache active.

For a single site, installing from `wp-admin` is faster.

## Mass enable

<Steps>
  <Step title="Click Scan">
    The page rescans the account and refreshes the list of WordPress installs. Run this if you've installed a new WP site since you last opened the page.
  </Step>

  <Step title="Click Enable in the column header">
    The Enable column flips to "On" for every detected install. Each site now has LSCache plugin installed and activated, with safe default settings.
  </Step>

  <Step title="Verify on one site">
    Visit `wp-admin → LiteSpeed Cache → Dashboard`. The dashboard should load and show the standard plugin UI. From there, follow [the LSCache rollout guide](https://docs.litespeedtech.com/lscache/lscwp/) to tune settings per site.
  </Step>
</Steps>

## Flush all

The **Flush All** button at the top wipes page caches across every WP install in this account. Reach for it after:

* A global asset change (CSS or JS file replaced server-side).
* A deploy that touched template files outside `wp-admin`.
* A confusing bug where you suspect cache is involved.

Flushing is fast and safe. The next request to each site rebuilds its cache.

## Common questions

<AccordionGroup>
  <Accordion title="LSCache is enabled but the site doesn't seem faster">
    Two usual reasons. **First**, the cache hasn't been warmed yet: the very first request to each page generates and stores the cached version, and only subsequent requests are served from cache. Hit a few key pages or run a crawler. **Second**, you have a plugin (often a security plugin or a session-heavy plugin) that emits `Cache-Control: no-cache` on every response. Check the response headers in browser dev tools; if `X-LiteSpeed-Cache: hit` appears, caching is working.
  </Accordion>

  <Accordion title="The plugin enabled, but I want to configure it differently from the defaults">
    Defaults are conservative and usually fine. To customize, go to `wp-admin → LiteSpeed Cache` for that site. The plugin has its own dashboard with cache rules, image optimization, CSS/JS minification, and more. Settings are per-site.
  </Accordion>

  <Accordion title="How does this overlap with AccelerateWP?">
    [AccelerateWP](/web-hosting/cpanel/software/accelerate-wp/overview) is a separate WP-Rocket-style plugin from CloudLinux. LSCache is from LiteSpeed. They both do page caching, but they don't compose: pick one. If you're already on LSCache, stay on LSCache. AccelerateWP is the better fit only if you need its specific extras (database cleanup, Heartbeat throttling) that LSCache doesn't bundle.
  </Accordion>

  <Accordion title="Disabling LSCache here: does it delete the plugin?">
    No. **Disable** deactivates the plugin in WordPress; the plugin files stay in `wp-content/plugins/litespeed-cache/`. Re-enabling reactivates it without reinstalling. To fully remove, deactivate here, then delete from `wp-admin → Plugins`.
  </Accordion>
</AccordionGroup>

## Need a hand?

<CardGroup cols={2}>
  <Card title="Open a ticket" icon="life-ring" href="https://members.noxity.io/submitticket.php">
    Best for anything that needs an account check or a config change on our end.
  </Card>

  <Card title="Live chat" icon="messages" href="https://noxity.io/contact">
    Faster for quick questions during business hours.
  </Card>
</CardGroup>
