php - XHProf for API Side -
we have project soap-client 〉 soap-server interaction. both sides zf2 based products own.
we profiling api client side until zend\soap\client::__call. in cases soap request 90% of "time wait". looking way find out how sql operation cost 0.0001s becomes 1s response on soapui , soap-client side.
in other word, how xhprof datagram have on soap-client side www.apiclient.tld/orderlist?debug if soap-server request looks www.apiserver.tld/api/order/wsdl.
what project did api profiling data , choice profie soap api server side?

Comments
Post a Comment