With google chrome chrome dev, I am running a lighthouse Analysis for mobile.
Lighthouse shows a 7.0 seconds delay for Largest Contentful Paint (LCP):

I decide to dive into this and click on: "View original trace".
It redirects me to the Performance tabs:

Here it says that the LCP is 749.7ms (= 0.7497 seconds).
Where this discrepancy between LightHouse and Performance tab comes from?
- 0.7497 seconds for Performance
- 7.0 seconds for LightHouse

