如何在红队环境中高效地利用热力图?

1作者: FireAnon大约 21 小时前原帖
我正在努力全面理解前端开发的各个部分。但是,有一点我经常看到,却从未弄明白的是,什么时候以及如何使用热图(heapmaps)或快照(snapshots)?别误解我的意思,我知道它们可以包含大量信息。我的问题是,如何判断使用热图快照比仅仅使用典型的断点并遍历页面的DOM结构更高效或更正确?
查看原文
So, I'm trying to really fully understand all parts of frontend dev.. But something I see a lot, and have never understood when / how one is expected to actually use heapmaps / snapshots? Don't get me wrong, I understand they can contain a depth of information. My question is HOW does one decide using a heapmap snapshot is more efficent or the correct route over just like a typical break point and then traversing through the pages dom structure?