How does caching work in drupal?
Answer / Avnika Tomar
Caching in Drupal helps to store static HTML versions of pages and other content to reduce the number of database queries. It works by storing cached copies of rendered pages, and when a user visits the same page again, Drupal serves the cached version instead of generating a new one.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is cron?
Any patch contributed to drupal community?
Explain drupal and working with javascript ?
Why does drupal need a database? What databases are supported?
How do I create a view in drupal 7?
Write down some modules that are used in drupal?
What is content construction kit (cck) in drupal?
What is drupal distribution?
Which PHP compatibility is used for Drupal?
How will you alter the views query?
Explain what is drupal cron?
Explain the concept of node in drupal?