-
Notifications
You must be signed in to change notification settings - Fork 74
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
Upgrade to latest lighthouse #119
Comments
I also have been thinking about that but faced some concerns.
1. TTI is no longer what we need. So if we bump to LH alfa version, do we
have to make v3 release? What to do when we bump to real LH 2? v4?
2. LH has updated chrome launcher, so I'd like to update our code to this
stuff.
…On May 16, 2017 7:42 PM, "Paul Irish" ***@***.***> wrote:
There's a alpha <GoogleChrome/lighthouse#2262>
release of the 2.0 that we can give a go over here:
***@***.*** will work, but you could also use the specific
release.. currently ***@***.***
We'll probably ship the real 2.0 on friday, but if you two want to test
things out here, we can verify we don't have any Lighthouse-side bugs. :)
Also.. brand new metrics!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#119>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF8V3JnA0AKxhAu73Y94bHtXVbxmotzPks5r6dH0gaJpZM4Ncxjk>
.
|
Doesn't the new lighthouse version have a new version of TTI, which is supposed to be more stable? There are multiple areas I would also like to change, to fix our linting warnings for instance. Perhaps re-propose the desiredMetric functionality, it was recently requested. If we do end up changing stuff (other than the lighthouse version) more likely than not it will not be ready by Friday. |
Yeap, new TTI version is cool. I'm more than 👍 to bring it here asap.
It can be as part of v3.x so no rush here. |
yes TTI is gone. it basically splits into TTFI and TTCI. |
Fixed by #120 |
There's a alpha release of the 2.0 that we can give a go over here:
lighthouse@canary
will work, but you could also use the specific release.. currentlylighthouse@2.0.0-alpha.6
We'll probably ship the real 2.0 on friday, but if you two want to test things out here, we can verify we don't have any Lighthouse-side bugs. :)
Also.. brand new metrics!
The text was updated successfully, but these errors were encountered: