Open
Bug 1546410
Opened 6 years ago
Updated 3 years ago
[network markers] report why a request started
Categories
(Core :: Gecko Profiler, enhancement, P3)
Core
Gecko Profiler
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | affected |
People
(Reporter: julienw, Unassigned)
References
(Blocks 1 open bug)
Details
A request can be started from several reasons:
- a normal requested request from the HTML page
- a XHR / fetch from the JS code
- preconnect heuristics
- dns-prefetch/prefetch/preconnect in the HTML page
It would be useful to know why a request has been started. Bonus point to report the full cause's stack.
Type: defect → enhancement
Priority: -- → P3
| Reporter | ||
Updated•6 years ago
|
Blocks: network-markers
| Reporter | ||
Updated•6 years ago
|
Summary: [network markers] report why a connection started → [network markers] report why a request started
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•