ByKarthik Kumar D Kon31st Jul 2021
In order to render a page via Drupal, Drupal will need to make several database queries and get the data to render. This process of making queries can be reduced by storing the web pages in a cache, which is what Drupal does.
And developers during developments may use this cache clear or cache rebuild quite often, like after installing a new module or theme. The site wo