Any reason why a soap server can be slow on different computers and networks? For me its working very good but for other people in different networks is very slow, like minutes.
Any reason for that?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t use the SOAP stuff much with PHP, so the only PHP configuration thing I can think of is caching:
Or see the parameters to:
Otherwise it’s likely to be networking issues or configuration outside the realm of PHP and a stackoverflow question.