What does “Blocked” really mean in the Firefox developer tools Network monitoring?

前端 未结 5 1232
Happy的楠姐
Happy的楠姐 2021-02-01 12:25

The timing section of the Firefox Network Monitor documentation, \"Blocked\" is explained as:

Time spent in a queue waiting for a network connection.

5条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-01 13:12

    We changed the Firefox setting (about:config) 'network.http.max-persistent-connections-per-server' to 64 and the blocks went away. We changed it back to 6. We changed our design/development method to a more 'asynchronous' loading method so as not to have a large number simultaneous connections. The blocks were mostly loading a lot of png flags for locale settings.

提交回复
热议问题