For xdebug please read this pdf
http://derickrethans.nl/files/phparch-xdebug-qa.pdf
link from 
http://www.sitepoint.com/blogs/2006/04/20/php-frontend-for-xdebug-profiling/

Use linux  and KCacheGrind.
For windows:dwnload xdebug dll, and put in php/ext folder
php.ini add:

zend_extension_ts="C:\AppServ\php5\ext\php_xdebug.dll"
xdebug.auto_trace=1
xdebug.auto_profile=1
xdebug.auto_profile_mode=0

;config
;xdebug.remote_enable=on
;xdebug.profiler_enable_trigger=on
;xdebug.profiler_output_dir="C:\AppServ\www"
;xdebug.profiler_output_name="timestamp"
;xdebug.profiler_enable=on

There is KCacheGrind-wannabe for Windows - WinCacheGrind, for
processing output. It's old (2005) software...

$persistModel will cache constructed models and it's recursive
associations

Your app can work without mod_rewrite. Using mod_rewrite, apache
seek .htaccess file in each directory in path ( from root ).


> @majna
> yeah.. I was planning to use xdebug, could you maybe provide any links
> on how to set it up properly ?
>
> I'll take a look at var $persistModel, debug is 0.
>
> As I already noticed var $uses is a point to optimize.
>
> What do you mean by : "do not use mod_rewrite" ? Cake url's are based
> on mod_rewrite.
>
> Thanks,
> Andrzej


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to