Home Forums WoodMart support forum Excessive DOM size

Excessive DOM size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #599003

    xmasoft
    Participant

    Trying to fix page performance. I’m not very experienced. One of the isssues is DOM size. From my understanding this is related to how the site is built?

    For example, <span class=”woocommerce-Price-currencySymbol”>lei</span> – this has the largest DOM depth of 26. It’s how the theme was built, correct? Can I do anything about it?

    • This topic was modified 16 hours, 58 minutes ago by xmasoft. Reason: added tags
    Attachments:
    You must be logged in to view attached files.
    #599077

    Hello,

    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.

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)