On Sun, May 31, 2009 at 11: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 >
I had similar results when we testfested an ran 5.3-RC2 on MacOSX. I forget what the cause was though, or if we ever figured that out. Can you double-check if you can update your PHP, or if you're running bleeding edge code? Till
