Steve Souders

关于我

开发者信息
名称 Steve Souders
主页 http://stevesouders.com/
注册时间 July 6, 2007
开发的附加组件数量 0 个附加组件
开发的附加组件平均得分 尚无评分

我所发表的评价

HttpFox

评分1星,满分5星

Firebug's Net Panel is a better choice than HttpFox. Net Panel includes additional features: a graphical chart, markers for DomContentLoaded on onload events, and automatically clearing when a new page is loaded. However, both Net Panel and HttpFox suffer from the same problem: they run in the same (single-threaded) process as Firefox itself, and thus the time measurements can be blocked when a web page contains long-running scripts. Here's an example ( http://stevesouders.com/cuzillion/?c0=bi1hfff1_0&c1=bb0hfff0_4&c2=bi1hfff1_0 ). This page contains two identical image requests that each take 1 second. In between the two image requests is an inline script block that takes 4 seconds to execute. Both Net Panel and HttpFox show that the first image request takes 4 seconds instead of 1 second. That is because the Firefox process is blocked from handling any events while the 4 second script executes, so the "http request done" event of the first image is missed.

这个评论是针对附加组件的一个早期版本的(0.8.4)。