applied faster phone settings
This commit is contained in:
parent
52dd87b52d
commit
13ccaa1977
3 changed files with 10 additions and 10 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "@firq/fgosite",
|
"name": "@firq/fgosite",
|
||||||
"version": "0.2.0-pre.109",
|
"version": "0.2.0-pre.110",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@firq/fgosite",
|
"name": "@firq/fgosite",
|
||||||
"version": "0.2.0-pre.109",
|
"version": "0.2.0-pre.110",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astro-community/astro-embed-youtube": "^0.5.6",
|
"@astro-community/astro-embed-youtube": "^0.5.6",
|
||||||
"@astrojs/check": "^0.9.4",
|
"@astrojs/check": "^0.9.4",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@firq/fgosite",
|
"name": "@firq/fgosite",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.2.0-pre.109",
|
"version": "0.2.0-pre.110",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
|
|
|
@ -14,19 +14,19 @@ export default async (): Promise<UserConfig> => {
|
||||||
lighthouseOptions: {
|
lighthouseOptions: {
|
||||||
throttlingMethod: 'simulate',
|
throttlingMethod: 'simulate',
|
||||||
throttling: {
|
throttling: {
|
||||||
rttMs: 150,
|
rttMs: 40,
|
||||||
throughputKbps: 1638.4,
|
throughputKbps: 5000,
|
||||||
requestLatencyMs: 562.5,
|
requestLatencyMs: 100,
|
||||||
downloadThroughputKbps: 1638.4,
|
downloadThroughputKbps: 5000,
|
||||||
uploadThroughputKbps: 1638.4,
|
uploadThroughputKbps: 3000,
|
||||||
cpuSlowdownMultiplier: 4
|
cpuSlowdownMultiplier: 2,
|
||||||
},
|
},
|
||||||
screenEmulation: {
|
screenEmulation: {
|
||||||
mobile: true,
|
mobile: true,
|
||||||
width: 412,
|
width: 412,
|
||||||
height: 823,
|
height: 823,
|
||||||
deviceScaleFactor: 1.75,
|
deviceScaleFactor: 1.75,
|
||||||
disabled: false
|
disabled: false,
|
||||||
},
|
},
|
||||||
skipAudits: [ 'is-on-https', 'redirects-http', 'uses-http2' ],
|
skipAudits: [ 'is-on-https', 'redirects-http', 'uses-http2' ],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue