1

Is there any way to read with javascript the total page size (with resources loaded) in kb of a html document?

Edit: Please read carefully. It's not a duplicate. I want to get the total loaded page size, including all resources, like css, images and scripts. Come on stack overflow ;)

Dănuț Mihai Florian
  • 3,075
  • 3
  • 26
  • 44
  • possible duplicate of [How to get current page size in KB using just javascript?](http://stackoverflow.com/questions/890221/how-to-get-current-page-size-in-kb-using-just-javascript) – ianaya89 Dec 07 '14 at 17:41
  • Nope it's not a duplicate. I want to count all the resources that a page loads including css, js and images. The TOTAL size of the page. The html size or performing an XMLHttpRequest don't solve my question. – Dănuț Mihai Florian Dec 07 '14 at 18:58
  • dupe: http://stackoverflow.com/questions/890221/how-to-get-current-page-size-in-kb-using-just-javascript – Thom Dec 07 '14 at 20:20

1 Answers1

-1

You can use this website to get the information on all loaded items on the website page http://tools.pingdom.com/fpt/

Sam Miller
  • 172
  • 2
  • 15