Home Forums WoodMart support forum New Website Mobile Speed Already Slow Reply To: New Website Mobile Speed Already Slow

#563745

Luke Nielsen
Keymaster

Hello,

The default WordPress theme is empty and does not have enough functionality, therefore the result is 100.

1. -Largest Contentful Paint issue (https://prnt.sc/2hF_msezcigM) – This approximates when the main content of the page is visible to users, thus the site needs to be optimized in general so that the largest content element is displayed more quickly.

2. – Minimize main-thread work (https://prnt.sc/xWJ5MIMtljxF) – I suggest using the Wp Rocket to fix it, more detail is here: https://wp-rocket.me/google-core-web-vitals-wordpress/minimize-main-thread-work/

3. -Defer offscreen images (https://prnt.sc/Da5LteXzqlqE) – enable our Lazy loading functionality in Theme Settings -> Performance.

4. -Eliminate render-blocking resources (https://prnt.sc/wgnDnkaJ19FC) – you may try solutions described here https://onlinemediamasters.com/eliminate-render-blocking-resources-wordpress/

5. -Reduce unused CSS – To fix that, I suggest using the WP Rocket.

WP Rocket -> Settings -> File optimization. Enable CSS minify and combine it

https://www.wpbeginner.com/wp-tutorials/how-to-remove-unused-css-in-wordpress-the-right-way/

Also, the access is limited – https://prnt.sc/KbjNRA9QajKe

Kind Regards