From 52b0429c99edfc9e54c991c5b2a5e798f0ef5e68 Mon Sep 17 00:00:00 2001 From: Ward Peeters Date: Mon, 28 Aug 2017 21:15:52 +0200 Subject: [PATCH] Revert default.js --- lighthouse-core/config/default.js | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/lighthouse-core/config/default.js b/lighthouse-core/config/default.js index daa80a696707..d273c674d8b1 100644 --- a/lighthouse-core/config/default.js +++ b/lighthouse-core/config/default.js @@ -72,7 +72,7 @@ module.exports = { 'speed-index-metric', 'screenshot-thumbnails', 'estimated-input-latency', - 'time-to-first-byte', + // 'time-to-firstbyte', 'first-interactive', 'consistently-interactive', 'user-timings', @@ -122,7 +122,6 @@ module.exports = { 'accessibility/video-caption', 'accessibility/video-description', 'byte-efficiency/total-byte-weight', - // "byte-efficiency/unused-css-rules", 'byte-efficiency/offscreen-images', 'byte-efficiency/uses-webp-images', 'byte-efficiency/uses-optimized-images', @@ -135,7 +134,6 @@ module.exports = { 'dobetterweb/link-blocking-first-paint', 'dobetterweb/no-document-write', 'dobetterweb/no-mutation-events', - // "dobetterweb/no-old-flexbox", 'dobetterweb/no-websql', 'dobetterweb/notification-on-start', 'dobetterweb/password-inputs-can-be-pasted-into', @@ -229,13 +227,12 @@ module.exports = { {id: 'estimated-input-latency', weight: 1, group: 'perf-metric'}, {id: 'link-blocking-first-paint', weight: 0, group: 'perf-hint'}, {id: 'script-blocking-first-paint', weight: 0, group: 'perf-hint'}, - // {"id": "unused-css-rules", "weight": 0}, - {id: 'offscreen-images', weight: 0, group: 'perf-hint'}, {id: 'uses-responsive-images', weight: 0, group: 'perf-hint'}, + {id: 'offscreen-images', weight: 0, group: 'perf-hint'}, {id: 'uses-optimized-images', weight: 0, group: 'perf-hint'}, {id: 'uses-webp-images', weight: 0, group: 'perf-hint'}, {id: 'uses-request-compression', weight: 0, group: 'perf-hint'}, - {id: 'time-to-first-byte', weight: 0, group: 'perf-hint'}, + // {id: 'time-to-firstbyte', weight: 0, group: 'perf-hint'}, {id: 'total-byte-weight', weight: 0, group: 'perf-info'}, {id: 'dom-size', weight: 0, group: 'perf-info'}, {id: 'critical-request-chains', weight: 0, group: 'perf-info'},