Tool to measure all (js)objects in a webpage

亡梦爱人 提交于 2019-12-13 17:42:29

问题


Is there any extension or tool to check size of Dom. Like firebug have Dom panel, which shows all events and functions declared in a web page, can this show more like size of the object, and in how many millis it gets loaded?

I'm looking for a tool to measure all (js)objects in a webpage.

Thanks in advance.


回答1:


Are you looking for a tool that you can simply run yourself (like Google Chrome's analytic tools) or something you can deploy on your website?

If you just need the measurements, I'll recommend Google Chrome's Inspection window. Under "Profiles" a "Heap Snapshot" will give you an overview of all of the resources being used on the page, and how much memory is allocated to each.



来源:https://stackoverflow.com/questions/5752425/tool-to-measure-all-jsobjects-in-a-webpage

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!