Hi, is it possible to know that, if Firefox or any browser is opened, whats the amount of memory taken up by each TAB of web-browser ?
I am just curious to know.
Hi, is it possible to know that, if Firefox or any browser is opened, whats the amount of memory taken up by each TAB of web-browser ?
I am just curious to know.
In Firefox Quantum, you can use
about:performance
.There is also
about:memory
where you can "view, save, load, and diff detailed measurements of Firefox's memory usage".Answer history:
EDIT 1
An user requested this feature five months ago in Mozilla Support forum. Quoting the answer of the moderator, "Mozilla is working on that through the Electrolysis project".
EDIT 2
Project Electrolysis has been released! Now Firefox is also multi-process.
For
Firefox
, I've made an addon which displays tab memory usage in the corresponding tab's title.Provides user with tab related stats and memory usage ..
https://addons.mozilla.org/firefox/addon/tab-data/
Features
Try using
about:performance
. It seems to give real-time data similar to Chrome's Task Manager.The add-ons don't work in Firefox Quantum, since the add-on framework has been changed now.
Type
about:memory?verbose
in the url bar, and check each of window nodes. It should do the trick.Unfortunately the way that Firefox tabs are implemented, and the way that
about:memory
is structured, it is not trivial to determine the memory usage per-tab.about:memory
is really a tool for debugging and development purposes, and since tabs are still part of the same process, you cannot get the same per-tab stats you do in Chrome/Chromium.You won't get a better answer from your bounty, because there's nothing anyone can do about that at this time.
In the latest nightly from the Mozilla nightly PPA, this is what
about:memory
looks like (I've selected the section that shows you the open tabs):As you can see it is possible to tell by the URL which tab is being referred to, but in reality there is memory being used in other aspects that cannot be illustrated accurately here because it is all one process, but many threads.
Firefox 65 released on
29-01-2019
added memory usage to the task manager page found atabout:performance
.I use the other Firefox extension. It is called Tab Memory Usage, https://addons.mozilla.org/en-US/firefox/addon/tab-memory-usage/