Alliteration wrote:Speedtest.net results - ping 116 ms, download speed 1.90 Mbps, upload speed 0.32 Mbps (San Francisco server) // ping 259 ms, download speed 2.84 Mbps, upload speed 0.30 Mbps (London server)
Is this faster than most users?
The relevant metric is the page wait time, using Pingdom I get 146 ms for our front page:
http://tools.pingdom.com/fpt/#!/v5zFUCY ... ovana.com/
Look at the list of requests at the bottom, the yellow portion ("Wait") for the very first request is the time the server took to generate the page.
For the Chat status page this figure is 2.31s:
http://tools.pingdom.com/fpt/#!/ddUu9Nv ... status.php
Grossly oversimplified this means that opening this page keeps one of the Apache workers busy for twenty times longer than an access to the front page.
This can quickly become an issue if I add a link to the page on the Chat page. I remember when I changed something not too long ago that took the Webteases browse page from an average of 150 ms to around 350 ms which immediately flooded and killed the old server. We do have more reserve capacity on the new machine(s), but I don't want to immediately squander it obviously.
There is another idea though, I could load the data client-side using JavaScript. Then the slowness wouldn't affect our main server at all. That's an idea for when I have some free time.