File: index.rst

package info (click to toggle)
firefox 143.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,617,328 kB
  • sloc: cpp: 7,478,492; javascript: 6,417,157; ansic: 3,720,058; python: 1,396,372; xml: 627,523; asm: 438,677; java: 186,156; sh: 63,477; makefile: 19,171; objc: 13,059; perl: 12,983; yacc: 4,583; cs: 3,846; pascal: 3,405; lex: 1,720; ruby: 1,003; exp: 762; php: 436; lisp: 258; awk: 247; sql: 66; sed: 53; csh: 10
file content (59 lines) | stat: -rw-r--r-- 2,232 bytes parent folder | download | duplicates (4)
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.

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