Not sure where to post my problem, so I hope I'll get some answers here.
I have a basic LAMP setup. All works fine
have APC installed
tweaked somewhat with mysql cache sizes etc
now I have 1 pageload in my application that takes +- 10 seconds to complete, and I can't seem to find out why...
What I checked:
I used firebug net view to see howlong the request takes, and it takes an average of 10 seconds, and is 25kb large (the response)
xdebug on the server tells me that the request start to finish takes 2442ms (2.4s)
(the request load is measured with xdebug off, if it's turned on the request takes 24+ seconds to complete...)
what am I missing?
why is that specific page request taking 10 seconds while the server sais it's done in 2.4.
The page doesn't contain a lot of javascript, so that's ruled out...
any other areas I can check? or does anyone else have an idea where the delay is located?
Edited by Darghon, 16 November 2012 - 05:44 AM.












