Releases: sitespeedio/coach-core
Releases · sitespeedio/coach-core
v8.0.1
- new PageXray cb0e711
v8.0.0
v7.2.1
v7.2.0
7.2.0 - 2023-06-12
Added
Fixed
- Make sure to skip advice if Chrome is missing FCP #95.
- Update dev dependencies
v7.1.2
v7.1.1
v7.1.0
v7.0.0
Changed
- 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
Added
- 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.
Fixed
- 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.