So the obvious next step would be to post your PHP CLI include path. php -i | grep "include_path"
-Matt On Sun, May 31, 2009 at 2:54 AM, admirau <[email protected]> wrote: > > > > beberlei wrote: > > > > 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. > > > > Output profiler file is 10 MB big… > 99.78% percent of time take calls to: > > Zend_Tool_Framework_Loader_IncludePath_Loader_RecursiveFilterIterator->accept > (which uses SplFileInfo->getRealPath) > > Here are the results: > http://img269.imageshack.us/img269/3838/xdebug.png > > -- > regards > takeshin > > -- > View this message in context: > http://www.nabble.com/ZF-CLI-slow-tp23795304p23801601.html > Sent from the Zend Framework mailing list archive at Nabble.com. > >
