How can I check if website is loading, for example, jquery, or downloading an image from imgur? I can inspect this traffic in Firefox/Chrome, but I would like to have a programmatic way of doing so, preferably in bash.
I know I can curl the contents, but sometimes some external stuff loads all kinds of things and I want to check which content/script/resource did go through.