Archived topic
Cumulative Layout Shift
3 replies · Started by Kevin on February 7, 2021
I get the following results about CLS and was wondering if there is something I can do to correct this:
Avoid large layout shifts
MENU
<button class="menu-toggle" aria-controls="primary-menu" aria-expanded="false">
Hi there,
the issue is because the Logo is loading later from a CDN - which is causing a minor shift in the navigation bar. Personally its too small a CLS issue to be concerned about. But if you can disable the CDN/Lazy load for the logo then that would fix the issue. If that can be done by specifying a element class then you can use is-logo-image
Ok great, thanks
You're welcome