开发者

How can I see a specific page's memory consumption of a browser?

What way or which profiler tool I should use to see a specific web page's memory consumptio开发者_JAVA百科n?

Does it make a difference if it belongs to a TAB in an individual browser window?

Thanks


In chrome every tab is a separate process, so there you can just compare the memory consumption of an empty tab against the memory consumption of a tab loaded with the page in question.

For other browsers this does not work of course. IE9 will have tabs in seperate process too I think though.


Each browser is going to be different.

Google Chrome, for instance, has a Task Manager, SHIFT+ESC, that will itemize each tab, and each tab is actually a separate process in Windows Task Manager.


As far as I know, only Chrome supports this directly. Open a tab to about:memory and you can see the memory usage of each tab.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜