summaryrefslogtreecommitdiffstats
path: root/devtools/docs/user/network_monitor/recording/index.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
commit36d22d82aa202bb199967e9512281e9a53db42c9 (patch)
tree105e8c98ddea1c1e4784a60a5a6410fa416be2de /devtools/docs/user/network_monitor/recording/index.rst
parentInitial commit. (diff)
downloadfirefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz
firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'devtools/docs/user/network_monitor/recording/index.rst')
-rw-r--r--devtools/docs/user/network_monitor/recording/index.rst34
1 files changed, 34 insertions, 0 deletions
diff --git a/devtools/docs/user/network_monitor/recording/index.rst b/devtools/docs/user/network_monitor/recording/index.rst
new file mode 100644
index 0000000000..379ac43f42
--- /dev/null
+++ b/devtools/docs/user/network_monitor/recording/index.rst
@@ -0,0 +1,34 @@
+=========================
+Network monitor recording
+=========================
+
+You can pause and resume the monitoring of network traffic using the pause button.
+
+Pausing and resume network traffic recording
+********************************************
+
+The Network Monitor has a button that pauses and resumes recording of the current page's network traffic. This is useful in situations where, for example, you are trying to get a stable view of a page for debugging purposes, but under normal circumstances the view keeps evolving due to persistent network requests. The pause button allows you to look at a certain snapshot.
+
+The button can be found at the far left of the main Network Monitor toolbar, and looks like a typical pause button — |image1|.
+
+.. |image1| image:: pause-icon.png
+ :width: 20
+
+You can see it here in context:
+
+.. image:: play-pause-network-traffic.png
+ :class: border
+
+Once pressed, the button changes to a play icon, and you can toggle network traffic recording back on by pressing it again.
+
+Network Monitor features
+************************
+
+The following articles cover different aspects of using the network monitor:
+
+- :doc:`Toolbar <../toolbar/index>`
+- :doc:`Network request list <../request_list/index>`
+- :doc:`Network request details <../request_details/index>`
+- :doc:`Network traffic recording <../recording/index/>`
+- :doc:`Performance analysis <../performance_analysis/index>`
+- :doc:`Throttling <../throttling/index>`