Updated ligthouse config

This commit is contained in:
Firq 2025-04-17 19:05:46 +02:00
parent e402b7e321
commit 14cc9e0b7e
Signed by: Firq
GPG key ID: DCE182BA39C697B2
3 changed files with 8 additions and 8 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "@firq/fgosite",
"version": "0.2.0-pre.105",
"version": "0.2.0-pre.106",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@firq/fgosite",
"version": "0.2.0-pre.105",
"version": "0.2.0-pre.106",
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.6",
"@astrojs/check": "^0.9.4",

View file

@ -1,7 +1,7 @@
{
"name": "@firq/fgosite",
"type": "module",
"version": "0.2.0-pre.105",
"version": "0.2.0-pre.106",
"private": true,
"scripts": {
"dev": "astro dev",

View file

@ -16,16 +16,16 @@ export default async (): Promise<UserConfig> => {
throttling: {
rttMs: 150,
throughputKbps: 1638.4,
requestLatencyMs: 562.5, // estimated latency at 150ms RTT
requestLatencyMs: 562.5,
downloadThroughputKbps: 1474.56,
uploadThroughputKbps: 675,
cpuSlowdownMultiplier: 4
cpuSlowdownMultiplier: 1.2
},
screenEmulation: {
mobile: true,
width: 360,
height: 640,
deviceScaleFactor: 2.625,
width: 412,
height: 823,
deviceScaleFactor: 1.75,
disabled: false
},
skipAudits: [ 'is-on-https', 'redirects-http', 'uses-http2' ],