After a Google Lighthouse audit complaining an excessive DOM size, have you ever wondered in which corner of your document most DOM nodes are buried? Neither Lighthouse nor the Devtools themselves help finding those areas. Thats what DOM Treemap is for. It extends your Devtools Elements tab with an additional pane which visualizes the distribution of node descendants of the currently inspected DOM element. This makes it easy for you drill down your DOM and to locate all those hidden the node heavy parts. On top of that there is an extra tab for all those BEM affiniciados which visualizes via yet another treemap how node intensive your different BEM component are in average.
You can Follow the below Step By Step procedure to install the DOM Treemap Chrome Extension to your Chrome Web browser.
It is the DOM Treemap Chrome extension download link you can download and install Chrome Browser.
This extension shows a detailed DOM node tree.
Find, optimize, organize, edit, and export your SVGs
Analyzes the number of nodes, depth and size of your DOM for profiling, speed or SEO purposes.
Measure metrics for a healthy site
Open source browser design tools
HTML DOM Navigation lets you view the node tree in a simple and easy way. IRB would be really useful for Watir automation.
Accessibility Insights for Web helps developers quickly find and fix accessibility issues.
A devtools extension to toggle support of selected CSS features for testing progressive enhancement fallbacks.