var fetchStartDate : Date?
The time when the task started fetching the resource, from the server or locally.
タスクがリソースを、サーバーからまたはローカルに、取って来ることを開始したときの時間。
var domainLookupStartDate : Date?
The time immediately before the task started the name lookup for the resource.
タスクがリソースに対する名前検索を開始した直前の時間。
var domainLookupEndDate : Date?
The time after the name lookup was completed.
名前検索が完了した後の時間。
var connectStartDate : Date?
The time immediately before the task started establishing a TCP connection to the server.
タスクがサーバへのTCP接続を確立することを開始した直前の時間。
var secureConnectionStartDate : Date?
The time immediately before the task started the TLS security handshake to secure the current connection.
タスクがTLSセキュリティハンドシェークを現在の接続を安全にするために開始した直前の時間。
var secureConnectionEndDate : Date?
The time immediately after the security handshake completed.
セキュリティハンドシェークが完了した直後の時間。
var requestStartDate : Date?
The time immediately before the task started requesting the resource, regardless of whether it is retrieved from the server or local resources.
タスクがリソースのリクエストを、それがサーバまたはローカルリソースから回収されるかどうかに関係なく、開始した直前の時間。
var requestEndDate : Date?
The time immediately after the task finished requesting the resource, regardless of whether it was retrieved from the server or local resources.
タスクがリソースのリクエストを、それがサーバまたはローカルリソースから回収されたかどうかに関係なく、終了した直後の時間。
var responseStartDate : Date?
The time immediately after the task received the first byte of the response from the server or from local resources.
タスクがサーバからまたはローカルリソースから応答の最初のバイトを受け取った直後の時間。
var responseEndDate : Date?
The time immediately after the task received the last byte of the resource.
タスクがリソースの最後のバイトを受け取った直後の時間。