Results 1 to 4 of 4
  1. #1
    Inersha is offline Private Member
    Join Date
    August 2007
    Posts
    20
    Thanks
    6
    Thanked 6 Times in 4 Posts

    Default Cumulative Layout Shift

    Does anyone know of any good tools for debugging pages with high CLS (Cumulative Layout Shift) scores in Core Web Vitals?

    I've got a few pages showing a CLS of around 0.25 and I'm not sure what's causing it exactly. I know it's influenced by the layout shifting around as the page loads, but from generally watching the page as it loads and looking for jumps I can't see what would be affecting the score.

    Has anyone found a methodical way to work on improving CLS? Or do you know of examples of things that commonly cause higher scores?

  2. #2
    elegancedesign.net's Avatar
    elegancedesign.net is offline Public Member
    Join Date
    January 2020
    Location
    Bulgaria
    Posts
    97
    Thanks
    118
    Thanked 48 Times in 35 Posts

    Default

    Hello Inersa,

    From my experience CLS comes most frequently from:
    - Late-loaded fonts
    - Images that do not have proper dimensions (width/height) before they load
    - Late loaded css/js for elements that are in the viewport

    Unfortunately there is no "common" rule for fixing that.

    Good explanation (recommended by google) is:
    https://www.datadab.com/blog/fix-***...-layout-shift/

  3. The Following 2 Users Say Thank You to elegancedesign.net For This Useful Post:

    Inersha (5 March 2021), MichaelBluejay (10 March 2021)

  4. #3
    Inersha is offline Private Member
    Join Date
    August 2007
    Posts
    20
    Thanks
    6
    Thanked 6 Times in 4 Posts

    Default

    Quote Originally Posted by elegancedesign.net View Post
    Hello Inersa,

    From my experience CLS comes most frequently from:
    - Late-loaded fonts
    - Images that do not have proper dimensions (width/height) before they load
    - Late loaded css/js for elements that are in the viewport

    Unfortunately there is no "common" rule for fixing that.

    Good explanation (recommended by google) is:
    https://www.datadab.com/blog/fix-***...-layout-shift/
    That's perfect, thank you.

    The page you linked to mentions the Chrome Dev Tools > Performance tab, which looks to be exactly what I'm looking for.

  5. #4
    PROFRBcom's Avatar
    PROFRBcom is offline Private Member
    Join Date
    April 2013
    Posts
    2,173
    Thanks
    1,511
    Thanked 1,243 Times in 808 Posts

    Default

    Once I read the documentation, I was able to fix the CLS on our site. Well, hack fix it, but deal with it insofar as CWV is concerned

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •