Before I go to lengths of implementing my own carousel, I wonder if anyone has successfully defeated the horrendous layout shift issues presented by the carousel (Ken Wheeler's Slick.js) used by the Levels Ready Theme.
CLS (cumulative layout shift) scores for pages with this carousel are blocking our products from appearing in Googles free listings, negatively impacting sales.
If you want to see the issue, go to our home page, https://www.techniquetuesday.com/, scroll down to the carousel, and refresh the page a few times. The jank is quite apparent, and it's worse on pages with more products in the carousel.
You see the same issues on the demo page for the jQuery plugin: slick - the last carousel you'll ever need (kenwheeler.github.io)
Has anyone worked around these issues? How did you do it?
Thanks.
CLS (cumulative layout shift) scores for pages with this carousel are blocking our products from appearing in Googles free listings, negatively impacting sales.
If you want to see the issue, go to our home page, https://www.techniquetuesday.com/, scroll down to the carousel, and refresh the page a few times. The jank is quite apparent, and it's worse on pages with more products in the carousel.
You see the same issues on the demo page for the jQuery plugin: slick - the last carousel you'll ever need (kenwheeler.github.io)
Has anyone worked around these issues? How did you do it?
Thanks.
Comment