> For the complete documentation index, see [llms.txt](https://elessi-docs.nasatheme.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://elessi-docs.nasatheme.com/mobile-layouts/about-mobile-layout/mobile-layout-cache-plugins.md).

# Mobile Layout - Cache Plugins

## There will be some notes when enabling mobile layout mode in combination with using the Cache plugin on the Site

* With this feature, the Desktop and Mobile pages will use different Templates, because of this, when using the Cache plugin, make sure that the plugin has separate cache modes for Mobile and Desktop.
* Most popular cache plugins already have cache mode for Mobile.
* In this article, we will introduce some of the most popular cache plugins with the Cache Mobile option.

### **WP Rocket** Plugin

If Your site is using WP Rocket, please go to **Dashboard > Settings > WP Rocket > Cache**

<figure><img src="/files/h1CfYuqWjNbkq1yycu6E" alt=""><figcaption><p>Please Check in 2 options</p></figcaption></figure>

You can view more the WP Rocket's documentation about this here: <https://docs.wp-rocket.me/article/708-mobile-cache>

### W3 Total Cache

Go to **Dashboard > Performance > Cache Groups**

<figure><img src="/files/lmdW6QkjWmlXXnJNfpnV" alt=""><figcaption><p>Turn on Mobile cache of W3 Total Cache</p></figcaption></figure>

### LiteSpeed Cache

Go to **Dashboard > LiteSpeed Cache > Cache**

<figure><img src="/files/Dx1xhXLnaPvaPG3AtyYb" alt=""><figcaption><p>Turn on Mobile Cache of LiteSpeed Cache</p></figcaption></figure>

View more LiteSpeed Cache's Documentation here: <https://docs.litespeedtech.com/lscache/lscwp/cache/#cache-mobile>

### WP Fastest Cache

View more WP Fastest Cache's Documentation here: <https://www.wpfastestcache.com/premium/mobile-cache/>

Note: It seems that WP Fastest Cache only supports this feature on their Premium version (paid version).

### Breeze

Go to **Dashboard > Settings > Breeze**

<figure><img src="/files/d8wCHfMZxwWaX3SYBjED" alt=""><figcaption><p>Turn on Mobile Cache in Breeze</p></figcaption></figure>

> <mark style="color:orange;">If your site is using a cache plugin other than one of the plugins here,</mark>
>
> <mark style="color:orange;">You can learn more about this in the plugin docs, or you can also contact the author of the plugin you're using directly to learn how to enable this option.</mark>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://elessi-docs.nasatheme.com/mobile-layouts/about-mobile-layout/mobile-layout-cache-plugins.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
