Open
Bug 1394382
Opened 8 years ago
Updated 3 years ago
dev tools: netpanel wsdl subresources not shown
Categories
(DevTools :: Netmonitor, defect, P4)
Tracking
(firefox57 fix-optional)
NEW
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | fix-optional |
People
(Reporter: maggus.staab, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
14.85 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
Build ID: 20170827100428
Steps to reproduce:
- open dev tools netpanel
- open url https://www.handyflash.de/eBaySvc.wsdl
Actual results:
page takes 5-7 seconds to load.
the wsdl resource itself seem to take only 712ms of this time.
what is the browser doing the rest of the time?
Expected results:
I guess the browser is loading/trying to load resources referenced urls from "xmlns" or similar.
if so, I would expect those "subrequests" be shown in the netpanel.
if it is only fetching and rendering this pages, I would expect a faster page-load.
Updated•8 years ago
|
Component: Untriaged → Developer Tools: Netmonitor
Comment 1•8 years ago
|
||
My guess is the the page is generating HTML & rendering (it's huge amount of XML on the page)
You can try https://perf-html.io/ to see exact details.
Honza
Updated•8 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Blocks: missing-incomplete-dup-requests
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•