Skip to content

Commit 445c6a2

Browse files
authored
Merge pull request #1455 from w3bdesign/develop
Add throttling
2 parents 5608aa7 + 860a457 commit 445c6a2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lighthouserc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
"best-practices",
1616
"seo"
1717
],
18-
"skipAudits": ["uses-http2"]
18+
"skipAudits": ["uses-http2"],
19+
"throttling": {
20+
"method": "simulate"
21+
}
1922
}
2023
},
2124
"upload": { "target": "temporary-public-storage" },

0 commit comments

Comments
 (0)