Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+4 votes
402 views
in Q2A Core by

How to minimize the DOM Size Error?

STATISTIC ELEMENT VALUE
Total DOM Elements 646
Maximum DOM Depth
×
<span class="gscb_a" id="gs_cb50" aria-hidden="true">
18
Maximum Child Elements
Home Recent Q&A Java Cloud JavaScript Python SQL PHP HTML Data Science DBMS Dev…
<ul class="qa-nav-main-list2">
19
Q2A version: latest

1 Answer

+1 vote
by
reshown by

Follow the steps:

  1. Don't use poorly coded plugins or themes. ...
  2. Minimize DOM nodes created by JavaScript. ...
  3. Don't use page builders that generate bloated HTML. ...
  4. Don't copy-paste text into the WYSIWYG editor. ...
  5. Don't hide unwanted elements using CSS. ...
  6. Tip #1: Implement lazy load and infinite scroll.
...