DEV mode (Developer mode) re-loads site wide cache.
Important: Mode is only suitable in development or debugging environment. In production environment, DEV mode must be disabled to avoid negative impact on site's performance. |
DEV mode settings are adjusted in ow_includes/config.php file. By default DEV mode is set to “false”:
/** * Make changes in this block if you want to enable DEV mode and DEBUG mode */ define('OW_DEBUG_MODE', false); define('OW_DEV_MODE', false); define('OW_PROFILER_ENABLE', false);
Custom configurations for DEV mode: