Skip to content

Instantly share code, notes, and snippets.

@alexnj
Last active October 17, 2022 17:49
Show Gist options
  • Save alexnj/8e122e51ae00503b44956344f7f21df7 to your computer and use it in GitHub Desktop.
Save alexnj/8e122e51ae00503b44956344f7f21df7 to your computer and use it in GitHub Desktop.
gpu comparison with and without gpu
$ node core/scripts/compare-runs.js --name base --collect -n 20 \
--urls https://vividmotion.co/
$ node core/scripts/compare-runs.js --name nogpu --collect -n 20 \
--lh-flags='--chrome-flags=--disable-gpu' --urls https://vividmotion.co/
$ node core/scripts/compare-runs.js --name base --name nogpu --compare
┌─────────┬───────────────────────────────────────────────┬───────────────────────────┬─────────────────────┬─────────┬──────────────────────┬────────┐
│ (index) │ name │ url │ mean │ mean Δ │ cv │ cv Δ │
├─────────┼───────────────────────────────────────────────┼───────────────────────────┼─────────────────────┼─────────┼──────────────────────┼────────┤
│ 0 │ 'lh:runner:gather' │ 'https://vividmotion.co/' │ '8808.4 -> 39237.2' │ 30428.8 │ '1.404 -> 0.581' │ -0.8 │
│ 1 │ 'interactive' │ 'https://vividmotion.co/' │ '2473.7 -> 2847.8' │ 374.1 │ '0.663 -> 3.245' │ 2.6 │
│ 2 │ 'speedIndex' │ 'https://vividmotion.co/' │ '5639.4 -> 6008' │ 368.6 │ '1.955 -> 2.067' │ 0.1 │
│ 3 │ 'maxPotentialFID' │ 'https://vividmotion.co/' │ '109.7 -> 415' │ 305.3 │ '7.122 -> 1.721' │ -5.4 │
│ 4 │ 'totalBlockingTime' │ 'https://vividmotion.co/' │ '30.1 -> 193.3' │ 163.2 │ '12.887 -> 8.636' │ -4.3 │
│ 5 │ 'observedFirstVisualChange' │ 'https://vividmotion.co/' │ '345 -> 451.9' │ 106.9 │ '44.08 -> 27.772' │ -16.3 │
│ 6 │ 'observedSpeedIndex' │ 'https://vividmotion.co/' │ '3241.2 -> 3322.1' │ 80.9 │ '1.801 -> 1.964' │ 0.2 │
│ 7 │ 'lh:config:resolveArtifactsToDefns' │ 'https://vividmotion.co/' │ '64.6 -> 85.6' │ 21 │ '53.87 -> 32.605' │ -21.3 │
│ 8 │ 'lh:driver:navigate' │ 'https://vividmotion.co/' │ '5392.7 -> 5410.4' │ 17.7 │ '2.171 -> 3.054' │ 0.9 │
│ 9 │ 'lh:config' │ 'https://vividmotion.co/' │ '313.3 -> 329.1' │ 15.8 │ '18.058 -> 8.73' │ -9.3 │
│ 10 │ 'observedTraceEnd' │ 'https://vividmotion.co/' │ '5379.8 -> 5394.1' │ 14.3 │ '2.173 -> 3.094' │ 0.9 │
│ 11 │ 'lh:computed:ProcessedTrace' │ 'https://vividmotion.co/' │ '93.9 -> 102.8' │ 8.9 │ '5.965 -> 9.628' │ 3.7 │
│ 12 │ 'lh:gather:collectStacks' │ 'https://vividmotion.co/' │ '6.7 -> 12.8' │ 6.1 │ '5.492 -> 41.527' │ 36 │
│ 13 │ 'lh:audit:is-on-https' │ 'https://vividmotion.co/' │ '2.4 -> 7.5' │ 5.1 │ '76.494 -> 38.907' │ -37.6 │
│ 14 │ 'lh:audit:mainthread-work-breakdown' │ 'https://vividmotion.co/' │ '31.8 -> 36.1' │ 4.3 │ '4.02 -> 5.181' │ 1.2 │
│ 15 │ 'lh:computed:MainThreadTasks' │ 'https://vividmotion.co/' │ '28.8 -> 32.8' │ 4 │ '4.373 -> 6.121' │ 1.7 │
│ 16 │ 'lh:computed:NetworkRecords' │ 'https://vividmotion.co/' │ '2.5 -> 6.2' │ 3.7 │ '57.983 -> 53.122' │ -4.9 │
│ 17 │ 'largestContentfulPaint' │ 'https://vividmotion.co/' │ '2762.2 -> 2765.6' │ 3.4 │ '10.989 -> 10.82' │ -0.2 │
│ 18 │ 'lh:gather:getInstallabilityErrors' │ 'https://vividmotion.co/' │ '33.2 -> 35.7' │ 2.5 │ '20.639 -> 18.052' │ -2.6 │
│ 19 │ 'lh:audit:redirects' │ 'https://vividmotion.co/' │ '2.9 -> 3.6' │ 0.7 │ '39.879 -> 25.081' │ -14.8 │
│ 20 │ 'lh:audit:uses-http2' │ 'https://vividmotion.co/' │ '1 -> 1.7' │ 0.7 │ '27.021 -> 33.458' │ 6.4 │
│ 21 │ 'lh:audit:unminified-css' │ 'https://vividmotion.co/' │ '4.9 -> 5.4' │ 0.5 │ '4.154 -> 9.92' │ 5.8 │
│ 22 │ 'lh:audit:unused-javascript' │ 'https://vividmotion.co/' │ '1 -> 1.5' │ 0.5 │ '42.633 -> 38.788' │ -3.8 │
│ 23 │ 'lh:audit:unminified-javascript' │ 'https://vividmotion.co/' │ '16.4 -> 16.8' │ 0.4 │ '3.76 -> 4.176' │ 0.4 │
│ 24 │ 'lh:computed:LanternTotalBlockingTime' │ 'https://vividmotion.co/' │ '2.1 -> 2.5' │ 0.4 │ '6.626 -> 25.516' │ 18.9 │
│ 25 │ 'lh:prepare:navigationMode' │ 'https://vividmotion.co/' │ '6.8 -> 7.2' │ 0.4 │ '24.326 -> 19.687' │ -4.6 │
│ 26 │ 'lh:audit:efficient-animated-content' │ 'https://vividmotion.co/' │ '0.8 -> 1.1' │ 0.3 │ '20.186 -> 52.036' │ 31.9 │
│ 27 │ 'lh:audit:first-meaningful-paint' │ 'https://vividmotion.co/' │ '0.9 -> 1.2' │ 0.3 │ '8.542 -> 18.864' │ 10.3 │
│ 28 │ 'lh:audit:long-tasks' │ 'https://vividmotion.co/' │ '2.1 -> 2.4' │ 0.3 │ '12.591 -> 16.622' │ 4 │
│ 29 │ 'lh:audit:total-blocking-time' │ 'https://vividmotion.co/' │ '2.6 -> 2.9' │ 0.3 │ '6.599 -> 21.652' │ 15.1 │
│ 30 │ 'lh:audit:user-timings' │ 'https://vividmotion.co/' │ '2.2 -> 2.5' │ 0.3 │ '6.426 -> 8.798' │ 2.4 │
│ 31 │ 'lh:computed:FirstMeaningfulPaint' │ 'https://vividmotion.co/' │ '0.6 -> 0.9' │ 0.3 │ '8.048 -> 22.533' │ 14.5 │
│ 32 │ 'lh:computed:LanternFirstMeaningfulPaint' │ 'https://vividmotion.co/' │ '0.6 -> 0.9' │ 0.3 │ '7.758 -> 23.087' │ 15.3 │
│ 33 │ 'lh:computed:TotalBlockingTime' │ 'https://vividmotion.co/' │ '2.2 -> 2.5' │ 0.3 │ '6.63 -> 25.175' │ 18.5 │
│ 34 │ 'lh:computed:UserTimings' │ 'https://vividmotion.co/' │ '2 -> 2.3' │ 0.3 │ '5.774 -> 9.426' │ 3.7 │
│ 35 │ 'lh:audit:final-screenshot' │ 'https://vividmotion.co/' │ '2.4 -> 2.6' │ 0.2 │ '17.38 -> 6.289' │ -11.1 │
│ 36 │ 'lh:audit:max-potential-fid' │ 'https://vividmotion.co/' │ '1.5 -> 1.7' │ 0.2 │ '37 -> 37.858' │ 0.9 │
│ 37 │ 'lh:audit:offscreen-images' │ 'https://vividmotion.co/' │ '1.2 -> 1.4' │ 0.2 │ '13.623 -> 25.966' │ 12.3 │
│ 38 │ 'lh:audit:third-party-facades' │ 'https://vividmotion.co/' │ '2.6 -> 2.8' │ 0.2 │ '17.646 -> 23.981' │ 6.3 │
│ 39 │ 'lh:audit:third-party-summary' │ 'https://vividmotion.co/' │ '3.1 -> 3.3' │ 0.2 │ '11.957 -> 10.749' │ -1.2 │
│ 40 │ 'lh:audit:viewport' │ 'https://vividmotion.co/' │ '0.4 -> 0.6' │ 0.2 │ '3.66 -> 71.527' │ 67.9 │
│ 41 │ 'lh:computed:LanternMaxPotentialFID' │ 'https://vividmotion.co/' │ '1 -> 1.2' │ 0.2 │ '39.297 -> 15.468' │ -23.8 │
│ 42 │ 'lh:computed:Screenshots' │ 'https://vividmotion.co/' │ '2.2 -> 2.4' │ 0.2 │ '18.525 -> 6.761' │ -11.8 │
│ 43 │ 'lh:audit:aria-hidden-body' │ 'https://vividmotion.co/' │ '0.4 -> 0.5' │ 0.1 │ '2.357 -> 58.11' │ 55.8 │
│ 44 │ 'lh:audit:aria-treeitem-name' │ 'https://vividmotion.co/' │ '0.2 -> 0.3' │ 0.1 │ '91.112 -> 95.579' │ 4.5 │
│ 45 │ 'lh:audit:deprecations' │ 'https://vividmotion.co/' │ '0.1 -> 0.2' │ 0.1 │ '5.522 -> 17.096' │ 11.6 │
│ 46 │ 'lh:audit:duplicated-javascript' │ 'https://vividmotion.co/' │ '1 -> 1.1' │ 0.1 │ '24.226 -> 23.771' │ -0.5 │
│ 47 │ 'lh:audit:font-size' │ 'https://vividmotion.co/' │ '0.3 -> 0.4' │ 0.1 │ '6.623 -> 130.598' │ 124 │
│ 48 │ 'lh:audit:installable-manifest' │ 'https://vividmotion.co/' │ '0.7 -> 0.8' │ 0.1 │ '9.575 -> 9.226' │ -0.3 │
│ 49 │ 'lh:audit:legacy-javascript' │ 'https://vividmotion.co/' │ '10.1 -> 10.2' │ 0.1 │ '2.891 -> 10.898' │ 8 │
│ 50 │ 'lh:audit:link-name' │ 'https://vividmotion.co/' │ '0.3 -> 0.4' │ 0.1 │ '2.95 -> 65.174' │ 62.2 │
│ 51 │ 'lh:audit:main-thread-tasks' │ 'https://vividmotion.co/' │ '0.3 -> 0.4' │ 0.1 │ '3.64 -> 13.054' │ 9.4 │
│ 52 │ 'lh:audit:maskable-icon' │ 'https://vividmotion.co/' │ '0.1 -> 0.2' │ 0.1 │ '9.577 -> 21.593' │ 12 │
│ 53 │ 'lh:audit:preload-fonts' │ 'https://vividmotion.co/' │ '0.2 -> 0.3' │ 0.1 │ '4.471 -> 110.605' │ 106.1 │
│ 54 │ 'lh:audit:render-blocking-resources' │ 'https://vividmotion.co/' │ '0.5 -> 0.6' │ 0.1 │ '3.713 -> 9.437' │ 5.7 │
│ 55 │ 'lh:audit:resource-summary' │ 'https://vividmotion.co/' │ '0.6 -> 0.7' │ 0.1 │ '7.832 -> 44.898' │ 37.1 │
│ 56 │ 'lh:audit:service-worker' │ 'https://vividmotion.co/' │ '0.2 -> 0.3' │ 0.1 │ '9.502 -> 145.534' │ 136 │
│ 57 │ 'lh:audit:splash-screen' │ 'https://vividmotion.co/' │ '0.5 -> 0.6' │ 0.1 │ '11.983 -> 52.042' │ 40.1 │
│ 58 │ 'lh:audit:tap-targets' │ 'https://vividmotion.co/' │ '0.7 -> 0.8' │ 0.1 │ '4.619 -> 9.584' │ 5 │
│ 59 │ 'lh:audit:themed-omnibox' │ 'https://vividmotion.co/' │ '0.5 -> 0.6' │ 0.1 │ '10.374 -> 52.973' │ 42.6 │
│ 60 │ 'lh:audit:uses-long-cache-ttl' │ 'https://vividmotion.co/' │ '1 -> 1.1' │ 0.1 │ '3.308 -> 4.597' │ 1.3 │
│ 61 │ 'lh:audit:uses-rel-preconnect' │ 'https://vividmotion.co/' │ '0.5 -> 0.6' │ 0.1 │ '47.506 -> 41.743' │ -5.8 │
│ 62 │ 'lh:audit:uses-text-compression' │ 'https://vividmotion.co/' │ '0.8 -> 0.9' │ 0.1 │ '28.525 -> 27.778' │ -0.7 │
│ 63 │ 'lh:computed:ImageRecords' │ 'https://vividmotion.co/' │ '0.2 -> 0.3' │ 0.1 │ '4.683 -> 14.6' │ 9.9 │
│ 64 │ 'lh:computed:LanternInteractive' │ 'https://vividmotion.co/' │ '0.9 -> 1' │ 0.1 │ '5.22 -> 45.237' │ 40 │
│ 65 │ 'lh:computed:MaxPotentialFID' │ 'https://vividmotion.co/' │ '1.1 -> 1.2' │ 0.1 │ '38.345 -> 15.262' │ -23.1 │
│ 66 │ 'lh:gather:getWebAppManifest' │ 'https://vividmotion.co/' │ '1.2 -> 1.3' │ 0.1 │ '14.037 -> 12.871' │ -1.2 │
│ 67 │ 'lh:runner:generate' │ 'https://vividmotion.co/' │ '0.2 -> 0.3' │ 0.1 │ '3.79 -> 8.987' │ 5.2 │
│ 68 │ 'accessibility' │ 'https://vividmotion.co/' │ '76 -> 76' │ 0 │ '0 -> 0' │ 0 │
│ 69 │ 'best-practices' │ 'https://vividmotion.co/' │ '100 -> 100' │ 0 │ '0 -> 0' │ 0 │
│ 70 │ 'cumulativeLayoutShift' │ 'https://vividmotion.co/' │ '0 -> 0' │ 0 │ '1.252 -> 447.214' │ 446 │
│ 71 │ 'cumulativeLayoutShiftMainFrame' │ 'https://vividmotion.co/' │ '0 -> 0' │ 0 │ '1.252 -> 447.214' │ 446 │
│ 72 │ 'lh:audit:accesskeys' │ 'https://vividmotion.co/' │ '0.2 -> 0.2' │ 0 │ '4.172 -> 90.254' │ 86.1 │
│ 73 │ 'lh:audit:aria-allowed-attr' │ 'https://vividmotion.co/' │ '0.1 -> 0.1' │ 0 │ '5.345 -> 11.467' │ 6.1 │
│ 74 │ 'lh:audit:aria-command-name' │ 'https://vividmotion.co/' │ '0.1 -> 0.1' │ 0 │ '126.721 -> 5.129' │ -121.6 │
│ 75 │ 'lh:audit:aria-hidden-focus' │ 'https://vividmotion.co/' │ '0.1 -> 0.1' │ 0 │ '6.213 -> 6.855' │ 0.6 │
│ 76 │ 'lh:audit:aria-input-field-name' │ 'https://vividmotion.co/' │ '0.2 -> 0.2' │ 0 │ '130.586 -> 119.931' │ -10.7 │
│ 77 │ 'lh:audit:aria-meter-name' │ 'https://vividmotion.co/' │ '0.1 -> 0.1' │ 0 │ '4.491 -> 4.028' │ -0.5 │
│ 78 │ 'lh:audit:aria-required-attr' │ 'https://vividmotion.co/' │ '0.4 -> 0.4' │ 0 │ '58.052 -> 8.428' │ -49.6 │
│ 79 │ 'lh:audit:aria-required-parent' │ 'https://vividmotion.co/' │ '0.2 -> 0.2' │ 0 │ '4.882 -> 2.7' │ -2.2 │
│ 80 │ 'lh:audit:aria-roles' │ 'https://vividmotion.co/' │ '0.2 -> 0.2' │ 0 │ '2.778 -> 6.88' │ 4.1 │
│ 81 │ 'lh:audit:aria-toggle-field-name' │ 'https://vividmotion.co/' │ '0.2 -> 0.2' │ 0 │ '1.908 -> 4.2' │ 2.3 │
│ 82 │ 'lh:audit:aria-tooltip-name' │ 'https://vividmotion.co/' │ '0.2 -> 0.2' │ 0 │ '88.144 -> 83.183' │ -5 │
│ 83 │ 'lh:audit:aria-valid-attr' │ 'https://vividmotion.co/' │ '0.2 -> 0.2' │ 0 │ '6.335 -> 6.514' │ 0.2 │
│ 84 │ 'lh:audit:aria-valid-attr-value' │ 'https://vividmotion.co/' │ '0.2 -> 0.2' │ 0 │ '4.194 -> 4.951' │ 0.8 │
│ 85 │ 'lh:audit:bootup-time' │ 'https://vividmotion.co/' │ '5.9 -> 5.9' │ 0 │ '8.715 -> 9.63' │ 0.9 │
│ 86 │ 'lh:audit:button-name' │ 'https://vividmotion.co/' │ '0.4 -> 0.4' │ 0 │ '46.169 -> 9.977' │ -36.2 │
│ 87 │ 'lh:audit:bypass' │ 'https://vividmotion.co/' │ '0.3 -> 0.3' │ 0 │ '2.501 -> 51.529' │ 49 │
│ 88 │ 'lh:audit:canonical' │ 'https://vividmotion.co/' │ '0.2 -> 0.2' │ 0 │ '6.08 -> 51.617' │ 45.5 │
│ 89 │ 'lh:audit:charset' │ 'https://vividmotion.co/' │ '0.2 -> 0.2' │ 0 │ '10.529 -> 15.747' │ 5.2 │
│ 90 │ 'lh:audit:color-contrast' │ 'https://vividmotion.co/' │ '0.3 -> 0.3' │ 0 │ '2.453 -> 4.76' │ 2.3 │
│ 91 │ 'lh:audit:content-width' │ 'https://vividmotion.co/' │ '0.1 -> 0.1' │ 0 │ '17.857 -> 29.478' │ 11.6 │
│ 92 │ 'lh:audit:crawlable-anchors' │ 'https://vividmotion.co/' │ '0.3 -> 0.3' │ 0 │ '4.935 -> 7.448' │ 2.5 │
│ 93 │ 'lh:audit:critical-request-chains' │ 'https://vividmotion.co/' │ '1.3 -> 1.3' │ 0 │ '4.15 -> 4.326' │ 0.2 │
│ 94 │ 'lh:audit:csp-xss' │ 'https://vividmotion.co/' │ '0.9 -> 0.9' │ 0 │ '1.43 -> 5.76' │ 4.3 │
│ 95 │ 'lh:audit:cumulative-layout-shift' │ 'https://vividmotion.co/' │ '0.3 -> 0.3' │ 0 │ '18.11 -> 12.537' │ -5.6 │
│ 96 │ 'lh:audit:custom-controls-labels' │ 'https://vividmotion.co/' │ '0 -> 0' │ 0 │ '21.296 -> 34.199' │ 12.9 │
│ 97 │ 'lh:audit:custom-controls-roles' │ 'https://vividmotion.co/' │ '0 -> 0' │ 0 │ '0 -> 0' │ 0 │
│ 98 │ 'lh:audit:definition-list' │ 'https://vividmotion.co/' │ '0.2 -> 0.2' │ 0 │ '83.48 -> 3.547' │ -79.9 │
│ 99 │ 'lh:audit:diagnostics' │ 'https://vividmotion.co/' │ '1.1 -> 1.1' │ 0 │ '18.814 -> 11.122' │ -7.7 │
│ 100 │ 'lh:audit:dlitem' │ 'https://vividmotion.co/' │ '0.2 -> 0.2' │ 0 │ '2.615 -> 2.136' │ -0.5 │
│ 101 │ 'lh:audit:doctype' │ 'https://vividmotion.co/' │ '0.1 -> 0.1' │ 0 │ '10.701 -> 23.993' │ 13.3 │
│ 102 │ 'lh:audit:document-title' │ 'https://vividmotion.co/' │ '0.3 -> 0.3' │ 0 │ '1.95 -> 6.452' │ 4.5 │
│ 103 │ 'lh:audit:dom-size' │ 'https://vividmotion.co/' │ '0.3 -> 0.3' │ 0 │ '6.737 -> 23.661' │ 16.9 │
│ 104 │ 'lh:audit:duplicate-id-aria' │ 'https://vividmotion.co/' │ '0.2 -> 0.2' │ 0 │ '3.26 -> 3.821' │ 0.6 │
│ 105 │ 'lh:audit:focus-traps' │ 'https://vividmotion.co/' │ '0 -> 0' │ 0 │ '0 -> 0' │ 0 │
│ 106 │ 'lh:audit:focusable-controls' │ 'https://vividmotion.co/' │ '0 -> 0' │ 0 │ '0 -> 0' │ 0 │
│ 107 │ 'lh:audit:font-display' │ 'https://vividmotion.co/' │ '0.7 -> 0.7' │ 0 │ '6.174 -> 6.378' │ 0.2 │
│ 108 │ 'lh:audit:frame-title' │ 'https://vividmotion.co/' │ '0.2 -> 0.2' │ 0 │ '75.714 -> 3.113' │ -72.6 │
│ 109 │ 'lh:audit:full-page-screenshot' │ 'https://vividmotion.co/' │ '0 -> 0' │ 0 │ '9.929 -> 19.907' │ 10 │
│ 110 │ 'lh:audit:geolocation-on-start' │ 'https://vividmotion.co/' │ '0.1 -> 0.1' │ 0 │ '5.236 -> 8.257' │ 3 │
│ 111 │ 'lh:audit:hreflang' │ 'https://vividmotion.co/' │ '0.1 -> 0.1' │ 0 │ '11.291 -> 15.836' │ 4.5 │
│ 112 │ 'lh:audit:html-has-lang' │ 'https://vividmotion.co/' │ '0.3 -> 0.3' │ 0 │ '3.206 -> 51.762' │ 48.6 │
│ 113 │ 'lh:audit:html-lang-valid' │ 'https://vividmotion.co/' │ '0.4 -> 0.4' │ 0 │ '39.922 -> 6.276' │ -33.6 │
│ 114 │ 'lh:audit:http-status-code' │ 'https://vividmotion.co/' │ '0.1 -> 0.1' │ 0 │ '4.461 -> 25.219' │ 20.8 │
│ 115 │ 'lh:audit:image-alt' │ 'https://vividmotion.co/' │ '0.4 -> 0.4' │ 0 │ '59.864 -> 44.613' │ -15.3 │
│ 116 │ 'lh:audit:image-aspect-ratio' │ 'https://vividmotion.co/' │ '0.3 -> 0.3' │ 0 │ '5.943 -> 14.19' │ 8.2 │
│ 117 │ 'lh:audit:image-size-responsive' │ 'https://vividmotion.co/' │ '0.2 -> 0.2' │ 0 │ '5.491 -> 6.076' │ 0.6 │
│ 118 │ 'lh:audit:input-image-alt' │ 'https://vividmotion.co/' │ '0.2 -> 0.2' │ 0 │ '2.194 -> 3.694' │ 1.5 │
│ 119 │ 'lh:audit:inspector-issues' │ 'https://vividmotion.co/' │ '0.1 -> 0.1' │ 0 │ '3.664 -> 4.671' │ 1 │
│ 120 │ 'lh:audit:interactive' │ 'https://vividmotion.co/' │ '0.3 -> 0.3' │ 0 │ '7.608 -> 3.682' │ -3.9 │
│ 121 │ 'lh:audit:interactive-element-affordance' │ 'https://vividmotion.co/' │ '0 -> 0' │ 0 │ '40.656 -> 0' │ -40.7 │
│ 122 │ 'lh:audit:is-crawlable' │ 'https://vividmotion.co/' │ '0.2 -> 0.2' │ 0 │ '6.503 -> 7.36' │ 0.9 │
│ 123 │ 'lh:audit:js-libraries' │ 'https://vividmotion.co/' │ '0.1 -> 0.1' │ 0 │ '4.004 -> 27.217' │ 23.2 │
│ 124 │ 'lh:audit:label' │ 'https://vividmotion.co/' │ '0.2 -> 0.2' │ 0 │ '2.59 -> 2.885' │ 0.3 │
│ 125 │ 'lh:audit:largest-contentful-paint' │ 'https://vividmotion.co/' │ '2.3 -> 2.3' │ 0 │ '7.72 -> 5.52' │ -2.2 │
│ 126 │ 'lh:audit:largest-contentful-paint-element' │ 'https://vividmotion.co/' │ '0.3 -> 0.3' │ 0 │ '9.859 -> 14.646' │ 4.8 │
│ 127 │ 'lh:audit:lcp-lazy-loaded' │ 'https://vividmotion.co/' │ '0.1 -> 0.1' │ 0 │ '3.484 -> 5.488' │ 2 │
│ 128 │ 'lh:audit:link-text' │ 'https://vividmotion.co/' │ '0.4 -> 0.4' │ 0 │ '5.743 -> 7.682' │ 1.9 │
│ 129 │ 'lh:audit:list' │ 'https://vividmotion.co/' │ '0.3 -> 0.3' │ 0 │ '2.071 -> 55.967' │ 53.9 │
│ 130 │ 'lh:audit:listitem' │ 'https://vividmotion.co/' │ '0.3 -> 0.3' │ 0 │ '2.13 -> 4.536' │ 2.4 │
│ 131 │ 'lh:audit:logical-tab-order' │ 'https://vividmotion.co/' │ '0 -> 0' │ 0 │ '21.296 -> 0' │ -21.3 │
│ 132 │ 'lh:audit:managed-focus' │ 'https://vividmotion.co/' │ '0 -> 0' │ 0 │ '0 -> 0' │ 0 │
│ 133 │ 'lh:audit:meta-description' │ 'https://vividmotion.co/' │ '0.1 -> 0.1' │ 0 │ '5.4 -> 14.469' │ 9.1 │
│ 134 │ 'lh:audit:meta-refresh' │ 'https://vividmotion.co/' │ '0.2 -> 0.2' │ 0 │ '3.371 -> 2.682' │ -0.7 │
│ 135 │ 'lh:audit:meta-viewport' │ 'https://vividmotion.co/' │ '0.3 -> 0.3' │ 0 │ '2.286 -> 1.95' │ -0.3 │
│ 136 │ 'lh:audit:metrics' │ 'https://vividmotion.co/' │ '0.9 -> 0.9' │ 0 │ '22.393 -> 32.025' │ 9.6 │
│ 137 │ 'lh:audit:network-requests' │ 'https://vividmotion.co/' │ '0.3 -> 0.3' │ 0 │ '10.573 -> 11.982' │ 1.4 │
│ 138 │ 'lh:audit:network-rtt' │ 'https://vividmotion.co/' │ '0.3 -> 0.3' │ 0 │ '12.7 -> 15.104' │ 2.4 │
│ 139 │ 'lh:audit:network-server-latency' │ 'https://vividmotion.co/' │ '0.2 -> 0.2' │ 0 │ '6.745 -> 14.461' │ 7.7 │
│ 140 │ 'lh:audit:no-document-write' │ 'https://vividmotion.co/' │ '0.1 -> 0.1' │ 0 │ '3.047 -> 26.624' │ 23.6 │
│ 141 │ 'lh:audit:no-unload-listeners' │ 'https://vividmotion.co/' │ '0.1 -> 0.1' │ 0 │ '11.138 -> 10.405' │ -0.7 │
│ 142 │ 'lh:audit:non-composited-animations' │ 'https://vividmotion.co/' │ '0.2 -> 0.2' │ 0 │ '8.297 -> 7.164' │ -1.1 │
│ 143 │ 'lh:audit:notification-on-start' │ 'https://vividmotion.co/' │ '0.1 -> 0.1' │ 0 │ '5.236 -> 82.584' │ 77.3 │
│ 144 │ 'lh:audit:object-alt' │ 'https://vividmotion.co/' │ '0.2 -> 0.2' │ 0 │ '3.49 -> 4.311' │ 0.8 │
│ 145 │ 'lh:audit:offscreen-content-hidden' │ 'https://vividmotion.co/' │ '0 -> 0' │ 0 │ '0 -> 0' │ 0 │
│ 146 │ 'lh:audit:password-inputs-can-be-pasted-into' │ 'https://vividmotion.co/' │ '0.1 -> 0.1' │ 0 │ '3.382 -> 27.22' │ 23.8 │
│ 147 │ 'lh:audit:performance-budget' │ 'https://vividmotion.co/' │ '0.4 -> 0.4' │ 0 │ '13.926 -> 9.397' │ -4.5 │
│ 148 │ 'lh:audit:plugins' │ 'https://vividmotion.co/' │ '0.1 -> 0.1' │ 0 │ '7.878 -> 19.228' │ 11.4 │
│ 149 │ 'lh:audit:preload-lcp-image' │ 'https://vividmotion.co/' │ '0.3 -> 0.3' │ 0 │ '2.656 -> 12.05' │ 9.4 │
│ 150 │ 'lh:audit:pwa-cross-browser' │ 'https://vividmotion.co/' │ '0.1 -> 0.1' │ 0 │ '5.781 -> 16.859' │ 11.1 │
│ 151 │ 'lh:audit:pwa-each-page-has-url' │ 'https://vividmotion.co/' │ '0.1 -> 0.1' │ 0 │ '5.217 -> 6.262' │ 1 │
│ 152 │ 'lh:audit:pwa-page-transitions' │ 'https://vividmotion.co/' │ '0.1 -> 0.1' │ 0 │ '3.696 -> 3.696' │ 0 │
│ 153 │ 'lh:audit:robots-txt' │ 'https://vividmotion.co/' │ '0.1 -> 0.1' │ 0 │ '4.023 -> 9.009' │ 5 │
│ 154 │ 'lh:audit:structured-data' │ 'https://vividmotion.co/' │ '0.1 -> 0.1' │ 0 │ '4.428 -> 38.993' │ 34.6 │
│ 155 │ 'lh:audit:tabindex' │ 'https://vividmotion.co/' │ '0.2 -> 0.2' │ 0 │ '1.849 -> 1.654' │ -0.2 │
│ 156 │ 'lh:audit:td-headers-attr' │ 'https://vividmotion.co/' │ '0.2 -> 0.2' │ 0 │ '1.769 -> 3.481' │ 1.7 │
│ 157 │ 'lh:audit:th-has-data-cells' │ 'https://vividmotion.co/' │ '0.2 -> 0.2' │ 0 │ '2.316 -> 5.499' │ 3.2 │
│ 158 │ 'lh:audit:timing-budget' │ 'https://vividmotion.co/' │ '0.1 -> 0.1' │ 0 │ '19.232 -> 6.87' │ -12.4 │
│ 159 │ 'lh:audit:total-byte-weight' │ 'https://vividmotion.co/' │ '0.3 -> 0.3' │ 0 │ '3.181 -> 3.284' │ 0.1 │
│ 160 │ 'lh:audit:unsized-images' │ 'https://vividmotion.co/' │ '0.2 -> 0.2' │ 0 │ '3.057 -> 5.106' │ 2 │
│ 161 │ 'lh:audit:unused-css-rules' │ 'https://vividmotion.co/' │ '1.3 -> 1.3' │ 0 │ '19.395 -> 36.264' │ 16.9 │
│ 162 │ 'lh:audit:use-landmarks' │ 'https://vividmotion.co/' │ '0 -> 0' │ 0 │ '0 -> 0' │ 0 │
│ 163 │ 'lh:audit:uses-passive-event-listeners' │ 'https://vividmotion.co/' │ '0.1 -> 0.1' │ 0 │ '8.326 -> 31.825' │ 23.5 │
│ 164 │ 'lh:audit:uses-rel-preload' │ 'https://vividmotion.co/' │ '0.1 -> 0.1' │ 0 │ '27.559 -> 7.153' │ -20.4 │
│ 165 │ 'lh:audit:uses-responsive-images' │ 'https://vividmotion.co/' │ '1.2 -> 1.2' │ 0 │ '22.385 -> 21.533' │ -0.9 │
│ 166 │ 'lh:audit:valid-lang' │ 'https://vividmotion.co/' │ '0.2 -> 0.2' │ 0 │ '0.93 -> 2.026' │ 1.1 │
│ 167 │ 'lh:audit:valid-source-maps' │ 'https://vividmotion.co/' │ '0.7 -> 0.7' │ 0 │ '1.531 -> 6.211' │ 4.7 │
│ 168 │ 'lh:audit:video-caption' │ 'https://vividmotion.co/' │ '0.3 -> 0.3' │ 0 │ '1.058 -> 2.908' │ 1.9 │
│ 169 │ 'lh:audit:visual-order-follows-dom' │ 'https://vividmotion.co/' │ '0 -> 0' │ 0 │ '0 -> 0' │ 0 │
│ 170 │ 'lh:computed:CriticalRequestChains' │ 'https://vividmotion.co/' │ '0.3 -> 0.3' │ 0 │ '5.367 -> 6.938' │ 1.6 │
│ 171 │ 'lh:computed:CumulativeLayoutShift' │ 'https://vividmotion.co/' │ '0.1 -> 0.1' │ 0 │ '22.575 -> 13.141' │ -9.4 │
│ 172 │ 'lh:computed:FirstContentfulPaintAllFrames' │ 'https://vividmotion.co/' │ '0 -> 0' │ 0 │ '11.847 -> 37.17' │ 25.3 │
│ 173 │ 'lh:computed:LanternLargestContentfulPaint' │ 'https://vividmotion.co/' │ '1.8 -> 1.8' │ 0 │ '8.178 -> 6.755' │ -1.4 │
│ 174 │ 'lh:computed:LargestContentfulPaint' │ 'https://vividmotion.co/' │ '1.8 -> 1.8' │ 0 │ '8.246 -> 6.708' │ -1.5 │
│ 175 │ 'lh:computed:LargestContentfulPaintAllFrames' │ 'https://vividmotion.co/' │ '0.1 -> 0.1' │ 0 │ '4.188 -> 17.295' │ 13.1 │
│ 176 │ 'lh:computed:LoadSimulator' │ 'https://vividmotion.co/' │ '0.9 -> 0.9' │ 0 │ '18.63 -> 3.006' │ -15.6 │
│ 177 │ 'lh:computed:MainResource' │ 'https://vividmotion.co/' │ '0.1 -> 0.1' │ 0 │ '4.566 -> 8.338' │ 3.8 │
│ 178 │ 'lh:computed:ManifestValues' │ 'https://vividmotion.co/' │ '0.3 -> 0.3' │ 0 │ '10.786 -> 3.813' │ -7 │
│ 179 │ 'lh:computed:ProcessedNavigation' │ 'https://vividmotion.co/' │ '0.7 -> 0.7' │ 0 │ '4.682 -> 1.894' │ -2.8 │
│ 180 │ 'lh:computed:ResourceSummary' │ 'https://vividmotion.co/' │ '0.3 -> 0.3' │ 0 │ '13.939 -> 9.771' │ -4.2 │
│ 181 │ 'lh:computed:Responsiveness' │ 'https://vividmotion.co/' │ '0.1 -> 0.1' │ 0 │ '7.718 -> 6.555' │ -1.2 │
│ 182 │ 'lh:computed:TimingSummary' │ 'https://vividmotion.co/' │ '0.7 -> 0.7' │ 0 │ '26.913 -> 38.98' │ 12.1 │
│ 183 │ 'lh:computed:UnusedCSS' │ 'https://vividmotion.co/' │ '0.2 -> 0.2' │ 0 │ '2.471 -> 12.908' │ 10.4 │
│ 184 │ 'lh:computed:ViewportMeta' │ 'https://vividmotion.co/' │ '0.3 -> 0.3' │ 0 │ '8.882 -> 11.418' │ 2.5 │
│ 185 │ 'lh:config:resolveNavigationsToDefns' │ 'https://vividmotion.co/' │ '0.4 -> 0.4' │ 0 │ '7.028 -> 6.239' │ -0.8 │
│ 186 │ 'lh:gather:getVersion' │ 'https://vividmotion.co/' │ '0.7 -> 0.7' │ 0 │ '15.132 -> 8.701' │ -6.4 │
│ 187 │ 'lh:gather:prepareThrottlingAndNetwork' │ 'https://vividmotion.co/' │ '0.8 -> 0.8' │ 0 │ '10.675 -> 11.636' │ 1 │
│ 188 │ 'observedCumulativeLayoutShift' │ 'https://vividmotion.co/' │ '0 -> 0' │ 0 │ '1.252 -> 447.214' │ 446 │
│ 189 │ 'observedCumulativeLayoutShiftMainFrame' │ 'https://vividmotion.co/' │ '0 -> 0' │ 0 │ '1.252 -> 447.214' │ 446 │
│ 190 │ 'observedNavigationStart' │ 'https://vividmotion.co/' │ '0 -> 0' │ 0 │ 'NaN -> NaN' │ NaN │
│ 191 │ 'observedTimeOrigin' │ 'https://vividmotion.co/' │ '0 -> 0' │ 0 │ 'NaN -> NaN' │ NaN │
│ 192 │ 'observedTotalCumulativeLayoutShift' │ 'https://vividmotion.co/' │ '0 -> 0' │ 0 │ '1.252 -> 447.214' │ 446 │
│ 193 │ 'pwa' │ 'https://vividmotion.co/' │ '44 -> 44' │ 0 │ '0 -> 0' │ 0 │
│ 194 │ 'seo' │ 'https://vividmotion.co/' │ '92 -> 92' │ 0 │ '0 -> 0' │ 0 │
│ 195 │ 'totalCumulativeLayoutShift' │ 'https://vividmotion.co/' │ '0 -> 0' │ 0 │ '1.252 -> 447.214' │ 446 │
│ 196 │ 'lh:audit:aria-progressbar-name' │ 'https://vividmotion.co/' │ '0.2 -> 0.1' │ -0.1 │ '117.429 -> 2.35' │ -115.1 │
│ 197 │ 'lh:audit:aria-required-children' │ 'https://vividmotion.co/' │ '0.2 -> 0.1' │ -0.1 │ '5.97 -> 2.163' │ -3.8 │
│ 198 │ 'lh:audit:duplicate-id-active' │ 'https://vividmotion.co/' │ '0.3 -> 0.2' │ -0.1 │ '93.883 -> 6.455' │ -87.4 │
│ 199 │ 'lh:audit:form-field-multiple-labels' │ 'https://vividmotion.co/' │ '0.3 -> 0.2' │ -0.1 │ '89.438 -> 3.234' │ -86.2 │
│ 200 │ 'lh:audit:heading-order' │ 'https://vividmotion.co/' │ '0.4 -> 0.3' │ -0.1 │ '62.542 -> 4.841' │ -57.7 │
│ 201 │ 'lh:audit:uses-optimized-images' │ 'https://vividmotion.co/' │ '1.2 -> 1.1' │ -0.1 │ '26.881 -> 10.93' │ -16 │
│ 202 │ 'lh:computed:Interactive' │ 'https://vividmotion.co/' │ '0.1 -> 0' │ -0.1 │ '7.803 -> 7.331' │ -0.5 │
│ 203 │ 'lh:computed:NetworkAnalysis' │ 'https://vividmotion.co/' │ '0.8 -> 0.7' │ -0.1 │ '20.238 -> 3.107' │ -17.1 │
│ 204 │ 'lh:storage:clearDataForOrigin' │ 'https://vividmotion.co/' │ '5.8 -> 5.7' │ -0.1 │ '8.241 -> 5.874' │ -2.4 │
│ 205 │ 'lh:audit:layout-shift-elements' │ 'https://vividmotion.co/' │ '0.4 -> 0.2' │ -0.2 │ '51.703 -> 132.6' │ 80.9 │
│ 206 │ 'lh:audit:server-response-time' │ 'https://vividmotion.co/' │ '0.6 -> 0.4' │ -0.2 │ '4.081 -> 2.188' │ -1.9 │
│ 207 │ 'lh:computed:ModuleDuplication' │ 'https://vividmotion.co/' │ '0.3 -> 0.1' │ -0.2 │ '2.058 -> 12.124' │ 10.1 │
│ 208 │ 'observedLastVisualChange' │ 'https://vividmotion.co/' │ '5375.6 -> 5375.3' │ -0.3 │ '2.165 -> 3.075' │ 0.9 │
│ 209 │ 'lh:gather:getBenchmarkIndex' │ 'https://vividmotion.co/' │ '1002.8 -> 1002.2' │ -0.6 │ '0.223 -> 0.038' │ -0.2 │
│ 210 │ 'lh:audit:modern-image-formats' │ 'https://vividmotion.co/' │ '2 -> 1.3' │ -0.7 │ '14.295 -> 19.438' │ 5.1 │
│ 211 │ 'lh:storage:clearBrowserCaches' │ 'https://vividmotion.co/' │ '47.8 -> 46.8' │ -1 │ '20.942 -> 18.061' │ -2.9 │
│ 212 │ 'firstContentfulPaint' │ 'https://vividmotion.co/' │ '879.3 -> 878.1' │ -1.2 │ '1.555 -> 1.961' │ 0.4 │
│ 213 │ 'firstMeaningfulPaint' │ 'https://vividmotion.co/' │ '879.3 -> 878.1' │ -1.2 │ '1.555 -> 1.961' │ 0.4 │
│ 214 │ 'lh:driver:connect' │ 'https://vividmotion.co/' │ '8.8 -> 7.3' │ -1.5 │ '109.774 -> 104.267' │ -5.5 │
│ 215 │ 'lh:prepare:navigation' │ 'https://vividmotion.co/' │ '134.1 -> 132.1' │ -2 │ '9.084 -> 7.487' │ -1.6 │
│ 216 │ 'performance' │ 'https://vividmotion.co/' │ '90.9 -> 87.2' │ -3.7 │ '1.178 -> 1.304' │ 0.1 │
│ 217 │ 'observedLargestContentfulPaint' │ 'https://vividmotion.co/' │ '553.5 -> 549.5' │ -4 │ '8.886 -> 11.589' │ 2.7 │
│ 218 │ 'observedLargestContentfulPaintAllFrames' │ 'https://vividmotion.co/' │ '553.5 -> 549.5' │ -4 │ '8.886 -> 11.589' │ 2.7 │
│ 219 │ 'observedFirstContentfulPaint' │ 'https://vividmotion.co/' │ '226.3 -> 221.7' │ -4.6 │ '14.733 -> 9.801' │ -4.9 │
│ 220 │ 'observedFirstContentfulPaintAllFrames' │ 'https://vividmotion.co/' │ '226.3 -> 221.7' │ -4.6 │ '14.733 -> 9.801' │ -4.9 │
│ 221 │ 'observedFirstMeaningfulPaint' │ 'https://vividmotion.co/' │ '226.5 -> 221.9' │ -4.6 │ '14.753 -> 9.81' │ -4.9 │
│ 222 │ 'observedFirstPaint' │ 'https://vividmotion.co/' │ '226.2 -> 221.5' │ -4.7 │ '14.749 -> 9.832' │ -4.9 │
│ 223 │ 'lh:computed:PageDependencyGraph' │ 'https://vividmotion.co/' │ '15.7 -> 10.8' │ -4.9 │ '48.501 -> 5.542' │ -43 │
│ 224 │ 'lh:computed:LanternFirstContentfulPaint' │ 'https://vividmotion.co/' │ '19.1 -> 14' │ -5.1 │ '41.467 -> 4.425' │ -37 │
│ 225 │ 'lh:audit:screenshot-thumbnails' │ 'https://vividmotion.co/' │ '121.6 -> 113.5' │ -8.1 │ '7.194 -> 10.262' │ 3.1 │
│ 226 │ 'lh:audit:first-contentful-paint' │ 'https://vividmotion.co/' │ '72.3 -> 64.1' │ -8.2 │ '15.612 -> 7.757' │ -7.9 │
│ 227 │ 'lh:computed:FirstContentfulPaint' │ 'https://vividmotion.co/' │ '70.8 -> 62.5' │ -8.3 │ '15.812 -> 7.842' │ -8 │
│ 228 │ 'lh:computed:Speedline' │ 'https://vividmotion.co/' │ '273.3 -> 258.4' │ -14.9 │ '3.688 -> 3.239' │ -0.4 │
│ 229 │ 'lh:computed:SpeedIndex' │ 'https://vividmotion.co/' │ '275 -> 260' │ -15 │ '3.658 -> 3.231' │ -0.4 │
│ 230 │ 'observedDomContentLoaded' │ 'https://vividmotion.co/' │ '330.5 -> 315.5' │ -15 │ '23.319 -> 17.417' │ -5.9 │
│ 231 │ 'lh:audit:speed-index' │ 'https://vividmotion.co/' │ '275.5 -> 260.4' │ -15.1 │ '3.66 -> 3.229' │ -0.4 │
│ 232 │ 'lh:computed:LanternSpeedIndex' │ 'https://vividmotion.co/' │ '275 -> 259.9' │ -15.1 │ '3.658 -> 3.231' │ -0.4 │
│ 233 │ 'lh:computed:UnusedJavascriptSummary' │ 'https://vividmotion.co/' │ '37.9 -> 8.6' │ -29.3 │ '1.357 -> 5.275' │ 3.9 │
│ 234 │ 'lh:audit:script-treemap-data' │ 'https://vividmotion.co/' │ '39 -> 9' │ -30 │ '1.411 -> 5.472' │ 4.1 │
│ 235 │ 'observedLoad' │ 'https://vividmotion.co/' │ '3033.5 -> 2998.4' │ -35.1 │ '3.794 -> 6.493' │ 2.7 │
│ 236 │ 'lh:audit:errors-in-console' │ 'https://vividmotion.co/' │ '73.9 -> 0.3' │ -73.6 │ '2.127 -> 4.152' │ 2 │
│ 237 │ 'lh:computed:JSBundles' │ 'https://vividmotion.co/' │ '73.6 -> 0' │ -73.6 │ '2.131 -> 10.8' │ 8.7 │
│ 238 │ 'lh:runner:audit' │ 'https://vividmotion.co/' │ '726.7 -> 609.7' │ -117 │ '2.45 -> 2.724' │ 0.3 │
│ 239 │ 'lh:runner:auditing' │ 'https://vividmotion.co/' │ '726.4 -> 609.4' │ -117 │ '2.451 -> 2.726' │ 0.3 │
└─────────┴───────────────────────────────────────────────┴───────────────────────────┴─────────────────────┴─────────┴──────────────────────┴────────┘
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment