Answer Posted / 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 |
Post New Answer View All Answers