Below shows when we aren’t able to receive the CSS file. We aren’t able to request for the JS file. Thus, the CSS file is blocking other files in the queue from be requested & received
Software Solution
Having different domains serving different object, the browser will have a different TCP Connection with each domain. Thus, if one HTTP Request failed, it doesn’t block browser from retrieving object from other domains
Technologies like Webpackto consolidate many Object into a few Object
When one of the many TCP Segment is lost, we need to wait for it to be resent & receive, in order to proceed with the receiving of the rest of the TCP Segment