We have talked about HTTP being a client-server protocol in which clients retrieve Web pages from servers. A page may contain many objects -- text, images, scripts, flash movies, etc. and therefore require many requests. Three simple tools:
- Pingdom (has the nicest user interface)
- Web page analyzer
- Site timer
Here we see the analysis of the retrieval of our class home page:
It requires three requests:
- retrieval of the page
- a call on Google Analytics to record the access
- a call on Creative Commons to retrieve the small image at the bottom of the page
Note that these programs treat a script file as a single object without analyzing its content. Therefore, it does not give an accurate picture of a site like www.yahoo.com which uses an extensive Javascript.
No comments:
Post a Comment