From c908e8172833546025eb4d3408137f951a5ce190 Mon Sep 17 00:00:00 2001 From: Patrick Hulce Date: Tue, 16 May 2017 10:33:19 -0700 Subject: [PATCH] fix: remove TTI (alpha) from performance category (#2266) --- lighthouse-cli/test/smokehouse/perf/expectations.js | 8 +------- lighthouse-core/config/default.js | 1 - 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/lighthouse-cli/test/smokehouse/perf/expectations.js b/lighthouse-cli/test/smokehouse/perf/expectations.js index 526d907d7743..0dc42d01b15a 100644 --- a/lighthouse-cli/test/smokehouse/perf/expectations.js +++ b/lighthouse-cli/test/smokehouse/perf/expectations.js @@ -34,14 +34,8 @@ module.exports = [ } } }, - 'time-to-interactive': { + 'first-interactive': { score: 100, - extendedInfo: { - value: { - timings: {}, - timestamps: {} - } - } } } }, diff --git a/lighthouse-core/config/default.js b/lighthouse-core/config/default.js index 9199b266af8e..845f1ff7c755 100644 --- a/lighthouse-core/config/default.js +++ b/lighthouse-core/config/default.js @@ -675,7 +675,6 @@ module.exports = { {"id": "first-meaningful-paint", "weight": 5, "group": "perf-metric"}, {"id": "speed-index-metric", "weight": 1, "group": "perf-metric"}, {"id": "estimated-input-latency", "weight": 1, "group": "perf-metric"}, - {"id": "time-to-interactive", "weight": 5, "group": "perf-metric"}, {"id": "first-interactive", "weight": 5, "group": "perf-metric"}, {"id": "consistently-interactive", "weight": 5, "group": "perf-metric"}, {"id": "link-blocking-first-paint", "weight": 0, "group": "perf-hint"},