Bug 18034 - Inspector's timeline should show when the first response was received
Summary: Inspector's timeline should show when the first response was received
Status: RESOLVED DUPLICATE of bug 14258
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-23 21:35 PDT by Timothy Hatcher
Modified: 2008-03-24 05:51 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2008-03-23 21:35:12 PDT
The timeline should show a tick mark on the timeline bars where the first response was received from the server. Right now the timeline bars show the start and end times. The start time is when the request was sent, and the end time is when the load finished. So the first response time would help show how long the actual data was being transfers, and help show delays between start and first response.

THis should be easy, since the WebInspector.Resource object has the responseReceivedTime time property.
Comment 1 Adam Roben (:aroben) 2008-03-24 05:51:28 PDT

*** This bug has been marked as a duplicate of 14258 ***