Good morning,
Drupal is very slow to install (around 10 hours) and then very slow to use (around 2 minutes per click).

I installed Drupal on a virtual machine (8GB RAM, 2 cores) with Ubuntu 22.04.4.
I use the same VM (cloned) to test other platforms (BookStack, OpenKm, Bluespice, wiki.js...) without any slowness problems.
(I am looking for a platform for a knowledge base for a small community of 15 persons max.)

I followed the install.txt file for the installation.
I tried with:
php 8.3.4 (memory 512M, APCu 32M)
apache 2.4.52
mysql 8.0.36
Drupal 10.2.5

Thanks for your help !

Comments

vm’s picture

just note that this certainly isn't normal. I don't know what would cause it as I've never run into the issue.

ThurisazSPb’s picture

Something has impeded Drupal's installation and functionality. Might be useful to reinstall Drupal via Composer, i.e. remove the slowed down instance and run composer create-project drupal/recommended-project your_site_name . Most likely you'll get rid of this slowdown.

Biocef’s picture

Finally it's ok on hyper-v, thanks for your help.