Skip to content

Commit

Permalink
fix(fast-mode): minor config adjustments (GoogleChrome#3189)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce authored and thisizkp committed Sep 2, 2017
1 parent 396e5f8 commit 5939e83
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lighthouse-core/config/fast-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,19 @@ module.exports = {
skipAudits: [
// disabled for now because they are too slow
'no-mutation-events',
'uses-optimized-images',
'uses-webp-images',
'speed-index-metric',
'screenshot-thumbnails',

// disabled for now because their results are not meaningful/cannot be computed anymore
'first-meaningful-paint',
'first-interactive',
'consistently-interactive',
'estimated-input-latency',
'speed-index-metric',
'offscreen-images',
'load-fast-enough-for-pwa',
],
// skip a11y for now because it's too slow and not in PSI-parity set
onlyCategories: ['performance', 'pwa', 'best-practices'],
},
passes: [
{
Expand Down

0 comments on commit 5939e83

Please sign in to comment.