• Resolved geekypanda

    (@geekypanda)


    Hello!

    I am using your plugin for WooCommerce shop on my website.

    My website is now closed by hosting because they have too many queries from some plugin.

    Such a database table gets a lot of data:

    WHERE option_name = ‘_transient_yith_wcan_queried_products_1643826360’

    Querie:

    use(here is a db name)`/*!*/;
    SET TIMESTAMP=1643872813/*!*/;
    UPDATE wp_options SET option_value =
    ‘a:12122:{s:32:\”76ebf7884f4474c03f0040eac290a302\”;a

    :65:{i:0;i:26884;i:1;i:26798;i:2;i:26785;i:3;i:26780;i:4;i:26772;i:5;i:26767;i:6;i:26732;i:7;i

    :26720;i:8;i:26705;i:9;i:26692;i:10;i:26686;i:11;i:26566;i:12;i:25593;i:13;i:25589;i:14;i:2558

    5;i:15;i:25581;i:16;i:25577;i:17;i:25574;i:18;i:25569;i:19;i:25564;i:20;i:25559;i:21;i:25556;
    …`

    And I think it might cause by your plugin because I activate it recently.

    What should I do?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Andrea Grillo

    (@agengineering)

    Hi there,

    the issues seems to be related to the internal plugin cache, probably you have a lot of terms or a complex configuration.

    Try to use this code, please:

    add_filter( 'yith_wcan_suppress_cache', '__return_true' );

    Try to copy and past it at the end of functions.php of your theme.

    Plugin Support Alessio Torrisi

    (@alessio91)

    Hi there,
    Sine we have not received a reply on your side, we will proceed to set this inquiry as resolved. However, for further assistance, do not hesitate to open a new thread.
    Best regards!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Too many queries’ is closed to new replies.