🏠 New in Low Baseline Support: Paint timing

April 26, 2021

caniuse · mdn · spec

The paint performance entry and the PerformancePaintTiming API measures the duration of “paint” (also called “render”) operations as a page loads. The API measures the time to First Paint (FP) and First Contentful Paint (FCP), common metrics for perceived loading times.

Source features