The google pagespeed insights API returns multiple metrics about the website performance. However, in many of them, there is an 'observed' part and a part without observed:
"observedLargestContentfulPaint": 3178,
"observedLargestContentfulPaintTs": 2181438287221,
"largestContentfulPaint": 3520
Is there any documentation available (cause I couldn't find any, except for the original PULL request, but even that doesn't explain the difference), that explain the difference between the two values? Does it has something to do, with the LCP itself and the delivery of a javascript event? Same question applies to other 'observed' metrics:
"observedFirstContentfulPaint": 1731,
"observedFirstPaint": 1731,
"firstMeaningfulPaint": 815,
and also very interesting:
"observedDomContentLoaded": 2436,
Thank you very much for your time!