Skip to content

core(scoring): rebalance perf metric weightings#12577

Merged
devtools-bot merged 6 commits into
masterfrom
lh8weights
Jun 1, 2021
Merged

core(scoring): rebalance perf metric weightings#12577
devtools-bot merged 6 commits into
masterfrom
lh8weights

Conversation

@paulirish

Copy link
Copy Markdown
Member

You can easily compare v8 with v6/7 scoring here: https://googlechrome.github.io/lighthouse/scorecalc/#FCP=3000&SI=5800&FMP=4000&TTI=7300&FCI=6500&LCP=4000&TBT=600&CLS=0.25&device=mobile&version=8&version=6&version=5

Readable summary and FAQ coming.

For now, only internal draft at go/lh-perf-v8

@paulirish paulirish requested a review from a team as a code owner May 28, 2021 00:23
@paulirish paulirish requested review from patrickhulce and removed request for a team May 28, 2021 00:23
@google-cla google-cla Bot added the cla: yes label May 28, 2021
@paulirish paulirish added the 8.0 label May 28, 2021

@patrickhulce patrickhulce left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

weights are beautiful 👌

Comment thread lighthouse-core/report/html/renderer/performance-category-renderer.js Outdated
auditRefs: [
{id: 'first-contentful-paint', weight: 15, group: 'metrics', acronym: 'FCP', relevantAudits: m2a.fcpRelevantAudits},
{id: 'speed-index', weight: 15, group: 'metrics', acronym: 'SI'},
{id: 'first-contentful-paint', weight: 10, group: 'metrics', acronym: 'FCP', relevantAudits: m2a.fcpRelevantAudits},

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I totally missed this m2a business, sounds like someone has some apologizing to do to atob/btoa ;)

@patrickhulce patrickhulce left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM 🎉

🚢 it!

@brendankenny brendankenny left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants