In production mode uncomment the define statements for caching in config/environments/production.php
ak_define('ACTIVE_RECORD_CACHE_DATABASE_SCHEMA', true);
ak_define('ACTIVE_RECORD_CACHE_DATABASE_SCHEMA_LIFE', 86400);
This will cache the database schema for 1 day.
also define AK_CACHE_HANDLER
see AkCache
1 to 5 of 5