Skip to content

Commit

Permalink
Merge pull request #95 from pwa-builder/dev
Browse files Browse the repository at this point in the history
Improve validation
  • Loading branch information
khmyznikov authored Nov 30, 2023
2 parents 2b4b3d6 + 7247e99 commit 7ec09a4
Show file tree
Hide file tree
Showing 3 changed files with 3,473 additions and 3,729 deletions.
12 changes: 6 additions & 6 deletions Report/lighthouse/lighthouse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ const audit = async (page: any, url: string, desktop?: boolean) => {
maxWaitForFcp: MAX_WAIT_FOR_FCP,
maxWaitForLoad: MAX_WAIT_FOR_LOAD,

pauseAfterLoadMs: 0,
pauseAfterFcpMs: 0,
pauseAfterNetworkQuietMs: 0,
pauseAfterCPUIdleMs: 0,
networkQuietThresholdMs: 0,
cpuQuietThresholdMs: 0,
pauseAfterLoadMs: 250,
pauseAfterFcpMs: 250,
pauseAfterNetworkQuietMs: 250,
pauseAfterCPUIdleMs: 250,
networkQuietThresholdMs: 250,
cpuQuietThresholdMs: 250,

throttling: {
rttMs: 0,
Expand Down
Loading

0 comments on commit 7ec09a4

Please sign in to comment.