Hello,

I'm using Cake with Postgres and am having problems with how long it
takes to refresh the model caches on each request. Postgres doesn't
have "describe tablename" like MySQL, so Cake works out the schema by
doing a series of queries on the Postgres system tables, and that's
what's taking a long time (eg. 20 queries each taking half a second).

I'd like to tell Cake to only update the model caches when running in
debug level 2 (rather than 1). Or, to be able to set a flag in the
configuration like $update_model_caches = true;

I've had a bit of a search on here but can't find anything.

Any help would be very much appreciated!

Cheers,
Rangi
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

Reply via email to