Hello bakers, in one of applications I'm working on, I have noticed DESCRIBE queries being executed on every page for all used models. With a load of page views, this only creates problems.
As far as I know, such queries should be cached if application is in production (DEBUG = 0), but I still get them quite often. I have cheched /app/tmp/ directory permissions, and they are set to 777. I am using CakePHP 1.1 I don't know if CakePHP's cache expires after a number of pageviews since last update or after a set period of time, but is there a way to extend its lifetime? Thanks -- Sincerely yours, Olexandr Melnyk <>< http://omelnyk.net/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
