Home Forums WoodMart support forum Avoid an excessive DOM size

Avoid an excessive DOM size

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #534318

    satishreesarees
    Participant

    Hi we are getting this issue of dome size so we want solution for this please look into this and thanks

    Attachments:
    You must be logged in to view attached files.
    #534555

    Hello,

    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.

    Best Regards.

    #535974

    satishreesarees
    Participant

    how to reduce this ?

    please share the step to solve this.

    #536071

    Hello,

    If you see the report, you can see that all DIV elements there have specific CSS classes and they come from some of the installed plugins, not from the theme. Our WoodMart is one of the most optimized themes on the market.

    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.

    #536337

    satishreesarees
    Participant

    the problem with your team is you people never accept your fault andd try to prove yourself always best.

    and espacily you Aizaz, you have never given any proper solution to any of the problem that we have ever mentioned,

    you are saying that your theme is most optimized them,” check the screenshot that i have attached in the start of the topic.check the class name it is from woodmart theme”

    dont be extra smart and try to help us.

    #536364

    jackennils
    Participant

    Well, he’s right. The less content on a single page, the less DOM elements have to be rendered. Best practise: Delete your page and there are 0 DOMs to be rendered. 100% optimization. 🙂

    #536461

    Hello @satishreesarees,

    Here is some steps how to reduce Dom size:

    01. Enable this option for all dropdowns with HTML blocks via Appearance -> Menus. It is very useful to reduce the DOM size on the initial page load and improve the performance.
    https://ibb.co/2s0MLNj

    All these options can reduce your page size by 10-40% but you need to check everything carefully after enabling/disabling any of the mentioned options.

    02. Don’t create bloated pages with tons of different sliders, animations, carousels and products. Note that every element on the page increases its complexity and DOM size. That would lead to further problems with performance. So keep it as simple and clean as possible.

    Best Regards.

    #536582

    satishreesarees
    Participant

    the image link that you have shared is not opening, and we have not added any unusefull things

    the issue is with the logo on the home page as you can see on screenshot

    #536769

    Hello,

    The image I have shared is working fine. Check back your site and check the link.

    What is the issue with the logo? The logo is showing fine on your site.

    Best Regards.

    #537380

    satishreesarees
    Participant

    the problem is i have already told you, DOM size

    #537709

    Hello,

    You can add that all DOM elements are necessary and we try to avoid using unnecessary HTML tags and improve this in every update. If you find any HTML tag (DOM element) that you think can be removed you can write to us and we will check it.

    Best Regards.

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