We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd718e commit c0303e2Copy full SHA for c0303e2
unlighthouse.config.ts
@@ -15,11 +15,6 @@ export default {
15
// outliers across all discovered pages (no explicit warm-up step needed).
16
samples: 3,
17
},
18
- puppeteerClusterOptions: {
19
- // Limit to one concurrent Lighthouse instance to mitigate hardware-throttling
20
- // false positives that previously caused us to disable the performance category.
21
- maxConcurrency: 1,
22
- },
23
lighthouseOptions: {
24
// Performance re-enabled — hardware throttling concerns are mitigated by
25
// maxConcurrency: 1 (no concurrent runs) and samples: 3 (median smoothing).
0 commit comments