Archived topic
Cumulative Layout Shift Elements
4 replies · Started by Forum User on April 1, 2021
I am trying to fix my Cumulative Layout Shift score (Google Core Vitals). For some reason these 2 elements are creating an issue.
<a href="https://www.tryhypnosisnow.com" rel="noopener noreferrer" target="_blank">https://www.tryhypnosisnow.com</a>
These DOM elements contribute most to the CLS of the page.
Element
CLS Contribution
1) Welcome to the NYC Hypnosis Center Try Hypnosis Today for a Better Tomorrow. N…
<div class="site grid-container container hfeed grid-parent">
0.407
2) Hypnosis in NYC for quit smoking weight loss anxiety phobias confidence and reg…
<div class="featured-image page-header-image grid-container grid-parent">
0.004
I forgot to add the code.
Welcome to the NYC Hypnosis Center Try Hypnosis Today for a Better Tomorrow. N…
<div id="page" class="site grid-container container hfeed grid-parent">
0.407
Hypnosis in NYC for quit smoking weight loss anxiety phobias confidence and reg…
<div class="featured-image page-header-image grid-container grid-parent">
Hi there,
the main issue i see is the lazy loader.
If you run a Page Speed Insights test it provides a film strip of the page loading... you can see that the image is missing, then its filled by a larger space ( with a loader icon ) and then the image loads.... try disabling the lazyloader to see if that clears the issue ... if it does then you may want to speak with the plugin author.
Thank you for your help.
You're welcome