What is caching in drupal framework?
Answer / Ishwar Chandra
Caching in Drupal refers to the process of storing processed data in a cache to speed up the delivery of Drupal pages. This reduces the time needed to execute database queries, PHP scripts, and other operations. There are different types of caching available in Drupal, such as page cache, block cache, and CSS and JavaScript aggregation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain about drupal 8 interfaces?
Explain user, permission, role in drupal?
How to add custom php codes in my drupal pages or blocks?
Did you used the panel module? If yes then what is the use of that?
How to backup a drupal site?
Explain module in drupal ?
List the required files for theme in drupal?
Explain the function and working of dashboard module ?
What is the use of server field in setup payments?
Explain the fck editor?
How do I create a bootstrap subtheme in drupal 8?
Explain about webform module?