Disable HTTP Cache does not work after use performance analysis
Categories
(DevTools :: Netmonitor, defect, P3)
Tracking
(firefox59 wontfix, firefox68 fixed)
People
(Reporter: magicp.jp, Assigned: hemakshis, NeedInfo)
Details
Attachments
(1 file)
Comment 1•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Assignee | ||
Comment 2•6 years ago
|
||
Hi!
I have a solution for this. We can again do a reload with cache disabled (if Disabled Cache is checked) while returning from the statistics panel, this way on subsequent reloads we will have the expected behaviour.
I am attaching a patch with this proposed solution. :)
Hemakshi
Assignee | ||
Comment 3•6 years ago
|
||
Added a condition in the openStatistics
action to check if Disabled Cache is checked, if yes, do a reload with cache disabled
Assignee | ||
Updated•6 years ago
|
Comment 6•6 years ago
|
||
bugherder |
Updated•6 years ago
|
Updated•6 years ago
|
Comment 7•6 years ago
|
||
I am attempting to verify the fix of this bug but I need some detailed information in order for me to verify it correctly.
These are the steps I took, I need some corrections and details:
- Launch browser (latest Nightly and latest Beta should contain the fix, at this moment);
- Open Netmonitor (CTRL+SHIFT+E on Windows);
- Check the "Disable cache" checkbox;
- Open random web page;
- Clear the NetMonitor of events by the "Recycle Bin" icon;
- Click on the "Stopwatch" icon to start performance analysis;
- Click the "Back" button -> which back button? on the net monitor or the browser's main back button?
- Reload the current page.
Actual results:
"Disable cache" does not work after use performance analysis. -> what exactly does that mean? how do I verify that?
Expected results:
"Disable cache" works. -> what exactly does that mean? how do I verify that?
Please help me with the information I need in order to verify this bug. Thank you.
Assignee | ||
Comment 8•6 years ago
|
||
(In reply to Bodea Daniel [:danibodea] from comment #7)
- Click on the "Stopwatch" icon to start performance analysis;
- Click the "Back" button -> which back button? on the net monitor or the browser's main back button?
On the netmonitor a vertical bar saying "back" on the left of the netmonitor
- Reload the current page.
Actual results:
"Disable cache" does not work after use performance analysis. -> what exactly does that mean? how do I verify that?
Earlier when you reloaded the page, you were able to see "cached" requests which contradicts the fact that the "Disable Cache" is still checked.
Expected results:
"Disable cache" works. -> what exactly does that mean? how do I verify that?
Now after these changes, when we reload the page after coming back from the performance analysis page we are able to see fresh, non-cached requests.
Comment 9•6 years ago
|
||
This issue appears as it still occurs in Nightly v69.0a1 (2019-06-12) and Beta v68.0b9 on Windows 10.
Updated•6 years ago
|
Description
•