false, // Should the caller information be captured in SQL Logging? // It adds little overhead for performance but will be useful to debug 'SQL_LOG_INCLUDE_CALLER' => false, // If database default charset is UTF-8, set this to true // This avoids executing the SET NAMES SQL for each query! 'DB_DEFAULT_CHARSET_UTF8' => true, // To avoid overshooting max_connections configured for database server // it is preferable to have this parameter set to false 'ALLOW_MULTI_DB_CONNECTION_PER_REQUEST' => false, // Compute record change indication for each record shown on listview 'LISTVIEW_RECORD_CHANGE_INDICATOR' => true, // Turn-off default sorting in ListView, could eat up time as data grows 'LISTVIEW_DEFAULT_SORTING' => false, // Compute list view record count while loading listview everytime. // Recommended value false 'LISTVIEW_COMPUTE_PAGE_COUNT' => true, // Control DetailView Record Navigation 'DETAILVIEW_RECORD_NAVIGATION' => true, ); ?>