avin_mehya 0 Report post Posted November 22, 2017 Hi, We have an application which uses web sockets. I have recorded a profile using the web socket extension and upon execution i can see both the Send/Receive requests. My question is that is there a way to record response times of the same? Because upon checking the HTML generated reported there isnt any mention on timings of those web socket requests? Quote Share this post Link to post Share on other sites
sergei 0 Report post Posted November 22, 2017 Hi, Due to asynchronous nature of WebSocket, Send and Receive are not linked together. What do you mean by response time for WebSocket? Quote Share this post Link to post Share on other sites
avin_mehya 0 Report post Posted November 22, 2017 I will elaborate a little bit more on our requirement. We have a page which displays different charts about activity across locations etc. There is a drop down for Currency and upon changing the same the charts get changed. The interim request calls during such a change are of Web sockets only. We need to get response time of such requests between the send and receive of web sockets. Quote Share this post Link to post Share on other sites
sergei 0 Report post Posted November 23, 2017 Ok, we will add this feature in the next version. You can use JavaScript to calculate response times and save them to a file. Quote Share this post Link to post Share on other sites