Commit 5f08de1
fix: SSL Labs timeout + Lighthouse score variance
SSL Labs: switch from startNew=on to fromCache=on (maxAge=24h) so on-push
audits return a cached result in seconds instead of triggering a fresh 5-min
scan that times out before the 15-attempt limit. Fresh scans still happen on
the weekly schedule when the cache is cold.
Lighthouse: increase numberOfRuns 1→3. With aggregationMethod: optimistic,
LHCI takes the best of 3 runs, eliminating false-low scores from network
jitter in GitHub Actions runners (observed swings from 49 to 99 between runs).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 58eb2e8 commit 5f08de1
2 files changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
271 | 274 | | |
272 | | - | |
273 | | - | |
274 | | - | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
275 | 278 | | |
276 | 279 | | |
277 | 280 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments