Dom Size Analyzer in Chrome with OffiDocs
Ad
DESCRIPTION
According to (https://developers.
google.
com/web/tools/lighthouse/audits/dom-size), an optimal DOM tree has the following properties: -Has less than 1500 nodes total.
-Has a maximum depth of 32 nodes.
-Has no parent node with more than 60 child nodes.
We can use this devtool to analyze a page's DOM to easily find out which parts of the page are adding weight to it.
****NEW***** Scrolling the DOM element into view and highlighting it when hovered in this devtool.
Additional Information:
- Offered by Anand R
- Average rating : 3.67 stars (liked it)
Dom Size Analyzer web extension integrated with the OffiDocs Chromium online