Testing website speed from around the UK
Job of the week
Featured threads
- How relevant do links need to be? 14 replies
- Tracking Online Response to Marketing/Communications Activities 8 replies
- Behavioural targeting software 4 replies
- Penalty avoidance on English-speaking foreign sites 5 replies
- 3 way linking - good or bad? 21 replies
Most viewed threads in last month
Most active threads in last month
- Best Practice SEO Guide Jan 2012 1 reply
- SEO Companies help to ensure that a site is accessible to a search engine 0 replies
- GendyncIcer 0 replies
- IdeaceKex 0 replies
- Entry level search function 0 replies

E-Commerce at ECP
16 May 2011 12:13pm
Hi all,
I am trying to find a tool or service that allows you to test your website speed from around the UK/different ISP's.
We often make changes to our website and only really test the live website from our own HQ, which is obviously on a very fast web connection and biased as the network is directly connected to the hosting servers, etc.
Does anyone know of such a tool or service?
Many thanks
Web technology professional at Bitcala.com
16 May 2011 14:52pm
Hi Rishi
This isn't quite the right thing (although it should like a good niche for someone to start an auto-testing tool!) but you could look at 'web proxies'.
A web proxy 'views' your site from another location and sends you the resulting page, so you can see how quickly (or slowly) things load by routing them though other countries.
Secondly, if you use a Mac (there's a way of doing htis on Windows too, but I don't know it) you can artificially 'throttle' your local connection to any speed you wish:
In Terminal:
sudo ipfw pipe 1 config bw 15KByte/s
creates a pipe that only allows up to 15KB/s to go through.
Then:
sudo ipfw add 1 pipe 1 src-port 80
will attach that pipe to the outgoing traffic on port 80, effectively limiting the outgoing traffic of the web server.
sudo ipfw delete 1
will remove the pipe from the port.
Good luck!
-Will.
E-Commerce at ECP
16 May 2011 16:04pm
Hi Will,
Thanks for your reply!
I dont think i explained myself properly. What i want to see is how my website is performing to normal residential users in different parts of the UK e.g. Someone in Scotland, or someone in Manchester, etc.
And also how the website is performing on different ISP's e.g. BT, TalkTalk, Virgin Media, etc.
So we want to see the natural performance of the website from normal users, if thats makes sense?
Regards,
Rishi
Web technology professional at Bitcala.com
16 May 2011 16:56pm
Hi Rishi
I see what you mean!
That is going to be tricky - I would suggest a tab on left or right-hand side with:
"Rate our speed"
Which simply pops out and lets users rate 1-5 or similar. Then you can co-relate speed ratings with ISPs (by logging their IP addresses).
I'm afraid some sort of automated version doesn't exist to my knowledge - but some enterprising individual might reply and correct me!
-Will.
CEO at Econsultancy
18 May 2011 09:48am
Hi Rishi
Quite a few people provide what you want. For example Site Confidence are good (http://www.siteconfidence.com/services/performance-monitoring.aspx) or SciVisum (http://www.scivisum.co.uk).
You should read previous posts on this:
http://econsultancy.com/uk/forums/other-topics/web-site-performance-monitoring-testing-services
http://econsultancy.com/uk/forums/best-practice/ecommerce-site-performance-availability-monitoring-worldwide
http://econsultancy.com/uk/forums/best-practice/load-testing
BTW, you should also consider your site's performance in terms of how *Google* perceives it as this is important for SEO and is also quite a good proxy for how users experience the site. You get this for free in Google Webmaster Tools (see http://www.google.com/support/webmasters/bin/answer.py?answer=158541)