Archived topic
Cumulative shift layout
5 replies · Started by Espresso on February 3, 2021
Hi,
can you please help resolve the Cumulative shift layout issue?
https://www.espressotranslations.com/affordable-translations/
Thanks,
Dan
Hi there,
I've checked your site and ran it through webpagetest.org and Google PSI.
Upon checking the results, your font requests seems like its being placed among the last assets to be requested. They come after some very large cached CSS and JS files.
You should check your cache settings to see why it is deferring the font loading.
Hi,
We use WP Rocket and font awesome was amongst the deferred ones.
We just checked again but we still have the same result.
Hi there,
one of the main culprits for CLS is the Critical CSS option in WP Rocket. Unless you can hand code your own Critical CSS then i would recommend you disable this option. Its deferring a lot of styles that the initial page load requires, which leads to CLS.
That was the one! Thanks David!
You're welcome