CPU Influence on Load Times

I am interested in learning more about what impact CPU power has on download times.

My question relates to whether upgrading my PC would have a noticeable effect on page download time. I see the “CPU Utilization” graph, but I’m not sure how to interpret that in regards to my question. And perhaps there are other test result details that would also be helpful in answering this question.

Thanks for any ideas.

Don

One issue is that the Javascript in the of a page has to download and be interpreted (or compiled) and execute before the page starts rendering. This will affect load times. And a faster CPU should help with this somewhat.

There’s also CSS layout and HTML rendering. If you’ve got a huge amount of HTML on your page with complicated CSS rules then the CPU might be working pretty hard for half a second or so before rendering. Most sites aren’t that bad about this though.