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:
  • DRUPAL INTERNAL CACHING
  • CUSTOM CACHE USING DRUPAL’S CACHE API
  • DRUPAL VIEWS CACHE:
  • MEMCACHE
  • OPCODE CACHE
  • REVERSE PROXY - VARNISH
  • BOOST Caching
  • Using Content Delivery Networks(CDN)


Discussion

No Comment Found