littleweseth
Oct 7 2005, 12:45 AM
| | My method?
In your browser, save the webpage. You should get a file foo.htm, and foo.htm_files (or something similar). Measure the size of the folder and add it to the size of the HTML file, and you have a Kb size for your page.
Typical 56k dialup gets you speeds of around 5kb/s - 28k half that. Divide your page size by five for a seconds-time for 56k dialup users - note that you're assuming they're not doing anything else. On broadband - if if takes your page more than a few seconds to load over broadband, you need to go back to the drawing board and strip out all that kludgy markup and those prettyfying images. |
Reply
jlhaslip
Oct 19 2005, 03:05 AM
Found this link by mistake today. http://www.1-hit.com/all-in-one/tool.loadi...ime-checker.htmIt uses 4 . 35 kb/sec as a typical speed and will tell you how long your page takes compared to other popular sites. Pretty slick.
Reply
OpaQue
Oct 19 2005, 04:09 AM
Guys, You must note onething. If you use the right tags and make best use of HTML, you can decrease the loadtime of your pages considerably. For example, Suppose you write an image tag <img src="somefile> The above tag will work perfectly. However, when your html page loads, it won't show up on your users screen since the browser has no idea about the attributes of the images. On the other hand, if you specify the WIDTH and HEIGHT attributes, after the html page loads, the browser will quickly allocate that much space on the screen and render the rest of the html. Also, most of you guys might have used advertisements on your site. Sometimes, when the advertising server is under load, your pages will not show up quickly, even thought the html has loaded completely. In such cases, it is best to put the ad-Codes in IFRAMES. This allows to load the ADs irrespective of the time taken by the advertising server to deliver the AD. Completing the HTML and keeping it as clean as possible is one good way to speed up the pages. Reducing the no. of images won't help is they are not setup properly in html. So, your friend might have a heavy graphic site, but his site would load quicker than yours, If he has used the right tags with right attributes.
Reply
Tyssen
Oct 19 2005, 05:17 AM
QUOTE(OpaQue @ Oct 19 2005, 02:09 PM) If you use the right tags and make best use of HTML, you can decrease the loadtime of your pages considerably.
That's all very well, but people still need speed test tools so they can know how any changes they are making are affecting download times.
Reply
arboc7
Oct 20 2005, 12:34 AM
I use Dreamweaver, so whenever I need to know how large the file is and how long it will take to download over various connections, Dreamweaver will tell me. I think that Photoshop has a similar feature...but I'm not as sure about that. Good luck and good coding!
Reply
Amezis
Oct 20 2005, 02:24 PM
Well, most people here came up with complicated solutions. I think this is exactly what you looked for: http://www.websiteoptimization.com/services/analyze/Enter your URL and check, it will then tell you the total size of your webpage including images, css, javascript etc. It will also show you the download time on different connections, how many external files you are actually using etc. Very useful tool
Reply
jlhaslip
Oct 20 2005, 07:00 PM
QUOTE(Amezis @ Oct 20 2005, 08:24 AM) Well, most people here came up with complicated solutions. I think this is exactly what you looked for: http://www.websiteoptimization.com/services/analyze/Enter your URL and check, it will then tell you the total size of your webpage including images, css, javascript etc. It will also show you the download time on different connections, how many external files you are actually using etc. Very useful tool  Y E S !!! Exactly what I was looking for. Thank you very much...
Reply
Tyssen
Oct 21 2005, 01:18 AM
QUOTE(Tyssen @ Sep 30 2005, 10:42 AM) You know that Web Developer extension I told you about the other day? Tools/View Speed Report.  Amezis, jlhaslip: you two obviously don't have the FF Web Developer extension installed.
Reply
jlhaslip
Oct 21 2005, 04:29 AM
QUOTE(Tyssen @ Oct 20 2005, 07:18 PM) Amezis, jlhaslip: you two obviously don't have the FF Web Developer extension installed.  Tyssen, I have lost my network adapter/drivers on my principal machine and have been using a friend's Mac OS X machine for the last three weeks or so. Stuck with it for another few weeks until I get the laptop back. No FF on this one and I promised I wouldn't mess with it, so don't want to d/l a FF browser for it. I sure miss my old beater * sniff * !
Reply
Similar Topics
Keywords : checking, size, web, pages, download, weights
- Flippingbook Html Edition
download FREE version (0)
Free Download Weekend
(2) > Ok, so my favorite record label has decided to host their second free download weekend. Last
year when they did this, they got well over 9000 albums downloaded! All of the albums on this
download are quality products, and I have bought the actual cds for most of them myself. So yeah, if
there are any metal heads on this forum, I highly suggest you check this out, because there is some
truly excellent metal. The available albums are as follows: 1. PRIMITIVE GRAVEN IMAGE
TRAVERSING THE AWESOME NIGHT + DEMO (I own this, highly recommended for fans of black met....
Howl... Debut Album By Empires :p
FREE album download (2) haven't downloaded it, haven't listened to it, don't know the singer/band/group,
don't know what music genre s/he/they play, don't know how s/he/they look, and much more of
nothing i can tell you about it... but it's FREE , and i found it lurking somewhere in the
dark corners of the internet, so here it is: http://www.weareempires.com/ just listen to it and
give us some feedback... and maybe i'll download it (pity my bandwidth, i'm on dialup, and
an 88.6MB will be a loooong download /tongue.gif" style="vertical-align:middle" emoid....
Download Little Games
(2) Hello everyone, I am a little find some games for my little cousin, I found something very
interesting .. Log on this site will find a multitude of games for kids, not large somewhere a
few kb somewhere to 400 mb max size, if you know and are a good site writte in this topic ..
/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />....
10.000 Great Free Avatars For Forums
Compressed and ready for download (9) 10.000 Great Free Avatars for Forums The 10.000 avatars is a collection that i downloaded from
websites that offer them completely free, so i know for sure that they do violate any copyrights,
but you will check it out i am also sure. I shared this collection here because i guess the
majority of forums and chats need this, in any forum and chat i go, specially on forums, i do not
see much avatars and sometimes not even one, but this collection will help any forum admin/admins,
so i hope you thank me by replying to this topic, that is all i ask from you, oobviously if....
Allowed Memory Size Exhausted
(4) I have a forum and content management system which both use the same database. A module on my forum
runs an automated task to backup this database to my email address and also in a directory locally.
A couple of weeks ago I stopped getting backup emails, and when i run the ask manually I get the
following error: QUOTE Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to
allocate 10415192 bytes) in /home/marked/public_html/forums/sources/tasks/auto_mysql_backup.php on
line 722 I need to get this working again reasonably quickly as I dont want ....
Text Size Problem
(6) Ok i have a skin for an ipb board that im working on, and there is just one problem left with the
skin and that is that when you view it in Internet explore, the text comes out looking so small you
cant read it. but it looks fine in every other browser. Any body no what might cause this and how i
could fix it? if you need to see the css code just let me know and i will post it. Thanks....
Firefox "download Day"
(25) As many of you know Firefox will be attempting to set a world record on "Download Day" - Date to be
announced. As most people on this forum have taste and use firefox I think it would be great that on
the day we could have a post where whenever someone downloads can post in, then we can take a
screenshot of it and send it to mozilla. It could be in the guest forum or a members forum but
obviously nothing with post count, I just want to know what the admins/mods fink of this idea? for
more information and I suggest you read this go to ....
How To Download Youtube Videos
without softwares or websites (23) With this how to you'll find out how to download videos from youtube without using any software
or website. 1. Retrieve the id video from the link (the code after ‘v=’) example:
http://www.youtube.com/watch?v=muP9eH2p2PI => muP9eH2p2PI 2. In your favourite browser go to
http://youtube.com/v/{ID video} example: http://youtube.com/v/muP9eH2p2PI 3. Link in the address
bar will change. Replace ’swf/l.swf’ with ‘get_video’ and press Enter 4.
Save your file /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="bi....
Allowed Memory Size Exhausted
How can I increase it ? (1) I have a forum and content management system which both use the same database. A module on my forum
runs an automated task to backup this database to my email address and also in a directory locally.
A couple of weeks ago I stopped getting backup emails, and when i run the ask manually I get the
following error: QUOTE Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to
allocate 10415192 bytes) in /home/marked/public_html/forums/sources/tasks/auto_mysql_backup.php on
line 722 I need to get this working again reasonably quickly as I dont want ....
Simple Javascript And Password System
How to protect your pages with password (6) The quickest way to get a password protection system up and running is to use a Prompt box in
JavaScript that has a title like "Enter your Email Address". Only you and the relevant users know
what the password should be, could even be one each, that can be sorted out at the next page then
pass the "input" directly through the url by changing the .href, like
http://www.iSource.net.nz/users/?leTmeIn= The page that then processes this should also check for
the referring page, and three fails from an IP if you like the php (the next page): CODE
<?php // processdo....
Can You Suggest A Good Free Email Server To Download?
(2) Howdy, almost in response to my post about IMAP and PHP:
http://www.trap17.com/forums/php-imap-read...elp-t56913.html (i still need help with this so please
if you have experience in PHP and accessing emails using PHP help!) Im thinking i need a new
mail server to rule out the possibility it could be my current mail server. Now currently im using
the mail server that comes with the XAMPP package, the mail server is mercury32 version 4.something
i know it supports the IMAP protocol because the docs say so and it has configs for IMAP. Ive messed
around with it and ....
Download Accelerator Plus
(22) Download Accelerator Plus The great program for downloading your files and it also manages
it and you can pause your downloads while its not finished yet and also you can play the downloaded
part of a media ( if you are downloading a media file ) and you can view the content of any ziped
file you are downloading and so on...... /wink.gif" style="vertical-align:middle" emoid=";)"
border="0" alt="wink.gif" /> Download instructions : 1-Open http://www.speedbit.com/ Then
click on Get Dap Free /smile.gif" style="vertical-align:middle" emoid=":)" border="0"....
Need To Shrink The File Size Of Web Image? - Photoshop Tricks
(3) QUOTE NEED TO SHRINK THE FILE SIZE? USE TRANSPARENCY Want a killer tip for squeezing even
more size out of your GIF Web images? Make something transparent. That's right, if you can pick
an area of your image to make transparent, your file size will drop like a rock. For example, if
you're putting a logo over a white background and you can make the white area around the logo
transparent, your file size will be significantly smaller. The transparent areas are virtually
ignored when determining file size, because, after all, there's nothing there. ....
Download Songs From Mykazaagold.com
legal song downloading site (4) Hi guys, how is it going, just stopping by to tell you guys if you want to download the latest songs
in hip hop, R&B, jazz, Rap, Country, trance, techno, alternative and rock music, please go to
http://www.mykazaagold.com and signup today. I signed up yesterday and never stop downloading my
favorite songs and burning them on my CD and transferring to my Portable media player....
How To Put Music In The Background Of A Powerpoint Presentation
without having the viewer download the music file (10) Well, i made this power poit presentation in memory of my grandfather as many of you kno, passed
away exactly a week ago....and i am trying to get this song to play as background music..and i did,
but there is one humongus problem... in order for the people who are viewing it to hear the
background music they have to download the music file as well ad the powerpoint presentation, which
on my DSL conntection taked almost 2 minutes, and i could just imagine what it will be for a dial-up
user (my grandma who wants to see it)... Some people may say, its impossible, but i kn....
How To: Make A Simple Php Site
Making one file show up on all pages using php (21) I have looked all over the site and could not find anything that was like this simple, or just like
this at all.. For some people i know that you are using a basic HTML site...and having a big menu
if you want to add somthing you have to go into every one of the pages and add or remove or edit
what you want to do, but with somthing verry simple all you would have to do is edit one file, and
all of the pages that have the PHP script on them would suddenly change to what that one file is.
So to start off if you are planning on using this little tirck, the page that you a....
Transfer File Of Any Size Using Winsock Control
Winsock Help (5) This tutorial shows how to transfer file of any size using winsock control. - Open VB; - Select
standard exe; - Press Ctrl + t to show the add component window; - Select winsock control and
microsoft common dialog; - Add one winsock control in the project; - Name it winsock1; - If you want
to add chat then add another winsock and name it winsock2; - Insert another winsock object if you
want to add chat also; - Add a microsoft common dialog box; - Name it cd; - We will use this
winsock1 object to transfer the file and winsock2 for chat; ------------- The basic idea : ....
The Next Best Generation Download Manager!
Only for rapidshare/megaupload downloads (44) Yes guys, the following information is about a excellent freeware download manager that only works
with download links from sites like: FileFactory.com SaveFile.com MyTempDir.com rapidshare.de
TurboUpload.com YouSendIt megaupload.com And much more free uploads servers download links support
... . This great download manager is very simple but yet, very powerfull. First, you download need
to install anything on your hard drive, you just have to extract the zip file to a directory of your
choise on your hard drive and click the file named : "USDownloader.exe" (It has ....
Mysql Database Size
related to the free database space (6) hi all! this is my first post /biggrin.gif' border='0' style='vertical-align:middle'
alt='biggrin.gif' /> and i have a doubt, how much mysql space i am allowed to use... i mean how
much is available for my free account....
Best Download Site
(42) hi there im lookin for a downloads directory to download freeware, shareware software products, a
bit like www.download.com i do like using download.com but evrytime i serach something using
download.com my computer crashes and send a error report to microsoft, which pis*es me off. so any
other sites would help........
Download Movies - Free, Legally!
public domain feature films and shorts (55) QUOTE This collection houses a number of classic public domain feature films and shorts, now
available for viewing and downloading at the Internet Archive. 479 items as of today.
/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> enjoy!
http://www.archive.org/details/feature_films ....
How To Remove Download Trojan Virus
(13) My computer is infected with download trojan virus, norton was able to detect and delete the files
but it's still there.....
Skype - Free Phone Calls!
Free software download... (6) Skype is free Internet telephony that just works. Skype is for calling other people on their
computers or phones. Download Skype and start calling for free all over the world. Call ordinary
phones from Skype with SkypeOut. Top up on SkypeOut credit and use the Skype programme to call
ordinary phones all over the world. Not free, but pretty cheap. Skype Wins 2005 Webby Award for
Telecommunications The Webby, called the “Oscars of the Internet” by the New York Times, is an award
honoring excellence in Web design, creativity, usability and functionality. SkypeIn and Sky....
Firefox Hits The 50 Million Download Mark
New Landmark ;) (36) Hi guys, Our beloved FireFox Browser hit the 50 million -th download mark today. We were all
present at their irc room on irc.mozilla.org channel #spreadfirefox and had a gala party with a
whole bunch of people from around the world - taking part in the countdown. I managed to catch a
snapshot of their live counter at 50 million and 1 downloads - here's the Snapshot: This
was by far one of the most exciting online events I took part in recently... 50 million Cheers to
FireFox /wink.gif' border='0' style='vertical-align:middle' alt='wink.gif' /> ....
Test Your Php Pages W/o Upload/internet
complete *working* guide on how to test your php pages (57) In this tutorial, I'm going to show you how to test your PHP pages without the Internet or
uploading the files to your trap17 server. This tutorial is similar to doom's, but the links he
provided does not work, so I decided to make my own tutorial with working links. The program that I
will be using for this tutorial is called XAMPP . XAMPP is a modification of the popular Apache
server, and I'm using XAMPP because of its simplicity to install as well as maintain. The
current version of XAMPP is 1.4.13 and it has the following bundled in the download: QUOT....
Change Font Size On Taskbar Buttons
(4) Would you like larger fonts on your taskbar buttons? Maybe you're a little short sighted, or
just want to mess about a bit:) Here's how to do it... 1. Right click anywhere on your Desktop
(not on an icon) and the context menu appears. 2. From the context menu, select Properties, and the
Display Properties window appears. 3. Select the "Appearance" tab by clicking on it once. 4.
Select the "Active Title Bar" from the "Item:" drop down list. 5. Adjust the font size, color,
bold, or italics using the selectors to the right of the font box. 6. Click Apply to ....
Templates
download Nice Template (10) I Fint this Template for u /biggrin.gif' border='0' style='vertical-align:middle'
alt='biggrin.gif' /> http://xinfo.3dmaster.net.ru/templates/Tem...6471-SPK100.rar
http://xinfo.3dmaster.net.ru/templates/Tem...6417-SPK100.rar
http://xinfo.3dmaster.net.ru/templates/Tem...6221-SPK100.rar
http://xinfo.3dmaster.net.ru/templates/Tem...6370-SPK100.rar
http://xinfo.3dmaster.net.ru/templates/Tem...6419-SPK100.rar
http://xinfo.3dmaster.net.ru/templates/Tem...6446-SPK100.rar
http://xinfo.3dmaster.net.ru/templates/Tem...6207-SPK100.rar hihi I Find th....
How 2 Download An Assembler?
(28) hello all, i'm a beginner with assembly. i'm a c++ developer. and i need to start learning
assembly, how can i download a compiler for assembly language? and which environment to start the
program at? and is there is any available resources i can start with?....
Legally Download Music And Burn Cds
(31) here is this idea http://autos.msn.com/research/vip/trims.as...src=VIP#priceit that by utilizing
Napster's 14 day free trial you can download and burn 252 80 minutes' CD music. and it is
labeled as "legal", however, there is this step they use some kind of hack to decipher the protected
WMA file to burn it. so maybe not really legal, I don't know whether you can be sued by doing
that.....
Looking for checking, size, web, pages, download, weights
|
|
Searching Video's for checking, size, web, pages, download, weights
|
advertisement
|
|