InterviewSolution
Saved Bookmarks
| 1. |
What is DRUSH in Drupal? |
|
Answer» It is a very useful tool as it helps you perform various admin TASKS using ONE or two commands in the terminal, replacing the need for MANY clicks and page refreshes in the UI. "DRUSH" is an awesome shell INTERFACE for managing Drupal right from our cloud server using command line. 2. How caching works in Drupal 8?Drupal consists of multiple layers for execution. Hence, caching is a vital aspect of Drupal to measure performance accurately. Here are the various WAYS of caching in Drupal:
|
|