是否可以在 Firebug 中查看每个持续页面请求的摘要?

Is it possible to see a summary for each persisted page request in Firebug?

我正在尝试了解 Firebug 中的 Persist 选项的概览,但我只能找到读取字节数和运行时间的摘要最后一页请求。

我想知道是否有办法并排查看所有页面请求的摘要?

目前(Firebug 2.x)这是不可能的。几年前我为此提交了一个错误:

Issue #2757: Request summary in Net panel just shown for the last request when 'Persist' is enabled

不幸的是,它从未得到修复。

注意 Firebug3 is meant to integrate into the built-in devtools (and therefore inherit their features).
As they currently do not group the requests at all, I created bug 1190213 请求每页分组。 根据我提交的 bug 1190216 请求显示每个页面的摘要。