|
|
|
|
|
by osth
4718 days ago
|
|
I don't measure latency as including rendering time. Maybe I'm not "rendering" anything except pure html. I measure HTTP latency as the time it takes to retrive the resources. Whatever happens after that is up to the user. Maybe she wants to just read plain text (think text-only Google cache). Maybe she wants to view images. Maybe she wants to view video. Maybe she only wants resources from one host. Maybe she does not want resources from ad servers. We just do not know. Today's webpages are so often collections of resources from a variety of hosts. We can't presume that the user will be interested in each and every resource. Of course those doing web development like to make lots of presumptions about how users will view a webpage. Still, these developers must tolerate that the speed of users' connections vary, the computers they use vary, and the browsers they use vary, and some routinely violate "standards". Heck, some users might even clear their browser cache now and again. But HTTP is not web development. It's just a way to request and submit resources. Nothing more, and nothing less. |
|