Fine-tuning cake app? Do You mean besides good practices in php
programming in general?
- use some opcode cache
- use view caching (and caching of data) as much as possible
- don't query db for data you don't need
- use persistent models if possible
- use only those components ('components' in general sense) of your
app you really need in during of every request
Etc etc.
Or even better: ask Cake Software Foundation for review of your
application.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---