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

貢獻者指南