mozilla/wpt-api

Vet/document: send and wait in WebPageTest HAR files get combined into the "wait" event/metric name

Open

#221 创建于 2019年1月17日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Python (7 fork)auto 404
docsfirefoxhelp wantedmetricsquestion

仓库指标

Star
 (28 star)
PR 合并指标
 (PR 指标待抓取)

描述

According to https://github.com/WPO-Foundation/webpagetest/blob/0da83ac3f7e7407c96feaff46af1cfa65c461d6a/www/har/HttpArchiveGenerator.php#L379-L410, send and wait get combined together into wait, with no ability (according to the comment) to separate out those two distinct event timings:

        // represent the difference between the states HAR calls
        // send (time required to send HTTP request to the server)
        // and wait (time spent waiting for a response from the server).
        // We lump both into "wait".  Issue 24* tracks this work.  When
        // it is resolved, read the real values for send and wait
        // instead of using the request's TTFB.
        // *: https://code.google.com/p/webpagetest/issues/detail?id=24

贡献者指南