Simple Mode

The simple modes will not cache the "URI" and "COOKIES" that are pre-configured in the WHM interface of the module as a value. The default configuration of the module takes into consideration several addresses and cookies used by websites (and CMS like WordPress, Joomla, WooCommerce, etc.) to ensure that sessions are not shared between users.

In this mode you will find the following five options:

I do not want to use the accelerator on my site.

In this mode, no caching is enabled, all requests to the site will be routed to the Apache server without being checked by Nginx.

I have an online store in my site.

In online store mode, the cache duration is reduced to the maximum, the server will allow the following caching:

The site will have 5 seconds of caching for the dynamic content (only the content having passed the Nginx verification can be placed in the cache, so for the pages of a shop like WooCommerce or others will not be placed in cache), 1 week caching for JS and CSS files and 1 month for other static files.

I update my site every day.

Caching is reduced for changes on the website to appear quickly on the web. The following values ​​apply:

Nginx's cache will be 1 hour for dynamic content, 1 week for CSS and JS files and 1 month for other static files.

The browser-side cache will also be enabled for 1 week on all static content.

I update my site less than once a week.

This option allows to have a better optimization of the site while keeping a certain flexibility. The following values apply:

Nginx's cache will be 2 days for dynamic content, 1 week for CSS and JS files and 1 month for other static files.

The browser-side cache will also be enabled for 1 week on all static content.

I update my site less than once a month.

This option is perfect for sites that are rarely modified and offers maximum acceleration. The following values apply:

Nginx's cache will be 3 weeks for dynamic content, 1 month for CSS and JS files and 2 months for other static files.

The browser-side cache will also be enabled for 3 weeks on all static content.

Sidebar