Bug 190214
| Summary: | Web Inspector: expose full load metrics for redirect requests | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Devin Rousso <hi> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bburg, inspector-bugzilla-changes, joepeck, sidneybeekhoven, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=150005 | ||
Devin Rousso
Currently, we only send load metrics for the most recent request in the "chain" (e.g. if there are multiple redirects for a single request, we only have load metrics for the final request). We should be able to show full load metrics for all requests (and responses) in the "chain".
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/45099869>
Joseph Pecoraro
We want the load metrics for things like:
• timing
• protocol
• headers
So pretty much everything NetworkLoadMetrics has.