How to enable caching in Drupal?

How to enable caching in Drupal?

In order to enable caching in Drupal, log in as administrator and follow the steps below: Drupal 6.x: Go to Site Configuration Select Performance Under the Caching mode section, select Normal Under the Block cache section, select Enabled Save the changes by clicking on Save Configuration Drupal 7.x: Go … Continued
How to optimize Drupal for better performance?

How to optimize Drupal for better performance?

Drupal is one of the most popular CMS applications, offering stability and performance for almost any kind of site. However, if you don’t maintain it properly, it can become slow. Here are some tips on how to optimize your Drupal: … Continued
How can I see the exact version of my Drupal?

How can I see the exact version of my Drupal?

The version of your Drupal can be seen from the Drupal admin area -> Administer –> Reports -> Status report. Alternatively, you can open the CHANGELOG.txt file located in your Drupal installation folder (for Drupal 8 the file is under core/CHANGELOG.txt) with your File Manager and check the Drupal version.
How to optimize a Drupal website hosted on a dedicated solution?

How to optimize a Drupal website hosted on a dedicated solution?

The global MySQL settings on a dedicated solution can be modified to achieve better performance for your website. If you are on a dedicated server with root access to your server, you will be able to make these changes yourself. The recommended settings should be … Continued
How to optimize my Drupal database?

How to optimize my Drupal database?

There are two easy ways to optimize the tables in your Drupal database. The easiest way is to install the DB Maintenance module. Information on how to install a Drupal module is available in our Drupal tutorial. After the module is installed and … Continued
How to access the Drupal admin login page?

How to access the Drupal admin login page?

The admin page URL varies depending on your Drupal application version. More information on how to see which Drupal version you are using is available here. Below you will find the admin login links on different Drupal applications. Make sure that you substitute yourdomain.com with … Continued
What is Drupal?

What is Drupal?

Drupal is both content management system and blogging engine. It is fully featured and provides you with the great opportunity to create your own website without any design or script programming knowledge. It is free to use and has a … Continued
Where can I find the official Drupal documentation?

Where can I find the official Drupal documentation?

The official Drupal documentation can be found at their official website. You can also check our Drupal tutorial for more information on how to manage your Drupal application.
How can I transfer my Drupal site from a subdirectory to my root folder?

How can I transfer my Drupal site from a subdirectory to my root folder?

This can be done in several easy steps. Change the base dir in your settings.php to point to your root folder (public_html). You can edit the file from your cPanel -> File Manager in the following way: – Navigate to your /sites/default directory. – Click on the … Continued
Reset my Drupal Admin Password

Reset my Drupal Admin Password

Drupal 8 To change the password for a user on your Drupal 8 you can use Drush. Drush is a command line interface that allows you to manage your Drupal web sites via SSH. You can use the following commands over SSH (applicable for Drupal … Continued