• druut

    (@emkemk)


    Set it up today, very quickly. Works perfectly.

    First, I installed the ‘memcache‘ PHP extension (sudo apt install php7.4-memcache). I tried installing the ‘memcached‘ PHP extension, but it turned out that it was the wrong one.

    Next, I generated a random string, and added the following line to my wp-config.php
    define( ‘WP_CACHE_KEY_SALT’, ‘…long random string…’ );

    Last, I copied the object-cache.php file to my wp-content directory.

    And it worked! (Memcached was already running on my server, so didn’t include that in my explanation)

    Speeds up our WooCommerce store tremendously. The best part is that this plugin is open source without any expensive premium tiers.

    • This topic was modified 2 years ago by druut.
    • This topic was modified 2 years ago by druut.
    • This topic was modified 2 years ago by druut.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Great plugin!’ is closed to new replies.