From 95767f50b05cfd1e176372dd5afe03a667c69e59 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Mon, 22 Nov 2021 02:11:23 +0100 Subject: [PATCH] Change favicon max size from 5 to 10 kb --- lib/har/performance/favicon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/har/performance/favicon.js b/lib/har/performance/favicon.js index dd5097f..50bc534 100644 --- a/lib/har/performance/favicon.js +++ b/lib/har/performance/favicon.js @@ -20,7 +20,7 @@ module.exports = { total += 100; advice += 'The favicon returned ' + asset.status + '. '; } - if (asset.transferSize > 5000) { + if (asset.transferSize > 10000) { total += 50; advice += 'The favicon size is ' +