rename lcp/fcp
This commit is contained in:
parent
9e98697580
commit
ffe6745f2d
|
|
@ -74,7 +74,7 @@ function getMetricsFromBrowsertime(data) {
|
|||
) {
|
||||
metrics.push({
|
||||
metric: 'first-contentful-paint',
|
||||
name: 'FCP',
|
||||
name: 'First Contentful Paint',
|
||||
value: data.timings.paintTiming['first-contentful-paint']
|
||||
});
|
||||
}
|
||||
|
|
@ -85,7 +85,7 @@ function getMetricsFromBrowsertime(data) {
|
|||
) {
|
||||
metrics.push({
|
||||
metric: 'largestContentfulPaint',
|
||||
name: 'LCP',
|
||||
name: 'Largest Contentful Paint',
|
||||
value: data.timings.largestContentfulPaint.renderTime
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue