Skip to content

8.6.0

Compare
Choose a tag to compare
@soulgalore soulgalore released this 24 Feb 20:53

Fixed

  • Show larger screenshots in filmstrip for mobile, fixing colliding metrics HTML and last screenshot showing twice #2314.

  • Fix wrong count for errors/warnings for console log send to Graphite/InfluxDB. Before we sent 1 instead of the actual number of logs per page #2316.

  • Fix coach table colouring. Thank you Ferdinand Holzer for the PR #2317!

  • Removed faulty guard in budget that made sure only internal metrics worked for Lighthouse/GPSI/WebPageTest.

  • New Browsertime versions that fixes:

    • If a Visual Element wasn't found, we used to log that as an error, instead log as info #775.
    • When trying to find the last visual change, a 0.01 % difference in pixels are now OK. We had problems finding too small difference that was picked up by Visual Metrics #774.

Added

  • Send console warnings by default to Graphite/InfluxDB per page (we used to only send errors by default) [#2315]-(#2315).

  • Support for crawler exclude pattern, use --crawler.exclude. Thank you Ferdinand Holzer for the PR #2319.