Archived topic
CLS High in PageSpeed by Main Menu in mobile
5 replies · Started by Vincenzo on February 19, 2021
How can I do to optimize the menu? I know that the reason for the elevated CLS is because of this menu, but I can't find a way to optimize the result. I know that is the cause because hiding / disabling from CSS gives me a green CLS. And I don't know how to improve it. I use WPROCKET for the wordpress cache.
Thanks in advance!
Hi there,
can you share a link to your site so we can see what the cause is.
Of course. This is one of the example pages:
https://es.insider24.net/acciones-beyond-meat/
Thanks!
1. Stop the logo from lazyloading. In WP Rockets lazy loaded you can exclude images using a CSS Class. Add is-logo-image
2. You're using the Optimized CSS delivery (Critical CSS) - unless you know how to configure this correctly then you should disable that option.
Well thank you very much. It seems that everything is fine now :)
Glad to hear that!