On Sunday 31 May 2009 10:38:46 am admirau wrote:
> tfk wrote:
> > Does running regular php(-cli) is just as slow? If so, I'd run php -m
> > and disable module after module until you find the offender.
>
> Thanks. I have already tried that.
> Disabling all the modules in php.ini does not help.
>
> There are left some pre-compiled modules,
> but I don't think so it could be one of those.
>
> Any other way to debug?
>
> --
> regards
> takeshin

enable xdebug profiler and see with kcachegrind what took so long.

my guess is the recursive search for all providers in your includepath is the 
problem.

greets,
Benjamin

-- 
Benjamin Eberlei
http://www.beberlei.de

Reply via email to