Drupal - Affichage lent sur serveur local
Quelques pistes de configuration d'un serveur web local (XAMPP) pour accélérer l'affichage d'un site Drupal trop lent.
[...]\xampp\php\php.ini :
realpath_cache_size = 16M zend.enable_gc=Off max_execution_time=120 memory_limit=512M
[...]\xampp\mysql\bin\my.ini
innodb_buffer_pool_size = 512M innodb_additional_mem_pool_size = 20M innodb_log_file_size = 128M innodb_log_buffer_size = 64M innodb_flush_log_at_trx_commit = 2 innodb_lock_wait_timeout = 180
[...]\xampp\mysql\bin\my.ini
#::1 localhost 127.0.0.1 localhost 127.0.0.1 127.0.0.1

















