How to resolve CLS more than 2.5 issue?

How to resolve CLS more than 2.5 issues?

How to resolve CLS more than 2.5 issue
How to resolve CLS more than 2.5 issue

How to decrease CLS of less than 2.5?

I have experience in web development for many years and in this period, I found many possible tricks to decrease the CLS rate. Some of these are mentioned below;

1.If you are s skill programmer, then find the errors of usability and try to remove it.

2. Change the website them one by one, and see the results in google page speed insights.

How to decrease CLS of less than 2.5
Figure: Showing Cumulative Layout Shift (CLS)

3. De-activate all the plugins and then check in google page speed insights. If problems resolved then re-activate all the plugins one by one and see which plugin is the main issue for increasing the CLS rate.

4. Remove the comments from your website them, and then check in google page speed insights. You can remove the comments calling a function in WordPress or making the comments.php empty in the WP theme editor.

comments and CLS issue
Figure: Removing the comments can solve CLS issue in some cases.