How to know each TAB memory usage ?
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.
firefox memory-usage
add a comment |
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.
firefox memory-usage
1
It's currently still on Firefox wishlist, see issues 400120 and 515352.
– Skippy le Grand Gourou
Nov 13 '14 at 22:24
add a comment |
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.
firefox memory-usage
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.
firefox memory-usage
firefox memory-usage
edited Nov 13 '12 at 6:23
owl
2,86662748
2,86662748
asked Nov 13 '12 at 4:42
rɑːdʒɑrɑːdʒɑ
58.1k85218302
58.1k85218302
1
It's currently still on Firefox wishlist, see issues 400120 and 515352.
– Skippy le Grand Gourou
Nov 13 '14 at 22:24
add a comment |
1
It's currently still on Firefox wishlist, see issues 400120 and 515352.
– Skippy le Grand Gourou
Nov 13 '14 at 22:24
1
1
It's currently still on Firefox wishlist, see issues 400120 and 515352.
– Skippy le Grand Gourou
Nov 13 '14 at 22:24
It's currently still on Firefox wishlist, see issues 400120 and 515352.
– Skippy le Grand Gourou
Nov 13 '14 at 22:24
add a comment |
8 Answers
8
active
oldest
votes
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
- How many tabs are currently open
- How many tabs have been opened during this Firefox session
- How many tabs have been opened since addon installed
- Display tab memory usage in title
- Preference to toggle tab memory usage on/off
- Preference to set interval between memory usage collection
2
This plugin is not compatible with Firefox 57 (Quantum) and up due to the new WebExtensions Framework.
– Scott Stevens
May 18 '18 at 14:53
add a comment |
You can use about:memory
. But, it does not look very well organized such as Google Chrome.
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.
thanks but its good for firefox 4.0 and now i am at 16 . one more thing is its not showing for each TAB .what ever the functionality i can get from that add-on, i can get easily from the top or htop commands with terminal .
– rɑːdʒɑ
Nov 13 '12 at 4:59
@ican: I've found the project Electrolysis through which Mozilla will implement this feature. I also updated my answer.
– Yamaneko
Nov 13 '12 at 5:32
it seems to be not yet finished ,
– rɑːdʒɑ
Nov 13 '12 at 14:43
1
I found that some of my add-ons disabled the multi process mode in Firefox. I solved it by following the instructions here (add the compatibility reporter add-on and it'll mark all those add-ons that are preventing multiprocess mode then disable them) - hacks.mozilla.org/2017/06/…
– Chris Smith
Oct 14 '17 at 1:52
add a comment |
Type about:memory?verbose
in the url bar, and check each of window nodes. It should do the trick.
where i can get the description of all those text.
– rɑːdʒɑ
Nov 17 '12 at 2:16
1
I didn't find anything yet on Mozilla support site, but it's quite simple, just click on window type nodes and they will collpase, so you can see only parent nodes.
– jasmines
Nov 17 '12 at 5:59
add a comment |
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.
but the chrome doing it and why can't we do something parallel .
– rɑːdʒɑ
Nov 22 '12 at 7:25
2
@ican: I think this is the purpose of the Electrolysis project. It will provide, in the future releases, a similar tool.
– Yamaneko
Nov 22 '12 at 14:08
@VictorHugo Hi,Thanks for the reply . :D . So i think probably i should wait up to that . :)
– rɑːdʒɑ
Nov 23 '12 at 2:33
@ican: Yeah, I hope this feature comes soon:)
– Yamaneko
Nov 23 '12 at 12:46
add a comment |
It's easy to view memory usage per-tab in Chromium and Chrome:
Click the menu button
Select 'View Background Pages'
Voila!
12
this is good for chromium and chrome but where I can get for firefox ?
– rɑːdʒɑ
Nov 22 '12 at 7:23
8
How is this the accepted answer if it doesn't even answer the question?
– Bart
Nov 19 '14 at 13:10
add a comment |
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.
add a comment |
Firefox 65 released on 29-01-2019
added memory usage to the task manager page found at about:performance
.
add a comment |
I use the other Firefox extension. It is called Tab Memory Usage, https://addons.mozilla.org/en-US/firefox/addon/tab-memory-usage/
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f216528%2fhow-to-know-each-tab-memory-usage%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
8 Answers
8
active
oldest
votes
8 Answers
8
active
oldest
votes
active
oldest
votes
active
oldest
votes
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
- How many tabs are currently open
- How many tabs have been opened during this Firefox session
- How many tabs have been opened since addon installed
- Display tab memory usage in title
- Preference to toggle tab memory usage on/off
- Preference to set interval between memory usage collection
2
This plugin is not compatible with Firefox 57 (Quantum) and up due to the new WebExtensions Framework.
– Scott Stevens
May 18 '18 at 14:53
add a comment |
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
- How many tabs are currently open
- How many tabs have been opened during this Firefox session
- How many tabs have been opened since addon installed
- Display tab memory usage in title
- Preference to toggle tab memory usage on/off
- Preference to set interval between memory usage collection
2
This plugin is not compatible with Firefox 57 (Quantum) and up due to the new WebExtensions Framework.
– Scott Stevens
May 18 '18 at 14:53
add a comment |
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
- How many tabs are currently open
- How many tabs have been opened during this Firefox session
- How many tabs have been opened since addon installed
- Display tab memory usage in title
- Preference to toggle tab memory usage on/off
- Preference to set interval between memory usage collection
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
- How many tabs are currently open
- How many tabs have been opened during this Firefox session
- How many tabs have been opened since addon installed
- Display tab memory usage in title
- Preference to toggle tab memory usage on/off
- Preference to set interval between memory usage collection
answered Feb 20 '15 at 15:54
bobbyrne01bobbyrne01
24624
24624
2
This plugin is not compatible with Firefox 57 (Quantum) and up due to the new WebExtensions Framework.
– Scott Stevens
May 18 '18 at 14:53
add a comment |
2
This plugin is not compatible with Firefox 57 (Quantum) and up due to the new WebExtensions Framework.
– Scott Stevens
May 18 '18 at 14:53
2
2
This plugin is not compatible with Firefox 57 (Quantum) and up due to the new WebExtensions Framework.
– Scott Stevens
May 18 '18 at 14:53
This plugin is not compatible with Firefox 57 (Quantum) and up due to the new WebExtensions Framework.
– Scott Stevens
May 18 '18 at 14:53
add a comment |
You can use about:memory
. But, it does not look very well organized such as Google Chrome.
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.
thanks but its good for firefox 4.0 and now i am at 16 . one more thing is its not showing for each TAB .what ever the functionality i can get from that add-on, i can get easily from the top or htop commands with terminal .
– rɑːdʒɑ
Nov 13 '12 at 4:59
@ican: I've found the project Electrolysis through which Mozilla will implement this feature. I also updated my answer.
– Yamaneko
Nov 13 '12 at 5:32
it seems to be not yet finished ,
– rɑːdʒɑ
Nov 13 '12 at 14:43
1
I found that some of my add-ons disabled the multi process mode in Firefox. I solved it by following the instructions here (add the compatibility reporter add-on and it'll mark all those add-ons that are preventing multiprocess mode then disable them) - hacks.mozilla.org/2017/06/…
– Chris Smith
Oct 14 '17 at 1:52
add a comment |
You can use about:memory
. But, it does not look very well organized such as Google Chrome.
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.
thanks but its good for firefox 4.0 and now i am at 16 . one more thing is its not showing for each TAB .what ever the functionality i can get from that add-on, i can get easily from the top or htop commands with terminal .
– rɑːdʒɑ
Nov 13 '12 at 4:59
@ican: I've found the project Electrolysis through which Mozilla will implement this feature. I also updated my answer.
– Yamaneko
Nov 13 '12 at 5:32
it seems to be not yet finished ,
– rɑːdʒɑ
Nov 13 '12 at 14:43
1
I found that some of my add-ons disabled the multi process mode in Firefox. I solved it by following the instructions here (add the compatibility reporter add-on and it'll mark all those add-ons that are preventing multiprocess mode then disable them) - hacks.mozilla.org/2017/06/…
– Chris Smith
Oct 14 '17 at 1:52
add a comment |
You can use about:memory
. But, it does not look very well organized such as Google Chrome.
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.
You can use about:memory
. But, it does not look very well organized such as Google Chrome.
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.
edited Aug 14 '18 at 23:19
answered Nov 13 '12 at 4:54
YamanekoYamaneko
755725
755725
thanks but its good for firefox 4.0 and now i am at 16 . one more thing is its not showing for each TAB .what ever the functionality i can get from that add-on, i can get easily from the top or htop commands with terminal .
– rɑːdʒɑ
Nov 13 '12 at 4:59
@ican: I've found the project Electrolysis through which Mozilla will implement this feature. I also updated my answer.
– Yamaneko
Nov 13 '12 at 5:32
it seems to be not yet finished ,
– rɑːdʒɑ
Nov 13 '12 at 14:43
1
I found that some of my add-ons disabled the multi process mode in Firefox. I solved it by following the instructions here (add the compatibility reporter add-on and it'll mark all those add-ons that are preventing multiprocess mode then disable them) - hacks.mozilla.org/2017/06/…
– Chris Smith
Oct 14 '17 at 1:52
add a comment |
thanks but its good for firefox 4.0 and now i am at 16 . one more thing is its not showing for each TAB .what ever the functionality i can get from that add-on, i can get easily from the top or htop commands with terminal .
– rɑːdʒɑ
Nov 13 '12 at 4:59
@ican: I've found the project Electrolysis through which Mozilla will implement this feature. I also updated my answer.
– Yamaneko
Nov 13 '12 at 5:32
it seems to be not yet finished ,
– rɑːdʒɑ
Nov 13 '12 at 14:43
1
I found that some of my add-ons disabled the multi process mode in Firefox. I solved it by following the instructions here (add the compatibility reporter add-on and it'll mark all those add-ons that are preventing multiprocess mode then disable them) - hacks.mozilla.org/2017/06/…
– Chris Smith
Oct 14 '17 at 1:52
thanks but its good for firefox 4.0 and now i am at 16 . one more thing is its not showing for each TAB .what ever the functionality i can get from that add-on, i can get easily from the top or htop commands with terminal .
– rɑːdʒɑ
Nov 13 '12 at 4:59
thanks but its good for firefox 4.0 and now i am at 16 . one more thing is its not showing for each TAB .what ever the functionality i can get from that add-on, i can get easily from the top or htop commands with terminal .
– rɑːdʒɑ
Nov 13 '12 at 4:59
@ican: I've found the project Electrolysis through which Mozilla will implement this feature. I also updated my answer.
– Yamaneko
Nov 13 '12 at 5:32
@ican: I've found the project Electrolysis through which Mozilla will implement this feature. I also updated my answer.
– Yamaneko
Nov 13 '12 at 5:32
it seems to be not yet finished ,
– rɑːdʒɑ
Nov 13 '12 at 14:43
it seems to be not yet finished ,
– rɑːdʒɑ
Nov 13 '12 at 14:43
1
1
I found that some of my add-ons disabled the multi process mode in Firefox. I solved it by following the instructions here (add the compatibility reporter add-on and it'll mark all those add-ons that are preventing multiprocess mode then disable them) - hacks.mozilla.org/2017/06/…
– Chris Smith
Oct 14 '17 at 1:52
I found that some of my add-ons disabled the multi process mode in Firefox. I solved it by following the instructions here (add the compatibility reporter add-on and it'll mark all those add-ons that are preventing multiprocess mode then disable them) - hacks.mozilla.org/2017/06/…
– Chris Smith
Oct 14 '17 at 1:52
add a comment |
Type about:memory?verbose
in the url bar, and check each of window nodes. It should do the trick.
where i can get the description of all those text.
– rɑːdʒɑ
Nov 17 '12 at 2:16
1
I didn't find anything yet on Mozilla support site, but it's quite simple, just click on window type nodes and they will collpase, so you can see only parent nodes.
– jasmines
Nov 17 '12 at 5:59
add a comment |
Type about:memory?verbose
in the url bar, and check each of window nodes. It should do the trick.
where i can get the description of all those text.
– rɑːdʒɑ
Nov 17 '12 at 2:16
1
I didn't find anything yet on Mozilla support site, but it's quite simple, just click on window type nodes and they will collpase, so you can see only parent nodes.
– jasmines
Nov 17 '12 at 5:59
add a comment |
Type about:memory?verbose
in the url bar, and check each of window nodes. It should do the trick.
Type about:memory?verbose
in the url bar, and check each of window nodes. It should do the trick.
answered Nov 16 '12 at 17:07
jasminesjasmines
6,366136295
6,366136295
where i can get the description of all those text.
– rɑːdʒɑ
Nov 17 '12 at 2:16
1
I didn't find anything yet on Mozilla support site, but it's quite simple, just click on window type nodes and they will collpase, so you can see only parent nodes.
– jasmines
Nov 17 '12 at 5:59
add a comment |
where i can get the description of all those text.
– rɑːdʒɑ
Nov 17 '12 at 2:16
1
I didn't find anything yet on Mozilla support site, but it's quite simple, just click on window type nodes and they will collpase, so you can see only parent nodes.
– jasmines
Nov 17 '12 at 5:59
where i can get the description of all those text.
– rɑːdʒɑ
Nov 17 '12 at 2:16
where i can get the description of all those text.
– rɑːdʒɑ
Nov 17 '12 at 2:16
1
1
I didn't find anything yet on Mozilla support site, but it's quite simple, just click on window type nodes and they will collpase, so you can see only parent nodes.
– jasmines
Nov 17 '12 at 5:59
I didn't find anything yet on Mozilla support site, but it's quite simple, just click on window type nodes and they will collpase, so you can see only parent nodes.
– jasmines
Nov 17 '12 at 5:59
add a comment |
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.
but the chrome doing it and why can't we do something parallel .
– rɑːdʒɑ
Nov 22 '12 at 7:25
2
@ican: I think this is the purpose of the Electrolysis project. It will provide, in the future releases, a similar tool.
– Yamaneko
Nov 22 '12 at 14:08
@VictorHugo Hi,Thanks for the reply . :D . So i think probably i should wait up to that . :)
– rɑːdʒɑ
Nov 23 '12 at 2:33
@ican: Yeah, I hope this feature comes soon:)
– Yamaneko
Nov 23 '12 at 12:46
add a comment |
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.
but the chrome doing it and why can't we do something parallel .
– rɑːdʒɑ
Nov 22 '12 at 7:25
2
@ican: I think this is the purpose of the Electrolysis project. It will provide, in the future releases, a similar tool.
– Yamaneko
Nov 22 '12 at 14:08
@VictorHugo Hi,Thanks for the reply . :D . So i think probably i should wait up to that . :)
– rɑːdʒɑ
Nov 23 '12 at 2:33
@ican: Yeah, I hope this feature comes soon:)
– Yamaneko
Nov 23 '12 at 12:46
add a comment |
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.
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.
answered Nov 22 '12 at 2:41
RolandiXor♦RolandiXor
44.6k25140231
44.6k25140231
but the chrome doing it and why can't we do something parallel .
– rɑːdʒɑ
Nov 22 '12 at 7:25
2
@ican: I think this is the purpose of the Electrolysis project. It will provide, in the future releases, a similar tool.
– Yamaneko
Nov 22 '12 at 14:08
@VictorHugo Hi,Thanks for the reply . :D . So i think probably i should wait up to that . :)
– rɑːdʒɑ
Nov 23 '12 at 2:33
@ican: Yeah, I hope this feature comes soon:)
– Yamaneko
Nov 23 '12 at 12:46
add a comment |
but the chrome doing it and why can't we do something parallel .
– rɑːdʒɑ
Nov 22 '12 at 7:25
2
@ican: I think this is the purpose of the Electrolysis project. It will provide, in the future releases, a similar tool.
– Yamaneko
Nov 22 '12 at 14:08
@VictorHugo Hi,Thanks for the reply . :D . So i think probably i should wait up to that . :)
– rɑːdʒɑ
Nov 23 '12 at 2:33
@ican: Yeah, I hope this feature comes soon:)
– Yamaneko
Nov 23 '12 at 12:46
but the chrome doing it and why can't we do something parallel .
– rɑːdʒɑ
Nov 22 '12 at 7:25
but the chrome doing it and why can't we do something parallel .
– rɑːdʒɑ
Nov 22 '12 at 7:25
2
2
@ican: I think this is the purpose of the Electrolysis project. It will provide, in the future releases, a similar tool.
– Yamaneko
Nov 22 '12 at 14:08
@ican: I think this is the purpose of the Electrolysis project. It will provide, in the future releases, a similar tool.
– Yamaneko
Nov 22 '12 at 14:08
@VictorHugo Hi,Thanks for the reply . :D . So i think probably i should wait up to that . :)
– rɑːdʒɑ
Nov 23 '12 at 2:33
@VictorHugo Hi,Thanks for the reply . :D . So i think probably i should wait up to that . :)
– rɑːdʒɑ
Nov 23 '12 at 2:33
@ican: Yeah, I hope this feature comes soon
:)
– Yamaneko
Nov 23 '12 at 12:46
@ican: Yeah, I hope this feature comes soon
:)
– Yamaneko
Nov 23 '12 at 12:46
add a comment |
It's easy to view memory usage per-tab in Chromium and Chrome:
Click the menu button
Select 'View Background Pages'
Voila!
12
this is good for chromium and chrome but where I can get for firefox ?
– rɑːdʒɑ
Nov 22 '12 at 7:23
8
How is this the accepted answer if it doesn't even answer the question?
– Bart
Nov 19 '14 at 13:10
add a comment |
It's easy to view memory usage per-tab in Chromium and Chrome:
Click the menu button
Select 'View Background Pages'
Voila!
12
this is good for chromium and chrome but where I can get for firefox ?
– rɑːdʒɑ
Nov 22 '12 at 7:23
8
How is this the accepted answer if it doesn't even answer the question?
– Bart
Nov 19 '14 at 13:10
add a comment |
It's easy to view memory usage per-tab in Chromium and Chrome:
Click the menu button
Select 'View Background Pages'
Voila!
It's easy to view memory usage per-tab in Chromium and Chrome:
Click the menu button
Select 'View Background Pages'
Voila!
answered Nov 19 '12 at 0:33
hnasarathnasarat
1,161914
1,161914
12
this is good for chromium and chrome but where I can get for firefox ?
– rɑːdʒɑ
Nov 22 '12 at 7:23
8
How is this the accepted answer if it doesn't even answer the question?
– Bart
Nov 19 '14 at 13:10
add a comment |
12
this is good for chromium and chrome but where I can get for firefox ?
– rɑːdʒɑ
Nov 22 '12 at 7:23
8
How is this the accepted answer if it doesn't even answer the question?
– Bart
Nov 19 '14 at 13:10
12
12
this is good for chromium and chrome but where I can get for firefox ?
– rɑːdʒɑ
Nov 22 '12 at 7:23
this is good for chromium and chrome but where I can get for firefox ?
– rɑːdʒɑ
Nov 22 '12 at 7:23
8
8
How is this the accepted answer if it doesn't even answer the question?
– Bart
Nov 19 '14 at 13:10
How is this the accepted answer if it doesn't even answer the question?
– Bart
Nov 19 '14 at 13:10
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered Jul 11 '18 at 22:43
ADTCADTC
1338
1338
add a comment |
add a comment |
Firefox 65 released on 29-01-2019
added memory usage to the task manager page found at about:performance
.
add a comment |
Firefox 65 released on 29-01-2019
added memory usage to the task manager page found at about:performance
.
add a comment |
Firefox 65 released on 29-01-2019
added memory usage to the task manager page found at about:performance
.
Firefox 65 released on 29-01-2019
added memory usage to the task manager page found at about:performance
.
answered Jan 31 at 20:24
Abdelaziz MokhnacheAbdelaziz Mokhnache
151115
151115
add a comment |
add a comment |
I use the other Firefox extension. It is called Tab Memory Usage, https://addons.mozilla.org/en-US/firefox/addon/tab-memory-usage/
add a comment |
I use the other Firefox extension. It is called Tab Memory Usage, https://addons.mozilla.org/en-US/firefox/addon/tab-memory-usage/
add a comment |
I use the other Firefox extension. It is called Tab Memory Usage, https://addons.mozilla.org/en-US/firefox/addon/tab-memory-usage/
I use the other Firefox extension. It is called Tab Memory Usage, https://addons.mozilla.org/en-US/firefox/addon/tab-memory-usage/
answered Apr 18 '15 at 13:53
BelaviyoBelaviyo
211
211
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f216528%2fhow-to-know-each-tab-memory-usage%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
It's currently still on Firefox wishlist, see issues 400120 and 515352.
– Skippy le Grand Gourou
Nov 13 '14 at 22:24