Skip to content

A Chrome Devtools extension that helps you explore the distribution of DOM nodes in the document tree.

Notifications You must be signed in to change notification settings

Schepp/dom-treemap-devtools-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DOM Treemap

A Chrome and Firefox Devtools extension that helps you explore the distribution of DOM nodes in the document tree.

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.

That's 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 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.

DOM Treemap in the Chrome Web Store

DOM Treemap in the Firefox add-ons catalogue

About

A Chrome Devtools extension that helps you explore the distribution of DOM nodes in the document tree.

Resources

Stars

Watchers

Forks

Packages

No packages published