DOM size Nodes

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
User avatar
wwonderfull
 
 
Posts: 1603
Joined: Fri Aug 21, 2020 8:27 am
Contact:

DOM size Nodes

Post by wwonderfull »

I was testing a site where I suddenly see there are too many nodes generating.
One more thing is that I used about 14 lotte animations which clearly increased the number of nodes and stated in an SEO checkup.
The Document Object Model (DOM) of this webpage has 11,857 nodes which is greater than the recommended value of 1,500 nodes. A large DOM size negatively affects site performance and increases the page load time.

Basically speaking too much nodes generating how to reduce it. can it be because of the settings below.
let me know thanks.

Image
User avatar
Pablo
 
Posts: 23598
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: DOM size Nodes

Post by Pablo »

The only way to reduce nodes is by removing elements from the page. All 'nodes' are need otherwise they would not have been added to the page in the first place.
Obviously, Lottie animations add extra nodes otherwise the element cannot be animated.
This is unrelated to WWB.
User avatar
wwonderfull
 
 
Posts: 1603
Joined: Fri Aug 21, 2020 8:27 am
Contact:

Re: DOM size Nodes

Post by wwonderfull »

Pablo wrote: Tue Mar 29, 2022 10:09 am The only way to reduce nodes is by removing elements from the page. All 'nodes' are need otherwise they would not have been added to the page in the first place.
Obviously, Lottie animations add extra nodes otherwise the element cannot be animated.
This is unrelated to WWB.
Yes I know it is unrelated to WWB just thought if the settings did something wrong :D
Thank You pablo.
Post Reply