Thanks for the reply, Vincent 🙂
My problem is unfortunately not solved though.
I am not looking for clues as to WHY the mysql queries might take a long time, but for ways to find out if long loadtimes are due to the db queries or the PHP script-execution.
Since I may have to test this without being able to alter the PHP code,(it may be somebody elses sites I am testing), I was wondering if there is either some sort of load tool with monitoring capabilities for linux systems, or some way of monitoring what is taking the majority of the time when apache handles a request.
I can see the individual requests processed by Apache, including the time they have been underway, using the server-status directive.
I can thus locate which requests that take a long time to load.
What I cant see is whether its mysql or the scipt-execution that takes a long time.
I would be happy, gratefull and more popular with ecerybody at work i somebody could give me a hint how to accomplish this 🙂
With regards
Jens Ellegaard