diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index b2fbc90..848233a 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -602,6 +602,21 @@
 #$conf['system.fast_404']['html'] = '<!DOCTYPE html><html><head><title>404 Not Found</title></head><body><h1>Not Found</h1><p>The requested URL "@path" was not found on this server.</p></body></html>';
 
 /**
+ * Cache control and development settings.
+ *
+ * Not recommended for production sites. You may want to specify these in a
+ * settings.local.php instead, as outlined below.
+ *
+ * Remove the leading hash signs to enable desired overrides.
+ */
+// Disable all cache backends.
+# $conf['cache_classes'] = array('cache' => 'Drupal\Core\Cache\NullBackend');
+// Disable dumping of the Kernel.
+# $settings['kernel.dump'] = FALSE;
+// Write all compiled PHP into regular files. (NOT SECURE)
+# $conf['php_storage']['default']['class'] = 'Drupal\Component\PhpStorage\FileStorage';
+
+/**
  * Load local development override configuration, if available.
  *
  * Use settings.local.php to override variables on secondary (staging,
