applied faster phone settings

This commit is contained in:
Firq 2025-04-17 23:23:38 +02:00
parent 52dd87b52d
commit 13ccaa1977
Signed by: Firq
GPG key ID: DCE182BA39C697B2
3 changed files with 10 additions and 10 deletions

View file

@ -14,19 +14,19 @@ export default async (): Promise<UserConfig> => {
lighthouseOptions: {
throttlingMethod: 'simulate',
throttling: {
rttMs: 150,
throughputKbps: 1638.4,
requestLatencyMs: 562.5,
downloadThroughputKbps: 1638.4,
uploadThroughputKbps: 1638.4,
cpuSlowdownMultiplier: 4
rttMs: 40,
throughputKbps: 5000,
requestLatencyMs: 100,
downloadThroughputKbps: 5000,
uploadThroughputKbps: 3000,
cpuSlowdownMultiplier: 2,
},
screenEmulation: {
mobile: true,
width: 412,
height: 823,
deviceScaleFactor: 1.75,
disabled: false
disabled: false,
},
skipAudits: [ 'is-on-https', 'redirects-http', 'uses-http2' ],
},