Schepp / dom-treemap-devtools-extension

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 80.7%Language:HTML 19.3%