Skip to content

v7.0.0

Compare
Choose a tag to compare
@soulgalore soulgalore released this 01 Dec 07:16
· 63 commits to main since this release

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.