Re: Rapid Developement / Bloated Product?

2007-01-14 Thread NewbieCaker
I have been looking into using cake for a few projects, and performance related issues are exactly what I am worried about... Would it be not possible to cache certain data/metadata at runtime once you are in production mode (and not in dev mode) such as mysql metadata. Some other things I can

Caching in CakePHP?

2007-01-13 Thread NewbieCaker
Hi, As far as I can see from the documents, caching is handled automatically by CakePHP for a specific controller+view combo, and cake uses files to cache full view data. Is it possible to overwrite this behavior such that, I will be able to cache parts of a page, not all the page. And, also I