@amirmyb @whatswrong these requests are supposed to be ‘non-blocking’ meaning it should not impact the page loading times. We specifically have a timeout built in of .01 second which should feel like nothing is even happening at all.
If you were able to set up the plugin correctly, we’re assuming that the functionality is correct where your server should be able to accept the incoming connection and process that in a separate process ID which is out of the scope of your current visitors.
That being said, if you’re a store that doesn’t have a ton of traffic, and possibly on a really small web server / hosting plan etc., we can try one thing for you where we disable the “long polling” of the queue and process only 1 job at a time.
You may do that by adding a configuration in your wp-config.php file of:
define('MAILCHIMP_DISABLE_QUEUE', true);
and that should shut off the long polling you’re experiencing which might actually help you here. Please note that this is NOT the recommended approach for a site with reasonable traffic and shopping activity.
Let us know if that does the trick, but you may want to consider an upgrade on your hosting plan to allow for more activity. We will get you all squared away somehow.