On May 28, 12:58 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > With debug=2 the queries are exaclty equal except for the DESCRIBE > operation on the joinTable. > Perhaps it'is a my feeling. > Exist a instrument for evalute the time loading of a scripts? > Is it possible to use eAccelarator with Cake 1.2? >
Another way to track the execution time is to use Xdebug's profiling facilities. After installing and turning on xdebug, and its profiling. You can request a page with XDEBUG_PROFILE as a get parameter, and xdebug will create a cachegrind that you can analyze in KCacheGrind or WinCacheGrind. That will give you function call times, how many and how long each function takes. -Mark --~--~---------~--~----~------------~-------~--~----~ 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=en -~----------~----~----~----~------~----~------~--~---
