Can I prevent the Firefox developer tools network panel from clearing on page reload?

47,834

Solution 1

From Firefox 31 onwards you can use the "Enable persistent logs" setting to prevent the Network Monitor from clearing the list on reload.

Solution 2

Despite knowing the name for the setting is "Enable persistent logs", it took me a while to find it on the settings page. I hope this helps:

Location of "Enable persistent logs" setting in Firefox

Solution 3

I couldn't find this setting in Firefox 57. The setting has been moved to the network tab itself, above the log table

enter image description here

Solution 4

Roughly three years after BeetleJuice's update, it seems to have moved again - now, you need to click the gear icon on the far right side for the option to appear. Hooray for our ever-changing user interface soup.

enter image description here

Solution 5

If "Enable persistent Log" settings is not available in the devtool settings, you can go to about:config(type this in the URL box and enter) page and search for persistlog and change it from there(toggle button on the right).

I can see two options and enabled both. :)

devtools.netmonitor.persistlog, devtools.webconsole.persistlog

Share:
47,834
jl6
Author by

jl6

Updated on July 08, 2022

Comments

  • jl6
    jl6 almost 2 years

    I would like to observe the contents of a POST request whose successful completion results in a location.reload() - when I try to capture this request in the Network Panel of the Firefox developer tools, I find that the page reload clears the list of captured events. Can I prevent this clearing?

    • Arnaud P
      Arnaud P almost 7 years
      How about accepting vossad01 answer ?
    • zb226
      zb226 over 6 years
      ...or the other one, doesn't really matter. Accept you should, though.
  • pdem
    pdem about 7 years
    And it's on central column on the top of the screen (for those who haven't an english version of the settings, in fr : "Préférence générales/activer les journaux persistants")
  • Tomáš Zato
    Tomáš Zato almost 7 years
    I wonder how could they possibly do such a bad job cloning firebug. Which is all they really needed to do. Those guys must be blind or something.
  • ahouse101
    ahouse101 over 5 years
    Just in case anyone is wondering, this is how you do it in Chrome DevTools as well, the checkbox is along the top bar in the Network tab.
  • bebbo
    bebbo over 2 years
    Hooray - that's the solution for Firefox 93