Archived topic
High Cumulative Layout Shift on Mobile
1 reply · Started by Tyler on August 22, 2021
I’m using the Read starter theme for my website and its CLS score is coming in at 0.417 on mobile. I’ve read through previous threads but haven’t been able to find a solution. The score is the same on both the homepage and inner pages so I’m thinking it’s something to do with the navigation menu?
Hi Tyler,
Consider chopping up the assets instead of aggregating/merging them into 1 big .css file.
You can do this by excluding stylesheets from different plugins so they don't get mixed into the aggregated file. :D
Also, you may have to disable lazy loading as lazy-loaded images that are above the fold can cause CLS.