Another configuration option we can address while having the settings.local.php file open is render and page cache. This setting allows us to avoid having to clear Drupal's cache constantly when we make any change.
Locate and uncomment the following lines:
/** * Disable the render cache (this includes the page cache). */ $settings['cache']['bins']['render'] = 'cache.backend.null'; /** * Disable Dynamic Page Cache. */ $settings['cache']['bins']['dynamic_page_cache'] = 'cache.backend. null';