How can I get which element has maximun weight in the document or takes more timeto load? In this instance it is the image..
<html>
<body>
<p>This is light text</p>
<p>This is the heavy text </p>
<img src="http://www.lorempixel.com/400/400" alt="100" width="100" height='100' />
</body>
</html>