Nagaloap Posted June 20, 2016 Share Posted June 20, 2016 I have encountered a strange problem: every time there is some operation involving cart.php, for example starting an order, or ajax-call for updating the cart when user changes product details, that request to cart.php has become very slow, always taking at least 30 seconds. After the further examination, the extra 30second delay seems of course to be originating in it waiting for some external connection, and hitting a timeout when it can't reach an address. And apparently yes, this is case: every time a user request like that is waiting, during those 30 seconds, netstat on the web server is showing a strange outgoing connection: tcp 0 1 <redacted>:34250 178.32.53.76:80 SYN_SENT 14103/apache2 What is this? Why does WHMCS try to connect to some external address? I have tried to check if this is because of some modules, but even with all the custom modules deactivated, this problem still persists. How can one debug this, if all of WHMCS's code is hidden behind ioncube? 0 Quote Link to comment Share on other sites More sharing options...
zomex Posted June 20, 2016 Share Posted June 20, 2016 Hello, Just to confirm are you also testing with a stock WHMCS client area and cart template? Jack 0 Quote Link to comment Share on other sites More sharing options...
Nagaloap Posted June 20, 2016 Author Share Posted June 20, 2016 Just to confirm are you also testing with a stock WHMCS client area and cart template? Yes, stock order forms, and stock clientarea theme ('six'). Now tested even with a stock payment gateway (offline credit card), the same thing happens. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.