• Hi,

    I am a developer and I came across a client website with 1000+ pages and 10+ widgets which ends up creating a LOT of DOM elements and makes the bowser very sluggish for the same reason. You might need to reconsider how/when each of the list of checkboxes is rendered in DOM. If you could delay that using JavaScript i.e. keeping it in memory (JS) and rendering only when required (i.e. when the tab with checkboxes is opened) it would improve the performance.

Viewing 1 replies (of 1 total)
  • Plugin Author Mej de Castro

    (@mej)

    Hi @pratham2003

    Thank you for letting us know. We will consider them and add them to our feature requests lists but some requests take several months if not years to be implemented.

    Regards,
    Widget Options Support

Viewing 1 replies (of 1 total)
  • The topic ‘Too many DOM elements’ is closed to new replies.