The Page Time assigned to a WebPageUrl, WebPageLink, etc does NOT include the time taken to decompress the page. However a custom timer wrapped around the page will be affected by decompressing the page if there is any verification, or parsing, carried out on that page within the custom timer, e.g.: MeasureStart("GMO Welcome Timer"); //Start custom timer WebVerifyHtmlTitle("Welcome to Green Mountain Outpost"); WebPageUrl("http://demo.borland.com/gmopost/", "Welcome to Green Mountain Outpost"); MeasureStop("GMO Welcome Timer"); //Stop custom timer The WebVerifyHtmlTitle can only verify the page title once the data has been decompressed, therefore the time to decompress the page will be included in the custom timer. Old KB# 18292
↧