1. Home
  2. Performance
  3. How to Enable Memcached on PrestaShop with LiteSpeed Cache

How to Enable Memcached on PrestaShop with LiteSpeed Cache

In this article, we will look at how to enable Memcached on PrestaShop with LiteSpeed Cache for PrestaShop.

You have to pay for the plugin required for Redis. In this article, we will cover only Memcached.

Note: The glossary contains explanations on a wide range of subjects and can be consulted to clarify certain terms.

Prerequisites

Enter the following address in your web browser: https://mg.n0c.com/en/.

Procedure

Memcached’s native integration into the Prestashop application simplifies configuration. Here is how to activate it, step by step:

  1. Activate Memcached in N0C as explained in the article How to use Memcached.
  2. Take note of the path to the Linux socket to establish the link between Memcached and your web application (path /home/USERN0C/.memcached/memcached.sock):
  1. Login to your PrestaShop Dashboard and go in the left menu to Configure -> Advanced Parameters -> Performance.
  2. In the Caching section, select Yes from the drop-down menu under Use cache.
  3. Select CacheMemcached.
  4. Add a server, providing the required information such as :
  5. You can check the information by clicking on the Test server button before saving.

Once this step is complete, your PrestaShop application is ready to use Memcached to cache certain API calls, database calls and objects.

References

Official Prestashop documentation: https://doc.prestashop.com/.

Updated on May 26, 2025

Related Articles