Home › Forums › WoodMart support forum › Page speed › Reply To: Page speed
Luke Nielsen
Hello,
1. For the Desktop, the results are well: https://prnt.sc/R9epu4uwNHi6
Avoid an excessive DOM size:
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.
2. With the enabled “Separate cache for mobile devices” in WP Rocket, I suggest using our “Mobile DOM optimization (experimental)” option in Theme Settings -> Performance -> Other: https://prnt.sc/ekkTPAyfWeGZ
The same issue with the DOM size on mobile and tips are the same as for the Desktop.
Properly size images:
Optimize the images as it describes in our article: https://xtemos.com/wordpress-performance-optimization-the-ultimate-guide-in-2021/#Step_3
Additionally, you can check this article: https://www.contentpowered.com/blog/properly-size-images-wordpress/
Kind Regards