I hope this the best place to post this question. Could not find a better place. I am looking for a way for the general public to know what size a page is that is loaded into my browser window. How many bytes? I am working with a traffic exchange owner that wants to limit the size of pages to be allowed to show to other members. I was recommended to this forum from another traffic exchange program. I am so glad I asked the right people. This looks like the place to get many questions answered. Anyway! I have tried the Fileroperties It seems that does not show Pics, audio or size of video. Also does anybody know of any software out there that would do this on auto pilot? Thanks in advance!
In most browsers there is an option to save the site. You can usually do this by File > Save, in Firefox I know there is an option to save either just the source or the other elements as well (make sure you choose this one). Then you can check the size in Windows Explorer.
Hi, You can use a tool HTTrack Website Copier. When you set out the web page on the server, use this tool to download entire Web page. This way you'll know exactly which is the size of your website.
Do you mean the size of the page in bytes: <?php // outputs e.g. somefile.txt: 1024 bytes $filename = 'index.php'; echo $filename . ': ' . filesize($filename) . ' bytes'; ?> PHP: http://php.net/manual/en/function.filesize.php Or the size of the users screen/screen resolution? If you want the screen size, you'll need to use Javascript or JQuery I think.
The total size of looking at the page, including images and streams, isn't the size of one file. The page itself may be one file (or it may be multiple files), but each image and each audio or video stream is an additional file. You have to get the filesize of each file, then add them up.
OMG guys you've pulled out a topic dated October 2006. I'm pretty sure the TC has found how to calculate a page size by now :-D