开发者

How to prevent so many DESCRIBE queries in CakePHP

开发者 https://www.devze.com 2023-03-07 01:06 出处:网络
Unfortunately, the CakePHP documentation is horrible.I can\'t seem to figure out if it\'s possible to cache the results of these DESCRIBE queries in my live environmen开发者_如何学Pythont.All I can fi

Unfortunately, the CakePHP documentation is horrible. I can't seem to figure out if it's possible to cache the results of these DESCRIBE queries in my live environmen开发者_如何学Pythont. All I can find on caching for CakePHP is caching for data within controllers...


Set your debug to 0 in your core.php file. With debugging > 0, Cake automatically checks for schema changes.

0

精彩评论

暂无评论...
验证码 换一张
取 消