Grumpy Monkey

Drupal development configuration

There are certain settings worth setting in settings.php:
$conf['error_level'] = '2';
$conf['block_cache'] = 0;
$conf['cache'] = 0;
$conf['page_compression'] = 0;
$conf['preprocess_css'] = 0;
$conf['preprocess_js'] = 0;