Sometimes when Website Testing (or Debugging) you may want to check exactly what’s being loaded into the browser from the Network/Internet. You may need to check the sequence that files are loaded in, in order to see what’s being run and where it’s being accessed from.
The main browsers now feature Developer Tools which offer an advanced level of information and ways of accessing it, including the following examples. The screenshots show examples from my own site’s homepage.
Firefox 34
Tools > Web Developer > Web Console > Network
Then load/reload the page you want to see
Shows the HTTP Action, Method, File, Domain, Type, Size and timings