4.6 Demonstrate ability to analyze and resolve site performance issues arising from site configurati
drush @site-alias statusdrush @site-alias wsUse core's development debugging tools
$config['system.logging']['error_level'] = 'verbose';/**
* Disable CSS and JS aggregation.
*/
$config['system.performance']['css']['preprocess'] = FALSE;
$config['system.performance']['js']['preprocess'] = FALSE;Writing to logging API
Other Resources
Previous4.5 Demonstrate ability to write code using Drupal Coding StandardsNext4.7 Demonstrate ability to analyze and resolve security issues arising from site configuration or cu
Last updated


