Optimize HTTP requests to reduce the number of requests to the web server.
Consider the following solutions for HTTP request bottlenecks:
Decrease the HTTP socket timeout for the web service client.
The socket timeout sets the amount of the time the client waits before timing out the HTTP request. The web service client can hang if the socket timeout value is large.