
This is a screenshot of the Net tab in FireBug in FireFox 3.6. It displays a sequence of downloads for a page on this web site.
- The first request downloads the HTML file.
- The next 19 requests receive multiple small CSS files referenced in the head of the HTML.
- Following six requests download JavaScript files included in the head.
- Afterward, multiple images are downloaded. First, images referenced by the HTML document are loaded (e.g. the logo). Then images linked by the CSS. Those images are not sprited.
- Towards the end, Google Analytics files are received and JavaScript code executed.
- The last image are downloaded by JavaScript.
