Jeremy Dunck wrote:
According to the hardware orders page[1], a major bottleneck is page rendering.
Does any phase of this stand out? DB fetch? Text parse? Request/Response bandwidth?
Depends on the page. On most pages the biggest chunks of rendering time are in handling links. (On most pages most of the markup is links, so...)
On pages with lots of eg tables or whatever that can end up eating some time as well of course.
-- brion vibber (brion @ pobox.com)