• Hi guys,

    I am a old user of several yith plugins on a lot of websites.

    However in the last weeks I am experiencing several problems with Ajax Product Filter regarding the database. My provider locked my database down, in my wordpress website due to a ridiculous amount of connections made by your plugin (as far as they told me when they reviewed the binlogs) and generating a huge amount of registers in the binlogs.

    It is true that if I enable the debug_log option in my wp_config, the log file gets Gb size in a couple of days, which is not usual.

    Is there something we can do?

    Thanks

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

Viewing 1 replies (of 1 total)
  • Plugin Support Vanesa

    (@vanesarodriguez)

    Hello there!
    I hope you are doing great ??

    The plugin creats some transients that store a cache of the association between taxonomy terms and products to speed up the queries of the filters.

    The issue can happen when there are a lot of products associated with terms so, in order to avoid the creation of this transients, add the following code in the functions.php of your active theme:

    add_filter( 'yith_wcan_suppress_cache', '__return_true' );

    Try it and let us know if this solved it.

    We look forward to hearing from you.

    Have a good day.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.