Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Fix #1630 #1660

Merged
merged 2 commits into from
Nov 5, 2019
Merged

Fix #1630 #1660

merged 2 commits into from
Nov 5, 2019

Conversation

kaycebasques
Copy link
Contributor

Fixes #1630

Changes proposed in this pull request:

  • Mentions Lighthouse 6.0 deprecations
  • Updates the scoring doc to include historical information
  • Expands on the variability section in the scoring doc

@kaycebasques kaycebasques added the DO NOT MERGE Actively working on but experimental label Oct 12, 2019
@googlebot googlebot added the cla: yes Contributor has signed the CLA label Oct 12, 2019
@netlify
Copy link

netlify bot commented Oct 12, 2019

Deploy preview for web-dev-staging ready!

Built with commit 23b0dd5

https://deploy-preview-1660--web-dev-staging.netlify.com

@kaycebasques
Copy link
Contributor Author

@paulirish can you review this?

web_lighthouse:
- first-cpu-idle
---

{% Aside 'caution' %}
First CPU Idle is deprecated in Lighthouse 6.0. First CPU Idle
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

something along these lines would be dope

First CPU Idle is deprecated in Lighthouse 6.0. While some have found that First CPU Idle offers a 
more meaningful timestamp than [Time To Interactive](/interactive), the difference isn't significant 
enough to justify maintaining two similar metrics. 
Moving forward, look at [Total Blocking Time](/lighthouse-total-blocking-time/) and [Time To Interactive](/interactive).

web_lighthouse:
- first-meaningful-paint
---

{% Aside 'caution' %}
First Meaningful Paint (FMP) is deprecated in Lighthouse 6.0. In practice FMP
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here's what i got

 First Meaningful Paint (FMP) is deprecated in Lighthouse 6.0. In practice FMP
  has been overly sensitive to small differences in the page load, leading to inconsistent (bimodal) results. Additionally, the metric's definition relies on browser-specific implementation details, which means it cannot be standardized nor be implemented in all web browsers. 
Moving forward, consider [Largest Contentful Paint](/largest-contentful-paint/), which also identifies a significant moment mid-way through the page load.

@kaycebasques kaycebasques merged commit 01aed77 into GoogleChrome:master Nov 5, 2019
@kaycebasques kaycebasques deleted the 1630 branch November 5, 2019 22:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes Contributor has signed the CLA DO NOT MERGE Actively working on but experimental
Projects
None yet
Development

Successfully merging this pull request may close these issues.

content: Add historical scoring info and deprecations for Lighthouse 6.0
3 participants