Skip to content

Commit

Permalink
Network byte weight audit should not be informative
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed May 4, 2017
1 parent 134b9b0 commit 77eadac
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ class TotalByteWeight extends ByteEfficiencyAudit {
name: 'total-byte-weight',
optimalValue: `< ${this.bytesToKbString(OPTIMAL_VALUE)}`,
description: 'Avoids enormous network payloads',
informative: true,
helpText:
'Network transfer size [costs users real dollars](https://whatdoesmysitecost.com/) ' +
'and is [highly correlated](http://httparchive.org/interesting.php#onLoad) with long load times. ' +
Expand Down

0 comments on commit 77eadac

Please sign in to comment.