3 reputation
14
bio website talespinner.co.uk
location Caversham, England
age 60
visits member for 2 years
seen Apr 11 at 23:04
stats profile views 9

Freelance web designer/developer since 2000 with background in elearning, training, financial accounting & maths.

Love CSS, becoming hooked on JQuery, tired of ASP, learning PHP.

Play guitar & mando.

twitter: @markiliff


Apr
19
awarded  Enthusiast
Dec
13
awarded  Autobiographer
Dec
12
awarded  Scholar
Dec
12
accepted Why is a simple MySQL query taking over 5 seconds to execute?
Dec
12
revised Why is a simple MySQL query taking over 5 seconds to execute?
Final resolution now established
Dec
11
comment Why is a simple MySQL query taking over 5 seconds to execute?
Thanks. As now noted above, it's a problem with hosting PHP in general blush
Dec
11
revised Why is a simple MySQL query taking over 5 seconds to execute?
Follwoing further investigation, revised description of problem
Dec
11
comment Why is a simple MySQL query taking over 5 seconds to execute?
OK, I buckled down & tried this. Not as hard or time-consuming as it sounded and definitely good advice. Thanks
Dec
8
comment Why is a simple MySQL query taking over 5 seconds to execute?
@Mike Output of SHOW CREATE now added above
Dec
8
revised Why is a simple MySQL query taking over 5 seconds to execute?
added 513 characters in body
Dec
8
comment Why is a simple MySQL query taking over 5 seconds to execute?
@Jason McCreary Is EXPLAIN supposed to work with an UPDATE statement? Dox I've read say it's specific to SELECT
Dec
8
comment Why is a simple MySQL query taking over 5 seconds to execute?
OK, I've narrowed it down: it's establishing the connection rather than running the query that takes the time. The page takes the same time to load (±) whether or not the query executes.
Dec
8
comment Why is a simple MySQL query taking over 5 seconds to execute?
Got it. My (whingey) point was that it sounds like a lot of effort ~ but good to have your idea in case I need to go there
Dec
8
awarded  Commentator
Dec
8
comment Why is a simple MySQL query taking over 5 seconds to execute?
@Crontab I'll look at connection issues now
Dec
8
comment Why is a simple MySQL query taking over 5 seconds to execute?
@jedwards You too
Dec
8
comment Why is a simple MySQL query taking over 5 seconds to execute?
@Wiseguy OK that was a good lead: "Query took 0.0045 sec".
Dec
7
comment Why is a simple MySQL query taking over 5 seconds to execute?
Sounds like a slow way to make things faster, but it might come to that! Thanks for the idea.
Dec
7
comment Why is a simple MySQL query taking over 5 seconds to execute?
It's running on my host's server through IIS as far as I can tell.
Dec
7
comment Why is a simple MySQL query taking over 5 seconds to execute?
@Crontab trying to find out whether the db is on the same box; this sounds like a promising angle. "Sanitize"?