• Resolved elland

    (@elland)


    When i enable the plugin, The site crash because of a lot of request missing cache because of the plugin so it is going down. Anyway we can resolve this?

    Set-Cookie: tinvwl_wishlists_data_counter=0; path=/ header. I

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author templateinvaders

    (@templateinvaders)

    Hi,

    The cookie mentioned is only set for logged-in users who typically do not use the cache. However, if your setup requires disabling it, you can use the following snippet with the latest version of our plugin:

    add_filter( 'tinvwl_allow_data_cookies', '__return_false' );

    Thread Starter elland

    (@elland)

    This is not working it is still creating cookies thus missing cache and brings the site down..

    Plugin Author templateinvaders

    (@templateinvaders)

    Hi @elland

    Your website is using an outdated version of our plugin. The fix for this issue was implemented in version 2.3.0, while your website is still running on version 2.2.0. You need to update it to the latest version, rebuild the cache, and check if the issue persists.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Wishlist Missing Cache’ is closed to new replies.