Optimized DOM output aims to improve performance by decreasing the number of wrapper elements present in the HTML generated by Elementor.
Starting with Elementor 3.0, some significant DOM improvements have been made to boost the speed and performance of new Elementor websites. These improvements involved removing a number of HTML wrapper elements that were output by Elementor.
Removing these wrapper elements from the DOM contributes to simplified code output, better readability and less complexity. A smaller DOM contributes to increases in speed and performance. However, removing these elements may affect some web creator’s custom code.
HTML Wrappers Removed
Elementor Version 3.6
Removed elementor-section-wrap
Elementor Version 3.2
- .elementor-image
- .elementor-text-editor
Elementor Version 3.0
- .elementor-inner
- .elementor-row
- .elementor-column-wrap
See the developers post about this change here.