Too many DOM elements
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Too many DOM elements’ is closed to new replies.