Articles


How to check whether Boost module is working on our Drupal site?

How to check whether Boost module is working on our Drupal site?



Posted byJibin Jose,29th Jan 2016

For improving the performance of the drupal side we always add the boost module. We need to configure the boost module to improve the performance of our drupal site. How to check the boost module we enabled and configured is working properly.

The below are the few simple steps to check the boost modules is enabled and configured properly or not.

1. How to check in admin site:

  • Go to admin Admin > Site Building > Modules > List and check whether the ‘Boost’ Module under ‘Caching’ is enabled.
  • Go to Admin > Reports > Status Reports and check for the following status message: "Ok"
  • Use the path to go to the status report: admin/reports/status
  • Boost installed correctly, should be working if properly configured.

2. How to check in the browser side:

  • Take the view source of every pages of your Drupal site and check the below mentioned lines are there in the page source. Use the shortcut Ctrl + U to get the page source of the current page of your drupal site.

<!-- Page cached by Boost @ 2015-12-12 12:33:19, expires @ 2015-12-16 12:33:19 -->

Related Articles