Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(376)

Unified Diff: www/benchmarks/cron.php

Issue 120180043: Add firstSslTime metric to devtools.inc.php Base URL: https://github.com/geening/webpagetest.git@master
Patch Set: Allow basePageSSLTime to be zero. Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « www/benchmarks/compare.php ('k') | www/benchmarks/delta.php » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: www/benchmarks/cron.php
diff --git a/www/benchmarks/cron.php b/www/benchmarks/cron.php
index a86e9b811fdea0f6fc59858d05589caff4b3a641..433c1741aaa565dd4b719242bf612a512c75bab4 100644
--- a/www/benchmarks/cron.php
+++ b/www/benchmarks/cron.php
@@ -533,7 +533,7 @@ function AggregateResults($benchmark, &$state, $options) {
}
// store a list of metrics that we aggregate in the info block
- $info['metrics'] = array('TTFB', 'bytesOut', 'bytesOutDoc', 'bytesIn', 'bytesInDoc',
+ $info['metrics'] = array('TTFB', 'basePageSSLTime', 'bytesOut', 'bytesOutDoc', 'bytesIn', 'bytesInDoc',
'connections', 'requests', 'requestsDoc', 'render',
'fullyLoaded', 'docTime', 'domTime', 'score_cache', 'score_cdn',
'score_gzip', 'score_keep-alive', 'score_compress', 'gzip_total', 'gzip_savings',
« no previous file with comments | « www/benchmarks/compare.php ('k') | www/benchmarks/delta.php » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b