开发者

HTML document + js + images size in kb

开发者 https://www.devze.com 2023-04-01 00:35 出处:网络
I want to be able to find out how long a page will take to download. I can calculate how long it will 开发者_JAVA技巧take when I know the size of the page including html page, javascript and images (i

I want to be able to find out how long a page will take to download. I can calculate how long it will 开发者_JAVA技巧take when I know the size of the page including html page, javascript and images (including background images).

Is there a way to calculate this easily? Or an online resource perhaps?

Currently I use FF's Web Developer toolbar that shows the document size, but not with background images...


try Firebug. Theres a tab named "network". All loaded files are shown there with size.

0

精彩评论

暂无评论...
验证码 换一张
取 消