From 218934fa2ed1c702a6d3923d2aa2cc6b43c48684 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:43:23 -0500 Subject: initial commit --- files/vi/tools/network_monitor/index.html | 63 +++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 files/vi/tools/network_monitor/index.html (limited to 'files/vi/tools/network_monitor/index.html') diff --git a/files/vi/tools/network_monitor/index.html b/files/vi/tools/network_monitor/index.html new file mode 100644 index 0000000000..41c31b6461 --- /dev/null +++ b/files/vi/tools/network_monitor/index.html @@ -0,0 +1,63 @@ +--- +title: Network Monitor +slug: Tools/Network_Monitor +tags: + - Debugging + - Dev Tools + - Firefox + - Guide + - NeedsTranslation + - Networking + - Tools + - TopicStub + - 'l10n:priority' +translation_of: Tools/Network_Monitor +--- +
{{ToolsSidebar}}
+ +

The Network Monitor shows you all the network requests Firefox makes (for example, when it loads a page, or due to XMLHttpRequests), how long each request takes, and details of each request.

+ +

Opening the Network Monitor

+ +

There are a few different ways to open the Network Monitor:

+ + + +

The Network Monitor will appear at the bottom of the browser window. Reload the page to see the requests:

+ +

+ +

The Network Monitor records network requests any time the Toolbox is open, even if the Network Monitor itself is not selected. This means you can start debugging a page in, for example, the Web Console, then switch to the Network Monitor to see network activity without having to reload the page.

+ +

UI overview

+ +

The UI is divided into four main pieces:

+ + + +

+ + + +

Performance analysis view

+ +

Working with the network monitor

+ +

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

+ + -- cgit v1.2.3-54-g00ecf