Closed
Bug 1542789
Opened 6 years ago
Closed 4 months ago
Cached 200 HTTP responses should be grayed out
Categories
(DevTools :: Netmonitor, defect, P3)
DevTools
Netmonitor
Tracking
(firefox143 fixed)
RESOLVED
FIXED
143 Branch
| Tracking | Status | |
|---|---|---|
| firefox143 | --- | fixed |
People
(Reporter: valentin, Assigned: jdescottes)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
In netmonitor, with Cache-Control: immutable the 200 status code should be grayed-out just like 304 requests.
The printscreen in this post shows how the UI used to look like:
https://www.keycdn.com/blog/cache-control-immutable
This corner-case probably regressed when we removed the circle before the status code.
Comment 1•6 years ago
•
|
||
Thanks for the report Valentin!
From the post:
This can be used to configure Apache server (and create a test case):
<filesMatch ".(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
Header set Cache-Control "public, max-age=31536000, immutable"
</filesMatch>
And Nginx:
location ~* \.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$ {
add_header Cache-Control "public, max-age=31536000, immutable";
}
Honza
Priority: -- → P3
Updated•6 years ago
|
Blocks: netmonitor-cache
Updated•3 years ago
|
Severity: normal → S3
| Assignee | ||
Comment 2•4 months ago
|
||
Updated•4 months ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Pushed by jdescottes@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/5743aa072cc2
https://hg.mozilla.org/integration/autoland/rev/3684a6070bbe
[devtools] Cached 200 HTTP responses should be grayed out r=devtools-reviewers,nchevobbe
Comment 4•4 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
status-firefox143:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 143 Branch
Updated•4 months ago
|
QA Whiteboard: [qa-triage-done-c144/b143]
You need to log in
before you can comment on or make changes to this bug.
Description
•