Skip to content

Commit

Permalink
Revert default.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed Aug 28, 2017
1 parent afde577 commit efcf5c1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lighthouse-core/config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down Expand Up @@ -229,9 +227,8 @@ 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'},
Expand Down

0 comments on commit efcf5c1

Please sign in to comment.