Hello,
wondering if anybody can help me answering a question which confuses me, and I couldn't Yahoo.
The question is:
If a common webpage requires ca 30 requests when loading in a browser we know it will use a lot of time, especially if summoned from a country far away.
So, is using f.eks httpclient.getstringasync(WebpageURL) making only ONE request, or will this also trigger loading all the 30 requests? Or is is the truth somewhere between?
It should anyway be lots faster since its only asking for the text, and not pictures and stuff?
Im confused here.
Regards