lighthouse v5.5.0 Release Notes

Release Date: 2019-10-02 // over 4 years ago
  • 5.5.0 (2019-10-02)

    Notable changes

    • ๐ŸŒ Preliminary implementation of the Largest Contentful Paint metric has landed (devtools and provided throttling only) and can be found in the hidden metrics audit in the raw LHR JSON (#9706)
    • The creation of main-thread tasks from a trace is now more robust. This should significantly reduce the occurrence of Issue #7764, "Fatal trace logic error - expected start event, got X" (#9491)
    • <script> element id has been added to the ScriptElements artifact (#9718)

    ๐Ÿ†• New contributors!

    Thanks to @LarsKumbier, @TimvdLippe, and @uchoudh for their first contributions!

    Core

    • ๐Ÿšš network-recorder: remove quic-request-finished workaround (#9744)
    • โšก๏ธ network-recorder: optimize network idle detection (#9712)
    • unused-css-rules: no more infinity savings (#9731)

    Clients

    • ๐Ÿ‘ท devtools: expose registerLocaleData to worker (#9645)
    • โšก๏ธ devtools: update references to Runtime.cachedResources (#9758)

    ๐Ÿ“„ Docs

    • ๐Ÿ†• new documentation for running Lighthouse on authenticated pages (#9628, #9705)
    • ๐ŸŒ point more docs links to web.dev (#9540, #9711, #9761)
    • readme: add more related projects (#9716, #9743)
    • โฑ releasing: add schedule, more integration testing (#9695)
    • โž• add links to more info about throttling and variability (#9734)
    • โšก๏ธ update scoring calculator link to v5 (#9729)

    โœ… Tests

    • โž• add Lighthouse CI dogfood script to travis (#9677, #9745)
    • โšก๏ธ report: update utm_medium check for web.dev links (#9737)
    • โš  smokehouse: add check for any runWarnings (#9732)
    • โœ… attempt to download lantern test trace set a few times (#9766)

    Misc

    • ๐Ÿšš devtools: remove version replacement for expectations (#9702)
    • โœ‚ remove unnecessary return in Promise (#9703)
    • โšก๏ธ assets: update logo (#9694)

    Full Changelog