Closed Bug 1542789 Opened 6 years ago Closed 4 months ago

Cached 200 HTTP responses should be grayed out

Categories

(DevTools :: Netmonitor, defect, P3)

defect

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.

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
Severity: normal → S3
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
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
Resolution: --- → FIXED
Target Milestone: --- → 143 Branch
QA Whiteboard: [qa-triage-done-c144/b143]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: