The ElementTiming API will allow developers to know when certain important text elements are first displayed on the screen. It will also enable analytics providers to measure the display time of text that takes up a large fraction of the viewport when they first show up.
Developers should be informed of the time at which key elements of their website are first rendered. Usually this means images and/or text. Text is important for news websites, articles of online encyclopedias, email providers, etc. First Contentful Paint is insufficient because it is triggered with almost any element.
There is risk that this feature is not implemented by other browser vendors but we have already started conversations and gotten feedback on the WebPerf WG.
Firefox: No public signals
Edge: No public signals
Safari: No public signals
Web developers: No signals