performance - 有关Firebug中的网络面板的两个问题

标签 performance firebug analysis

有人可以告诉我有关 Firebug 网络面板的两件事吗?

  • 为什么第一行和后续行之间存在“距离”?那里发生了什么事?
  • 右侧蓝色和红色线条的确切含义是什么?

  • 非常感谢您的帮助-提前谢谢...

    alt text http://www.walkner.biz/_temp/firebug.png

    最佳答案

    but my question is WHY the second item didn't load until then... shouldn't it start immediately? – swalkner



    在我的机器上,它几乎是连续的。我会把滞后时间分配给处理和呈现数据所需的cpu时间。

    我猜想蓝线是浏览器开始显示的时间,红线是布局完成的时间。

    关于performance - 有关Firebug中的网络面板的两个问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/733153/

    相关文章:

    html - 边距在 Firefox 中不正常

    JavaScript Firebug 错误

    跨日志线相似性的算法分析?

    sql - SQL 函数与代码函数的性能

    css - 是什么导致水平滚动出现?

    c++ - 缓存预取场景——power架构

    analysis - 系统用例 Vs。业务用例

    flutter - analysis_options.yaml找不到包含的文件

    performance - 人眼能否感知图像加载时间的 10 毫秒延迟

    mysql - 如何在 mysql 查询中用更快的东西替换 distinct?