From 95aca4b4d8fa62815d4bd412fff1a364f842814a Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Thu, 29 Apr 2021 16:16:42 -0700 Subject: remove retired locales (#699) --- files/vi/tools/network_monitor/index.html | 63 ------------------------------- 1 file changed, 63 deletions(-) delete mode 100644 files/vi/tools/network_monitor/index.html (limited to 'files/vi/tools/network_monitor') diff --git a/files/vi/tools/network_monitor/index.html b/files/vi/tools/network_monitor/index.html deleted file mode 100644 index 41c31b6461..0000000000 --- a/files/vi/tools/network_monitor/index.html +++ /dev/null @@ -1,63 +0,0 @@ ---- -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