• Hi,

    we face big issues with the plugin and the wp-options table of the database. After activating the plugin it needs only some minutes and the database reaches its max volume because of to many connections. After deactivating the size of wp-options turns back to normal.

    Have you ever heard of this before?

    Thanks
    Manja

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Alessio Torrisi

    (@alessio91)

    Hi there,

    please be sure to use latest available release of the plugin.

    If the problem persists, please add following code in the file funcions.php of your theme and check again.

    add_filter( 'yith_wcan_suppress_cache', '__return_true' );
    Thread Starter Manja Neumann

    (@tippl)

    Thanks for your response. I added the filter and the database no longer grows in size. But as soon as I activate the plugin I regularly get the info that the database is not responding. After refreshing it works.

    Plugin Support Alessio Torrisi

    (@alessio91)

    Hi there,

    do you have any cache active?

    Thread Starter Manja Neumann

    (@tippl)

    Hi,

    Not on the website itself. But I cleared the cache at the hosting provider and now it seems to be ok.

    Thanks a lot!
    Manja

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Database Issues’ is closed to new replies.