Understanding Chrome network log “Stalled” state

后端 未结 5 987
失恋的感觉
失恋的感觉 2020-11-29 17:10

I\'ve a following network log in chrome:

\"network

I don\'t understand one thing in it: what\'s t

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-29 17:36

    My case is the page is sending multiple requests with different parameters when it was open. So most are being "stalled". Following requests immediately sent gets "stalled". Avoiding unnecessary requests would be better (to be lazy...).

提交回复
热议问题