// Copyright 2018 Google Inc. All Rights Reserved. // Licensed under the Apache License, Version 2.0. See LICENSE export const METRICS = { TTFCP: 'firstContentfulPaint', TTFMP: 'firstMeaningfulPaint', TTFCPUIDLE: 'firstCPUIdle', TTI: 'interactive', SI: 'speedIndex', // @todo add in further improvements // VISUALLY_COMPLETE: 'observedLastVisualChange', };