> Has anyone got any tips on performance monitoring and profiling a cake app?
In terms of profiling - it sounds like its the DB that's being sluggish, how many hits are you getting? on what spec server? if you have access you could run http://www.webdevelopmentstuff.com/123/optimizing-mysql-performance-tuning-script.html to try and optimise your mysql server. You can use xdebug to profile the app, but I don't think that'll shed any light on the database. Cheers, J Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
