• Is it possible to reduce or throttle Ajax requests this plugin makes? Our website ran a sale yesterday so our traffic was higher than normal. We started getting calls from our customers say the site, specifically the cart/checkout were basically useless due to pages loading very slow or give 502 errors. I logged into our host and looked at the logs and then called their support (WPEngine). The Yith Wishlist plugin was sending an extremely hight amount of Ajax requests and they believe this is the root cause of the site loading issues.

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

Viewing 1 replies (of 1 total)
  • Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there,
    we hope you’re doing well!

    Try adding this code in the functions.php file of your active child theme to see if AJAX requests are reduced on your site:

    add_filter( 'yith_wcwl_reload_on_found_variation', '__return_false' );

    You can also try disabling AJAX loading within our plugin settings.

    Let us know any news.

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Ajax Requests’ is closed to new replies.