You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below are few of suggestions (Opportunities) to improve performance score and Diagnostics, which can improve performance as per results from Google Lighthouse tool
Specifically for Non-AMP pages below is list:
Performance
Image elements do not have explicit width and height: Reported for featured image, which then is resulting into large Cumulative Layout Shift (CLS). Google is coming up with update in page ranking signal, one of main is Cumulative Layout Shift in Core Web Vitals. Still appearing for featured image in post with sidebar.
Properly size images: Reported for Featured image
Accessibility
Background and foreground colors do not have a sufficient contrast ratio: Low-contrast text is difficult or impossible for many users to read
Preload Largest Contentful Paint image: Reported for Featured image. This may go away once other issues in this category are resolved
Remove unused JavaScript: Reported for multiple Javascript files used from cdn.ampproject.org
Remove duplicate modules in JavaScript bundles: Remove duplicate modules in JavaScript bundles
Minimize main-thread work: Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this
Accessibility
Buttons do not have an accessible name: Reported for Menu button
Background and foreground colors do not have a sufficient contrast ratio: Low-contrast text is difficult or impossible for many users to read
SEO
Tap targets are not sized appropriately: Reported for overlapping of Author name on Tag for Mobile devices. Interactive elements like buttons and links should be large enough (48x48px), and have enough space around them, to be easy enough to tap without overlapping onto other elements.
Best Practices is reported ok. Kudos for the job well done.
The text was updated successfully, but these errors were encountered:
Below are few of suggestions (Opportunities) to improve performance score and Diagnostics, which can improve performance as per results from Google Lighthouse tool
Specifically for Non-AMP pages below is list:
Performance
Accessibility
Specifically for AMP pages below is list:
Performance
Accessibility
SEO
Best Practices is reported ok. Kudos for the job well done.
The text was updated successfully, but these errors were encountered: