Here we see the analysis of the retrieval of our class home page:
It involves only three requests
As we see here, the University home page involves more client-server requests. It downloads several images (.gif files) and several JavaScript programs (.js files), and takes longer to complete.
Two student home pages are also instructive. Each has pictures of students, but http://sws.csudh.edu/jlisella/assignments/classpage.htm combines them into a single image map and http://sws.csudh.edu/jquint22/assignments/ClassHomePage/ stores them as separate files.
We see the effect of this decision using Pingdom. One consists of 14 objects totaling 390.9 kbytes and takes 2.7 seconds to load, the other consists of 2 objects totaling 63.4 kbytes and takes 1.8 seconds. These differences might seem small, but multi-tasking users are often impatient and click away after a short delay. Furthermore, transport charges are significant on high-traffic Web sites.
For more in-depth information about analyzing and improving Web performance, see WebSiteOptimization.