What is your xdebug setup in php.ini? xdebug.auto_trace=1 xdebug.auto_profile=1 xdebug.auto_profile_mode=0 xdebug.profiler_output_dir="C:\" xdebug.profiler_output_name="timestamp" xdebug.profiler_enable=on
check this out first On Nov 19, 2:09 pm, Adrian <[email protected]> wrote: > Hi > > I am trying to pin point where my CakePHP application is spending my > valueble CPU time so I can decide what code to focus optimisations on. > > Could anyone tell me what setup they use for this kind of debugging/ > cache grinding? Or point me in the direction of a guide or something? > > I have tried setting up xdebug on my Windows XAMPP installation. This > appears to be running and I have looked at the output data in these > apps: > > Webgrind -http://code.google.com/p/webgrind/ > WinCacheGrind -http://sourceforge.net/projects/wincachegrind/ > > This appears to be working (files are created when I access pages on > my app and I can open them in one of the tools above) but I don't > understand the data, I cannot see any references to my apps objects/ > methods and everything says it took 0 seconds to complete. > > If anyone could help me, it would be very much appreciated :) -- You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/cake-php?hl=.
