Home › Forums › WoodMart support forum › Dropdowm Menu + Speed › Reply To: Dropdowm Menu + Speed
Luke Nielsen
Hello,
–Minimize main-thread work (https://take.ms/PV4yk) – I suggest using the Wp Rocket to fix it, more details are here: https://wp-rocket.me/google-core-web-vitals-wordpress/minimize-main-thread-work/
–Avoid an excessive DOM size (https://take.ms/y9rgF9) – The number of DOM elements are generated in the process of content building. All page builder elements are DOM elements. If you want to reduce DOM elements you will have to reduce the content: widgets, products, menu items, and others.
– Reduce initial server response time (https://take.ms/m9rso) – contact your hosting provider, because it is server-side. Note that you might see this warning from time to time when you clear the cache in the plugin.
-Largest Contentful Paint element (https://take.ms/mLjbq) – You need to optimize your site in general to improve this parameter. https://web.dev/articles/lcp
-Eliminate render-blocking resources (https://take.ms/RwIT4) – you may try solutions described here https://onlinemediamasters.com/eliminate-render-blocking-resources-wordpress/
–Serve images in next-gen formats (https://take.ms/npOb78): Consider using a plugin or service that will automatically convert Ensure text remains visible during webfont load uploaded images to the optimal formats e.g ‘Imagify’ from the Image Optimization tab in ‘WP Rocket’ to convert your images to WebP.
-Reduce JavaScript execution time (https://take.ms/4ucTN) – Also, the WP Rocket can help with it, check this: https://wp-rocket.me/google-core-web-vitals-wordpress/reduce-javascript-execution-time/
Kind Regards