How To Conduct Optimizing & Caching In Drupal 8?

You might need to work on improving the web site performance as your Drupal website grows. Optimizing the web site can facilitate it load quicker and therefore the amount of resources are going to be reduced as fewer calls are to be made and by reducing the extra processes.

Following are the options that Drupal 8 offers for improving your web site:

1. Login to your Drupal 8 website.

2. Click on the ‘Menu’ choice from the menu bar on the top of the screen and then from the second menu bar click on the configuration tab .

3. Search for the Development section after you get’s redirected to the ‘Configuration’ page and click on the ‘Performance’ link.

4. This page can show various choices offered for improving the performance of your web site. Following are the options you have include:

  • Clear Cache : To clear the current cache Click on this option.
  • Page Cache maximum age : This feature determines the maximum age for caching. You’ve got varied settings starting from 1 day. The pages that pass this threshold are going to be cached again.
  • Aggregate CSS Files : When you select this choice, Drupal combines the CSS files for faster reference.
  • Aggregate JavaScrtipt Files : When this option get check , Drupal combines the JavaScript files for faster reference.

Once you’ve configured all the settings for your specific web site style, click on ‘Save configuration’ for activating the settings.