Skip to content

Commit

Permalink
add link to discussion on gif threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce authored Apr 10, 2018
1 parent 9d67182 commit 052b08c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const Audit = require('../audit');
const WebInspector = require('../../lib/web-inspector');

// the threshold for the size of GIFs which we flag as unoptimized
// see https://github.com/GoogleChrome/lighthouse/pull/4885#discussion_r178406623
const GIF_BYTE_THRESHOLD = 100 * 1024;

class UsesOptimizedAnimatedImages extends Audit {
Expand Down

0 comments on commit 052b08c

Please sign in to comment.