The most likely reason that you are getting only one measurement is that you have selected to record the application using Browser level API settings in the Active Profile | Recorder | Web | Recording tab. This setting is creating a wrapper, using WebUrlBeginPage and WebUrlEndPage, which encapsulates all request to load images and embedded documents and will only give one timer measurement. However, if you select the option of Page based-level functions, this feature does not wrap all requests and you will get the Document Download Time and Server Busy Time measurements as well.
↧