Dom Size Analyzer is a developer tools chrome extension. it's a free extension , it has 2,000+ active users since released its first version, it earns an average rating of 3.67 from 9 rated user, last update is 1906 days ago.
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.
You could download the latest version crx file or older version files and install it.
English.
57% user give 5-star rating, 43% user give 1-star rating. Read reviews of dom size analyzer
You could find more help information from dom size analyzer support page.
You could send emails to publisher, or check publisher's website.
More about manifest_file of dom size analyzer.
You could click to report abuse of dom size analyzer.
Does what it's supposed to do :) very useful
Doesn't seem to work, no tab displayed in dev tools EDIT - working after a browser restart :-)
Installs easily, works well in Chrome. The info is detailed, a lot to unpack for someone who's not a dev. But it points out areas that need to be pared down, and at least gives me insight into which of my pages are too heavy on nodes.