Hello,
There are different milestones while any web page is loading. For example:
- First paint (FP) - when the first byte return to the client
- First meaningful paint (FMP) - when the site rendered meaningful amount of data that can be presented to the user
- Time to interact (TTI) - when the user actually can interact with the site
- Visual Complete - When all the data of the screen that the user sees is rendered.
Between all these 4 options, what exactly does the WPT can measure? It is only one of the above options or all of them?
Thanks and regards,
Hezi