• Resolved borish1

    (@borish1)


    Can you, by any chance, help me with the correct group name of the woocommerce non-persistent group that I should be using under object cache options.

    I tried testing some options with the object cache turned on. Turns out that if I change settings for plugin germanized pro to exclude/include price units inside cart item data it will keep the old settings.

    Meaning:

    1. cart has 2 items with product units text below the title
    current Germanized setting – price units ON

    1. cart has 2 items with product units text below the title
    current Germanized setting – price units OFF

    It doesn’t matter if I turn it on or off it will be there always. However if I clear specifically object cache it will update the cart properly.

    This means I need woocommerce related cache group to add to non-persistent group object cache exclusion list.

    But I dont know the name of it. Can you assist please?

Viewing 1 replies (of 1 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @borish1

    Thank you for your inquiry.
    I am not familiar with the mentioned Germanized Pro plugin. When it comes to Woocomerce objects, I would advise you to reach out to their support for more precise information about this.
    As FOr Object Caching, Object Cache allows getting data from the database more efficiently. Its purpose is similar to what Database Cache does. But compared to Database Cache, Object cache is more efficient as it allows to process fewer requests.
    As a rule of thumb, Object Cache is not worth using on shared hosting for the same reason as Database Cache, i.e. database is often not the performance bottleneck, but disk input-output operations. This being said Object Caching is best when used with Memory based caching methods like Redis or Memcached and on VPS or dedicated server.
    I hope this helps!
    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘woocommerce non-persistent group name’ is closed to new replies.