I need to know how can i messure exactly my data transfer for a webpage that im building, can someone explain my in detail?

Also i need to know wich server provider its good for my needs, im building a webpage like facebook, with a lot images and that kind of things...

link|improve this question
2  
If you're building a website like facebook, ask one of your few hundred programmers, maketers, etc. – Daisetsu Jul 1 '10 at 20:44
1  
@Daisetsu, really? Not a useful comment at all. @Enrique The second half of your question is off-topic according to the site FAQ. Please consider editing it out of the question. – heavyd Jul 1 '10 at 21:19
2  
@heavyd: it is kinda funny tho. have you ever met a marketroid who can measure data transfer speeds? hahahahahaha! – quack quixote Jul 2 '10 at 2:48
feedback

1 Answer

I'm not 100% sure what you're after, but if you want to know how much a web browser needs to download to view one of your webpages, then check out yslow, a firefox add-on that works with the excellent firebug. That will show you in a nice graphical way how much is downloaded, how that's split up into different files, and the difference between when your cache is primed and empty.

link|improve this answer
I should mention that Chrome has this functionality built-in with its Developer tools. – digitxp Aug 25 '10 at 4:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.