Size of a website?

djsobuj

Elite Member
Jr. VIP
Joined
Jan 27, 2018
Messages
3,564
Reaction score
1,346
I want to download a website by httrack, can I know before downloading what will be the size of a website by any online tools?
 
anyone?
 
Any webpage testing tool gives you rough idea about the size of image, script, css, etc. You can try this one.
 
Still searching....
 
Still searching....
To know a size of a file, before you download, you should use HEAD before downloading. I don't think HTTrack supports this, so you must build a custom tool.
Code:
https://stackoverflow.com/questions/4497759/how-to-get-remote-file-size-from-a-shell-script
 
Back
Top