• Resolved hans410947

    (@hans410947)


    I am not sure if I am in the right forum for this question, but my webhost offers LiteSpeed cache and LiteSpeed Memcache (LSMCD) for my website.

    My website is a Woocommerce store, and my question is if LSMCD is recommended for woocommerce? Will it work well, or will there be compatibility issues, like the cart not getting updated correctly etc?

    And also, will it be safe, so that no personal data/login detalis/credit card details will be cached and shown to other visitors?

    Thanks a lot!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support qtwrk

    (@qtwrk)

    LSMCD works as other object cache storage server, the Redis or Memcached

    I can not say if it works well or not , because many other plugins would use it differently , so please test and try it

    the object cache itself does NOT actively store any data, only the wordpress and plugins instruct it to store any or certain data with function like wp_cache_add() or wp_cache_set()

    the LiteSpeed Cache plugin merely provides a bridge to connect WP (or PHP in this sense) to object cache storage server.

    Thread Starter hans410947

    (@hans410947)

    @qtwrk thank you very much for your help!

    I have very little knowledge about how code and programming works, so can I please ask my question in a different way:

    When using a cache plugin like WP Rocket, there is a recommendation to disable caching for cart, checkout and account pages, because they would not work correctly if caching was enabled. Also there might be security issues with customer′s personal data and credit card information being displayed to other users.

    So what I need to know if there are any such security recommendation when enabling Object cache (whether that be LSMCD, Remcached, Redis or any other object caching).

    Maybe you did already answer this, in that case I am sorry I did not understand it..

    Thank you!

    Plugin Support qtwrk

    (@qtwrk)

    pages like cart, checkout , account are automatically set to no-cache

    as I have explain , the plugin doesn’t really set/store any object to cache , but for other plugins can utilize it , it provides a bridge

    generally I think the wordpress system itself should be careful enough for these info , but on other hand , you do need to properly secure and isolate the object cache server , to prevent unauthorized access.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to use LSMCD on Woocommerce store?’ is closed to new replies.