This WebExtension highlights DOM updates as they happen on a webpage.
It can be used by frontend developers to observe inefficiencies in working with DOM, such as excessive content updates or tree rebuilds.
See the website.
- Tree updates - red outline
- Text content updates - green outline
- Attribute updates - blue outline
This extension is powered by MutationObserver API.