🏠 New in High Baseline Support: Paint timing

October 26, 2023

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