Chrome Developer Tools Connection ID

前端 未结 2 1248
借酒劲吻你
借酒劲吻你 2021-02-15 10:08

I am using Chrome Developer tools (version 49). Under the Network tab, there is a series of columns such as Name, Status, Type..etc. Does anyone know what the purpose of the Con

2条回答
  •  一向
    一向 (楼主)
    2021-02-15 10:55

    connectionId is the unique identifier of the connection used for that query/TCP connection etc. It's a way of evaluating which resources are using which connection.

    If you sort this column by order you will see many repeating ID's, indicating many resources were obtained on the same TCP connection.

提交回复
热议问题