commit | 053d27ba3e2f3545b36930f84a210ae28d577708 | [log] [tgz] |
---|---|---|
author | Connor Clark <cjamcl@chromium.org> | Tue May 23 21:07:23 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 23 21:07:23 2023 |
tree | 20a56c06f0b38b411394773d9aa587ff179f60e4 | |
parent | e0872980e0e6c4447996f5b74c4068917fd03922 [diff] |
Add receiveHeadersStart to network request timing. Estimating TTFB can be done by subtracting sendEnd from receiveHeadersStart, however we were only exposing receiveHeadersEnd. Just using receiveHeadersEnd is close enough (this is what we do in Lighthouse) - that introduces <1ms error in the common case, but there are extreme cases where they can differ significantly (if the server streams out a first header quickly, but takes time to send all of them). Change-Id: I6882ff62e7434a1136cbf831edc044a6816e1493 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4556570 Reviewed-by: Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Connor Clark <cjamcl@chromium.org> Cr-Commit-Position: refs/heads/main@{#1148164}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.