firq-dev-website/unlighthouse.config.ts
Firq 7a0863d9a2
All checks were successful
/ get-version (push) Successful in 2s
/ astro-check (push) Successful in 13s
/ build-site (push) Successful in 1m0s
/ create-release (push) Successful in 5s
/ run-unlighthouse (push) Successful in 0s
/ check-tag (push) Successful in 2s
/ checking (push) Successful in 12s
/ auto-deploy-dockge (push) Successful in 18s
Find more pages and stuff
2024-10-24 19:12:56 +02:00

34 lines
755 B
TypeScript

export default {
lighthouseOptions: {
throttlingMethod: "devtools",
throttling: {
cpuSlowdownMultiplier: 4,
requestLatencyMs: 150,
downloadThroughputKbps: 1638.4,
uploadThroughputKbps: 1638.4,
},
screenEmulation: {
width: 412,
height: 823,
deviceScaleFactor: 1.75,
}
},
puppeteerOptions: {
args: [
"--no-sandbox",
"--disable-setuid-sandbox"
],
},
ci: {
budget: 50,
buildStatic: true,
},
scanner: {
sitemap: false,
crawler: true,
dynamicSampling: false,
samples: 3,
},
outputPath: "unlighthouse-reports",
}