Reply 348682 to: URGENT Excessive ajax requests via XStore Plugin

Avatar: Rose Tyler
Rose Tyler
Support staff
March 3, 2023 at 08:01

Hello, Websitedude1985,

For now you may add next few filters in xstore-child/functions.php which may help you to remove few ajax requests but it may create some issues with caching plugins

add_filter('xstore_wishlist_mini_content_ajax', '__return_false');
add_filter('xstore_compare_mini_content_ajax', '__return_false');

Deep code refactoring is already written in our todo list. If you know the main code areas where we should take more time for refactoring, please, share them with us (public or in private area) so we will spend less time for searching such reasons and more time for improving those things of speed loading and excessive ajax requests.

Kind Regards,
8theme team

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.