Hacker News new | ask | show | jobs
by chrisz42 3129 days ago
how much does it affect performance?
1 comments

Capturing the callstack with `Error().stack` is expensive and it's done for every DOM manipulation.

The idea is that you'll only enable the extension when you're mystified by a DOM change, so if the page loads half as fast it's not a big deal.