--- title: Network Monitor slug: Tools/Network_Monitor tags: - Debugging - Dev Tools - Firefox - Guide - NeedsTranslation - Networking - Tools - TopicStub - 'l10n:priority' translation_of: Tools/Network_Monitor ---
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.
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.
The UI is divided into four main pieces:
The following articles cover different aspects of using the network monitor: