Open
Bug 1502808
Opened 6 years ago
Updated 2 years ago
response.bodySize is invalid in HARs from "Save All As HAR"
Categories
(DevTools :: Netmonitor, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: paulgrime, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
23.71 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36
Actual results:
In Firefox 63 there is no way to determine if a resource has come from cache.
See combined.63.png for screenshot of resource (http://www.softwareishard.com/blog/wp-content/plugins/wp-lightbox-2/styles/lightbox.min.css?ver=1.3.4) in the Network panel and the HAR entry that this entry exports as.
`response.bodySize`=1159 and it should be zero.
It's possible that `response.headersSize` could be used to infer the resource was retrieved from cache, but I don't think that is HAR-spec compliant.
Again, I'm not sure `entry.cache` is used to convey useful cache information.
Updated•6 years ago
|
Component: Untriaged → Netmonitor
Product: Firefox → DevTools
Updated•6 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P3
Updated•5 years ago
|
Blocks: netmonitor-har
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•