06-24-2013, 06:04 PM
Hello,
I'm using webpagetest for some testing, and I'm comparing it with Chrome dev tools.
There is a thing I don't understand, the dom elements metric given by webpagetest on a web site I have tested recently tells me 3060 DOM elements, see test result
http://www.webpagetest.org/result/130624_R0_CFP/
while using Google Chrome dev tools and the command
document.getElementsByTagName("*").length
I got only 1337 elements.
What causes this huge difference?
Thanks in advance and congrats for the really nice tool!
Stefano
I'm using webpagetest for some testing, and I'm comparing it with Chrome dev tools.
There is a thing I don't understand, the dom elements metric given by webpagetest on a web site I have tested recently tells me 3060 DOM elements, see test result
http://www.webpagetest.org/result/130624_R0_CFP/
while using Google Chrome dev tools and the command
document.getElementsByTagName("*").length
I got only 1337 elements.
What causes this huge difference?
Thanks in advance and congrats for the really nice tool!
Stefano