Hi Mark,
A some years ago I came across an issue with a customer who was having a problem accessing an internally hosted web application from only one of multiple office locations.
The problem turned out to be that the packet size being used from / to that location was too big, so that might be something else to look at.
HTH,
Ewan
On 8 August 2013 12:00, main-request@lists.alug.org.uk wrote:
Send main mailing list submissions to main@lists.alug.org.uk
To subscribe or unsubscribe via the World Wide Web, visit http://lists.alug.org.uk/mailman/listinfo/main or, via email, send a message with subject or body 'help' to main-request@lists.alug.org.uk
You can reach the person managing the list at main-owner@lists.alug.org.uk
When replying, please edit your Subject line so it is more specific than "Re: Contents of main digest..."
Today's Topics:
- Diagnosing slow access to website (Mark Rogers)
- Re: Diagnosing slow access to website (Adam Bower)
- Re: Diagnosing slow access to website (billynkid@gmail.com)
- Re: Diagnosing slow access to website (Mark Rogers)
- Re: Diagnosing slow access to website (Mark Rogers)
- Re: Diagnosing slow access to website (Mark Rogers)
Message: 1 Date: Wed, 7 Aug 2013 13:12:33 +0100 From: Mark Rogers mark@quarella.co.uk To: alug-main main@lists.alug.org.uk Subject: [ALUG] Diagnosing slow access to website Message-ID: CADK3ZeG8cy8KjETmgfNHOHvp=ZigK3Ssc-KJ+oV3zgCF5CVBDA@mail.gmail.com Content-Type: text/plain; charset=ISO-8859-1
I host a fairly basic database driven (MySQL+PHP) website for a client. It's only really used by them, and generally only from their office (single static IP).
They have over the past months complained that it gets painfully slow (>10s between clicking a link and the page updating). Whenever I have tested the site is lightning fast, and that includes testing the exact steps they're taking, at the same time as they do it (while on the phone to them). They've tried multiple browsers (IE and Chrome) and so have I. The problem only seems to exist from their site, and as they're the only people using it that's a big problem.
When they try to use the Internet for anything else, it's fast (or so I'm told, anyway).
Any suggestions as to what might cause a localised problem like this, and how to diagnose it? They have almost zero IT skills which doesn't help at all, but I have tried running a traceroute from my server to their external IP and it hasn't shown any obvious problems. I tried a ping test to look for dropped packets but their external IP isn't responding to ping and there's no way they could change that.
The server runs multiple sites, isn't heavily loaded, no other sites are reporting issues. I'm as sure as I can be that the problem is network not server related.
Mark
-- Mark Rogers // More Solutions Ltd (Peterborough Office) // 0844 251 1450 Registered in England (0456 0902) @ 13 Clarke Rd, Milton Keynes, MK1 1LG
Message: 2 Date: Wed, 7 Aug 2013 14:11:41 +0100 From: Adam Bower adam@thebowery.co.uk To: main@lists.alug.org.uk Subject: Re: [ALUG] Diagnosing slow access to website Message-ID: 20130807131141.GE9198@electron Content-Type: text/plain; charset=us-ascii
On Wed, Aug 07, 2013 at 01:12:33PM +0100, Mark Rogers wrote:
Any suggestions as to what might cause a localised problem like this, and how to diagnose it? They have almost zero IT skills which doesn't help at all, but I have tried running a traceroute from my server to their external IP and it hasn't shown any obvious problems. I tried a ping test to look for dropped packets but their external IP isn't responding to ping and there's no way they could change that.
Ask them for a remote login to some desktop sharing app on their computer and ask them to demo the problem to you? Once you have that you can look at what's going on with the server and the client and see if a problem exists. Depending on what you turn up from there you can use that information as the basis for what diagnosis you do going forwards?
Adam
Message: 3 Date: Wed, 7 Aug 2013 16:24:18 +0100 From: "billynkid@gmail.com" billynkid@gmail.com To: main@lists.alug.org.uk Subject: Re: [ALUG] Diagnosing slow access to website Message-ID: CADz3n9S4Uu-VevpGaDbm7do32-7byNdUjvXadgdJFaEc6puAng@mail.gmail.com Content-Type: text/plain; charset=ISO-8859-1
Try Speedtest.net to multiple servers.
On 7 August 2013 14:11, Adam Bower adam@thebowery.co.uk wrote:
On Wed, Aug 07, 2013 at 01:12:33PM +0100, Mark Rogers wrote:
Any suggestions as to what might cause a localised problem like this, and how to diagnose it? They have almost zero IT skills which doesn't help at all, but I have tried running a traceroute from my server to their external IP and it hasn't shown any obvious problems. I tried a ping test to look for dropped packets but their external IP isn't responding to ping and there's no way they could change that.
Ask them for a remote login to some desktop sharing app on their computer and ask them to demo the problem to you? Once you have that you can look at what's going on with the server and the client and see if a problem exists. Depending on what you turn up from there you can use that information as the basis for what diagnosis you do going forwards?
Adam
main@lists.alug.org.uk http://www.alug.org.uk/ http://lists.alug.org.uk/mailman/listinfo/main Unsubscribe? See message headers or the web site above!
-- Simon Vass
Message: 4 Date: Wed, 7 Aug 2013 17:12:01 +0100 From: Mark Rogers mark@quarella.co.uk To: alug-main main@lists.alug.org.uk Subject: Re: [ALUG] Diagnosing slow access to website Message-ID: CADK3ZeHTbas-FQmYOvpJsLk26EmTG75uk-m3Qb1qbQd6wYkusw@mail.gmail.com Content-Type: text/plain; charset=ISO-8859-1
On 7 August 2013 13:28, Nick Heppleston nick@modhul.com wrote:
- Is it only one PC/Laptop/Device within the client's network that is
experiencing this issue? Does it work 'ok' from other devices within the same network?
No, it's all PCs on their network. Typically there'll be anywhere between 1 and 6 users, and they all struggle at the same time (and they struggle more often than they don't) [*].
- Are there DNS issues resolving the server IP address (which isn't a
problem with other sites)
I don't think so: having accessed the site most browsers don't constantly look up DNS anyway do they? Ie it might impact first access but now have any effect after that?
- Does connecting a 'slow' device to a physical ethernet cable (if this is
possible) resolve the issue (or at least point to the Wireless Access Point being the issue)?
As far as I know they're all desktops with cabled connections, but I'll check.
- Is it possible to test one of the slow devices outside of the network
(e.g. over a WiFi dongle) to see whether it is the network or device?
I don't think so, at least not if they're desktops. Might be easier to see if someone has a laptop that works fine at home and get them to bring it in though.
Thanks for the suggestions.
Mark
[*] Based on user reports, that is.
-- Mark Rogers // More Solutions Ltd (Peterborough Office) // 0844 251 1450 Registered in England (0456 0902) @ 13 Clarke Rd, Milton Keynes, MK1 1LG
Message: 5 Date: Wed, 7 Aug 2013 17:14:56 +0100 From: Mark Rogers mark@quarella.co.uk To: alug-main main@lists.alug.org.uk Subject: Re: [ALUG] Diagnosing slow access to website Message-ID: CADK3ZeGkYEfQwCu2sTK93M8AvEJEMV5zcbKBJJkH=C3phh7iSQ@mail.gmail.com Content-Type: text/plain; charset=ISO-8859-1
On 7 August 2013 14:11, Adam Bower adam@thebowery.co.uk wrote:
Ask them for a remote login to some desktop sharing app on their computer and ask them to demo the problem to you? Once you have that you can look at what's going on with the server and the client and see if a problem exists. Depending on what you turn up from there you can use that information as the basis for what diagnosis you do going forwards?
Good idea, I'll check this out. Of-course if the network is a problem it might be hard to determine whether slowness is down to the remote access but it should still yield come clues. Assuming they have XP or higher I believe there's some kind of remote support tool built in isn't there? (Wasn't really wanting to get into Windows support, thought I'd escaped that years ago!)
At least I should be able to do some ping tests to check for packet loss if I have access to one of their PCs.
-- Mark Rogers // More Solutions Ltd (Peterborough Office) // 0844 251 1450 Registered in England (0456 0902) @ 13 Clarke Rd, Milton Keynes, MK1 1LG
Message: 6 Date: Wed, 7 Aug 2013 17:15:45 +0100 From: Mark Rogers mark@quarella.co.uk To: alug-main main@lists.alug.org.uk Subject: Re: [ALUG] Diagnosing slow access to website Message-ID: CADK3ZeHsv0fQvHnruuqE+nCk-qx8Tbx+9-jacPVSVf-QDy492g@mail.gmail.com Content-Type: text/plain; charset=ISO-8859-1
On 7 August 2013 16:24, billynkid@gmail.com billynkid@gmail.com wrote:
Try Speedtest.net to multiple servers.
Thanks for the suggestion, I'll try this too if I get remote access (or get them to do it otherwise).
Mark
-- Mark Rogers // More Solutions Ltd (Peterborough Office) // 0844 251 1450 Registered in England (0456 0902) @ 13 Clarke Rd, Milton Keynes, MK1 1LG
Subject: Digest Footer
main@lists.alug.org.uk http://www.anglian.lug.org.uk/ http://lists.alug.org.uk/mailman/listinfo/main
End of main Digest, Vol 98, Issue 4
On 8 August 2013 15:27, Ewan Slater ewan.slater@gmail.com wrote:
The problem turned out to be that the packet size being used from / to that location was too big, so that might be something else to look at.
Thanks, that had crossed my mind too. Not persuaded them to give me remote access yet but it's something I'll test when (if?) I get in.