Releases: sitespeedio/sitespeed.io
Releases · sitespeedio/sitespeed.io
v21.2.0
Fixed
- The catching of errors in the queue was broken and reported the error x times (x=numbert of plugins). Also when we had an error the result JSON was not stored. #3522.
Added
- Updated to Firefox 95 and Edge 96 in the Docker container.
- Include page summary URL in the result JSON #3523.
v21.1.0...v21.2.0
v21.1.0
Added
- Added possibility choose name for storing a result JSON #3520. We use this for a feature that will be released soon.
v21.0.1
Fixed
- Updated Browsertime that logs Chrome document request failures on debug log level instead so that the log is not cluttered.
v21.0.0
Changed
-
Updated to Coach Core 7.0.0. This will probably change your Coach score. The new Coach has the following changes:
- Moved AMP advice to best practice instead of privacy #67.
- Increased favicon max size advice from 5 to 10 kb #68
- Renamed the fastRender advice to avoidRenderBlocking #73
- Remove the third party async advice #74
- Updated the layout shift advice to use cumulative layout shift #75
- Changed id of the Google Tag Manager advice #79
- Updated third-party-web to 0.12.6.
- Use Chrome(ium) render blocking information to know if a request is render blocking or not #66.
- Report offending JavaScript assets if the JavaScript max limits kicks in #70.
- New largest contentful paint advice #76.
- New first contentful paint advice #77.
- Added TBT in the CPU longtask advice #80.
- Report content and transfer size for offending URLs #81.
- Report offending assets with transfer/content size for page size limit #82.
- Fix cases when JQuery is undefined. Thank you shubham jajodia for PR #64.
- A better way to find offending layout shifters. Thank you shubham jajodia for PR #65.
- Removed mentions aboout server push #69
- Added more information on how to debug CPU advice #71.
-
Updated to sustainable plugin core code to co2 0.8.0. This include a biug fix to the 1byte model that will lower your co2 score #3519.
Added
- Updated to Browsertime 14.12.0 that fixes the FF 94 HAR issue.
- Updated green domains from the Green Web Foundation #3513.
- Updated PerfCascade that support chunks when you use Chrome(ium) #3514.
- Updated to Firefox 94 in the Docker image.
Fixed
- Added missing summary boxes on start page #3515.
v20.6.2
Fixed
- Updated to Browsertime 14.10.2 that disables the Edge/Edgeedriver version check.
v20.6.1
Fixed
- Updated to Browsertime 14.10.1 that disables the Chrome/Chromedriver version check by default.
v20.6.0
Note: Do your test fails with Firefox 94? See Browsertime #1671. Until that is fixed in Firefox, it seems most use cases is fixed by adding a settle time (the browser rest for a while before we start the test). Try with --browsertime.settleTime 10000
to add a 10 seconds wait time before the test starts.
Added
- Updated to Browsertime 14.10.0 with Chromedriver 96 and Chrome 96 in the Docker container.
v20.5.0
Added
- Updated to Browsertime 14.9.0 with updated Chrome HAR generator.
Fixed
- Ignore Influxdb and Grafana setup messages when you use the analysisstorer plugin #3508.
v20.4.2
v20.4.1
Fixed
- Reverted the change with npm in the Docker container since it broke both webpagetest and the +1 container installation