Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core(metrics): rename ConsistentlyInteractive -> Interactive #5068

Merged
merged 5 commits into from
Apr 30, 2018

Conversation

patrickhulce
Copy link
Collaborator

renames consistently-interactive -> interactive

no other metric has time to in its implementation even though all of the first* metrics are also time to metrics, for consistency I'm proposing just interactive. Feel free to continue to use TTI to describe it, but seems silly to be the only one to do so when referring to its full name :)

ref #4629

Copy link
Member

@paulirish paulirish left a comment

Choose a reason for hiding this comment

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

tricky-ttci/ needs a rename?

helpText: 'Consistently Interactive marks the time at which the page is ' +
'fully interactive. ' +
name: 'interactive',
description: 'Interactive',
Copy link
Member

Choose a reason for hiding this comment

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

IMO this should be called the full "Time to Interactive" in the UI. even if there's inconsistency, that's the name.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done!

@@ -84,7 +84,7 @@ module.exports = {
'errors-in-console',
'time-to-first-byte',
'first-cpu-idle',
'consistently-interactive',
'interactive',
Copy link
Member

Choose a reason for hiding this comment

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

i do prefer 'time-to-interactive' personally, but i could could live with this slug if i had to.

Copy link
Member

@brendankenny brendankenny left a comment

Choose a reason for hiding this comment

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

LGTM!

Nice to have only one *-interactive now, and so might as well call it just "interactive" :)

@patrickhulce patrickhulce merged commit de330b3 into master Apr 30, 2018
@patrickhulce patrickhulce deleted the rename_interactive branch April 30, 2018 19:37
kdzwinel pushed a commit to kdzwinel/lighthouse that referenced this pull request Aug 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants