Fiddler Ideas

The free web debugging proxy for any browser, system or platform.

Add timestamp to websocketmessage

The websocket messages does not have any kind of incoming timestamp.

It would be good to have that for multiple reasons (performance measurement, order of messages etc)

  • Guest
  • Feb 3 2017
  • Under review
  • Attach files
  • Eric Lawrence commented
    4 Feb, 2017 06:28pm

    It is what it is.

  • Guest commented
    4 Feb, 2017 08:59am

    It should be 'timings' , not timers. Timers give wrong association.

  • Eric Lawrence commented
    3 Feb, 2017 09:27pm

    Each WebSocketMessage has a Timers object; learn more here.

    That said, there was a request to enable adding these as columns in the WebSocket Inspector for ease of reading; that seems like a fine idea.

    Messages are presently ordered by ID; I believe that means that as the ID increases dtDoneRead will also be increasingly later.