Forum Discussion

Jebasingh_11155's avatar
Jebasingh_11155
Icon for Nimbostratus rankNimbostratus
Oct 09, 2013

https://xx.xx.xx.xx/iControl/iControlPortal.cgi?WSDL=LocalLB.Pool directly in browser takes 45 seconds

When I access 'https://xx.xx.xx.xx/iControl/iControlPortal.cgi?WSDL=LocalLB.Pool' directly in browser it almost takes 45 seconds to load. So all requests from my app takes almost 1 min. At times I'm getting result within 5 secs. Can you please suggest what can we do with this.

 

We have other LTM's and it gives us result within 5 secs.

 

2 Replies

  • All requests through the iControl portal are queued so it could be if you have another iControl request that is long lived coming in right before your WSDL request, it could theoretically delay the WSDL request until the previous request completes. The WSDL request is just a file read out of a resource so I can't see why that would cause a 45 second delay aside from the above guess. I would recommend downloading the WSDL and either precompile it into your app or load locally if it's present if possible.

     

    -Joe

     

  • Thanks Joe. Just to correct on what I said earlier it is 'https://xx.xx.xx.xx:443/iControl/iControlPortal.cgi that takes 35 to 45 secs to load irrespective of querying in wsdl. I did precompile and used it locally and getting same delay for this LB alone.