How to Configure PrestaShop to use Memcached?

After memcached is installed on your system, you must configure PrestaShop to use it. PrestaShop natively supports Memcached. so the process of enabling Memcached on PrestaShop is easy.

Now let’s take a look on how to enable the memcached in Back-Office

    • Go to: Advanced Parameters > Performance.
    • Scroll down the page to the Caching section.

memcached-enable

    • Here click to Yes, to enable caching.
    • Under Caching system, select Memcached via PHP::Memcached.

memcached-php-prestashop

    • Click Add server button. Additional settings will appear.
    • In the IP Address field, type 127.0.0.1.
    • In the Port field, type 11211 (default).
    • In the Weight field, type 1 if you are using a single Memcached instance.

add-server-prestashop

    • Click Add Server, Then click Save.

That’s all – Memcached with PrestaShop to cache certain API calls, database calls and objects.

1 Comment

  1. Incredible post. Thanks for sharing amazing content.

Leave a Reply

Your email address will not be published. Required fields are marked *