How to get current page size in KB using just javascript?

后端 未结 5 1478
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-06 02:48

Referring to this question , how can i get the current page size in kb, this size i will use to know the connection speed for this page.

5条回答
  •  一整个雨季
    2020-12-06 03:40

    To get the file size of pages on the web I built a javascript bookmarklet to do the trick. It alerts the size of the page you're on in kb's. Not sure if it can help with connection speed though.

    Change the alert to a prompt if you want to copy the filesize.

    Here's the bookmarklet code for the alert.

    Doc Size
    

    Here's the bookmarklet code for the prompt.

    Doc Size
    

    See it in action at http://bookmarklets.to.g0.to/filesize.php

提交回复
热议问题