Where can I check my site for parallel loading of contents
Where can I check my site for parallel loading of contents?
Collapse
X
-
Tags: None
-
-
Comment
-
-
Thanks for reply.
Html contain css/images/javascript and other client side components. There are two ways for browser to request these components from server. serial(one by one) and parallel (more than one at a time). I add asynchronous google analytics code for parallel loading. Now I want to check whether contents are loading in parallel or not.Comment
Comment