|
|
SUMMARY = 'summary'
Link to the summary report
|
|
|
RUNS = 'runs'
How many test runs were executed
|
|
|
HEADERS_DATA = 'headers'
Link to raw headers data
|
|
|
PAGE_DATA = 'pageData'
Link to raw page data
|
|
|
REQUESTS_DATA = 'requestsData'
Link to raw requests data
|
|
|
UTILIZATION_DATA = 'Utilization'
Link to raw utilization data
|
|
|
PAGE_SPEED_DATA = 'pageSpeedData'
Link to raw page speed data
|
|
|
FIRST_VIEW = 'firstView'
Results for first view (with empty cache)
|
|
|
REPEAT_VIEW = 'repeatView'
Results for repeat view (with cache populated)
|
|
|
AVERAGE = 'average'
Response time average
|
|
|
STD_DEV = 'standardDeviation'
Response time standard deviation
|
|
|
MEDIAN = 'median'
Response time median
|
|
|
TTFB = 'TTFB'
Time to first byte
|
|
|
REQUESTS = 'requests'
Total number of requests
|
|
|
REQUESTS_DOC = 'requestsDoc'
Number of requests before document is complete
|
|
|
LOAD_TIME = 'loadTime'
Page load time until document is complete
|
|
|
FULLY_LOADED = 'fullyLoaded'
|
|
|
__package__ = 'tlib.base'
|