How to reduce an excessive DOM size
Hello All,
In Lighthouse report for our website it provides recommendation: Avoid an excessive DOM size
When we create AEM components it adds some extra wrapper class thats why DOM is getting increased if there is page having more components.
Is there any way we can reduce DOM size? Like any setting in AEM to remove wrapper classes or datalayer classes.