| Page totals, averages, minimums, and maximums
|
For each page that is accessed, a color-coded bar chart of the time taken to load the page items will be generated. The length of a particular bar gives a good idea of the relative time spent in loading that item, as compared to the whole page. You will see that in some cases, items of a page may be loaded in parallel. This will appear in the chart with bars that overlap. The information that is captured by the Page Detailer includes page size as well as sizes of all other items loaded by the browser.
Different colors in the bar indicate how the time was spent.
The time taken to load all the components of a page.
-
| Host Name Resolution (Cyan)
|
The time spent to resolve the IP address of the host.
-
| Connection Attempt Failed (Brown)
|
The time taken to receive an error when a connection attempt is made.
-
| Connection Setup Time (Yellow)
|
The time taken to open a socket connection. If a SOCKS server is being used, this is the time to open a socket connection from the browser to the SOCKS server only.
-
| Socks Connection Time (Red)
|
The time taken to open a connection from a SOCKS server to the remote site.
-
| SSL Connection Setup Time (Pink)
|
This is the time taken to negotiate an encrypted connection between the browser and the remote site, once a normal socket connection has been established.
-
| Server Response Time (Blue)
|
This is the time from the browser's request to the receipt of the initial reply, after all the communications setup has been completed. Large responses are broken down into smaller components (packets). The server response time only measures the time to receive the first one.
The time taken to receive all additional data that was not included in the initial response.
An example of a chart produced with Page Detailer is provided in Figure 15-36.
Figure 15-36 Page Detailer Chart view
To obtain more detailed information about a particular HTTP request, double-click the appropriate colored bar or the icon in the chart. This will display a text viewer It includes information about timings, sizes, header, etc. You can add your own notes and save the file for comparison. This feature is available only in the Pro version.
Figure 15-37 Page Detailer Events
In addition to the Chart view, it is also possible to view more details of all HTTP requests using the Details view. This can be seen by selecting the Details tab at the bottom of the window.
Figure 15-38 Page Detailer Details view