Sorry for taking such a long time to fix this issue. Please update to rev.1245 to avoid this performance issue.
By default now, development mode does not cache information on database schema.
If you modify your database only via migrations, you can safely add
define('AK_ACTIVE_RECORD_CACHE_DATABASE_SCHEMA', true);
to your configuration file and you'll have the caching performance advantage available on production mode.
1 to 11 of 11