summaryrefslogtreecommitdiffstats
path: root/devtools/docs/user/network_monitor/toolbar/index.rst
blob: 9407c4fba0ec1b1124915d1fe9fb106b529eca11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
=======================
Network monitor toolbar
=======================

The network monitor provides two toolbar areas, one above the main section, and another below.

Toolbar
*******

The toolbar is at the top of the main network monitor window. (Prior to Firefox 77, this toolbar was arranged somewhat differently.)

.. image:: network_toolbar_callouts.png
  :alt: Screenshot of the Network toolbar, without callouts for the parts
  :class: border

It provides:

- An icon to clear the :doc:`network request list <../request_list/index>`
- A box enabling you to :ref:`filter requests <request-list-filtering-requests>` by URL and by properties.
- A set of tool icons:

  - Pause (or **resume**) recording network log
  - **Search** the log
  - **Request Blocking**

- An array of buttons to filter the network request list by type:

  - by the content type of the response
  - XHR requests
  - WebSocket upgrades and messages (labeled **WS**)
  - Other requests

- A checkbox that allows you to disable caching.
- **Throttling** menu, to simulate various connection types
- A menu of other actions:

  - **Persist Logs**: By default, the Network Monitor is cleared each time you navigate to a new page or reload the current page. When you select **Persist Logs**, the log is not cleared on page load.
  - **Import HAR** imports a HAR (HTTP Archive) file.
  - **Save All as HAR** opens a file dialog box so you can save the current contents of the Network log as a HAR file with the extension ```.har```.
  - **Copy All as HAR** copies the current contents of the Network log to the clipboard in HAR format.

A second toolbar area at the bottom of the network monitor provides:

.. image:: network_monitor_bottom_toolbar.png

- An icon to launch :doc:`performance analysis <../performance_analysis/index>`.
- A summary of this page, including the number of requests, total size, and total time.


Network Monitor features
************************

The following articles cover different aspects of using the network monitor:

- :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>`