Configuring PrestaShop to use memcached
Boost the performance of your PrestaShop site with memcached! Learn how to setup memcached on PrestaShop with our easy step-by-step instructions.
This article describes how to configure PrestaShop to use memcached.
Memcached is an open-source memory object caching system that web sites can use to help accelerate page load times. Memcached works by caching in RAM frequently accessed data, such as the results of API calls, database calls, and more.
Note
If you have a managed VPS or managed Dedicated Server, please open a support ticket on the Hosting Panel at https://my.hosting.comand request memcached for your system. We will install it for you.
If you have an unmanaged VPS, you can install memcached yourself.
Memcached is not supported on non-Turbo shared hosting accounts at this time.
Configuring PrestaShop to use memcached
After memcached is installed on your system, you must configure PrestaShop to use it. To do this, follow these steps:
-
Log in to PrestaShop as the administrator.
-
On the menu bar, click ADVANCED PARAMETERS, and then click Performance.
-
Scroll down the page to the CACHING section.
-
Under Use cache, click YES.
-
Under Caching system, select Memcached.
-
Click Add server. Additional settings appear.
-
In the IP Address text box, type
127.0.0.1
. -
In the Port text box, type
11211
. -
In the Weight text box, type
1
. -
Click Add Server.
-
Click Save.
More Information
-
For more information about memcached, please visit http://www.memcached.org.
-
To view the official online PrestaShop documentation, please visit http://doc.prestashop.com.
Related Articles
Updated 3 days ago