Hi
Anyone having this issue ? I am running Windows 10 with Xampp . Drupal 8 is extremely slow, takes a long time to load pages ( about 10 sec wait time.)

Previous version of Drupal run fine without a problem in my Windows Environment

Comments

Skin’s picture

I stopped using windows and Xampp and other emulators for the same problem, I find them slow also with drupal 7.

I know it is not a good reply to your answer, but have you considered to use linux? For example I've started to work on linux Mint and now my local sites are fast :-)

amedjones’s picture

I did try putting drupal 8 into production and its must faster there

I want to try to tweak xampp first before going into linux world. It might have something to do with xampp now supports MariaDB and the Drupal connects to mysql. Not sure

VM’s picture

nothing to do with MariaDB. it's windows. Throw ubuntu on a partitioned harddrive to have access to both worlds and better understand how servers work.

amedjones’s picture

Just an update to everyone. I managed to fixed the issue and can see good increase by updating the following in xampp/mysql/bin/my.ini

INNODB SPECIFIC

innodb_buffer_pool_size = 384M
innodb_additional_mem_pool_size = 20M
innodb_log_file_size = 10M
innodb_log_buffer_size = 64M
innodb_flush_log_at_trx_commit = 1
innodb_lock_wait_timeout = 180

more info can be found here
https://www.drupal.org/node/961012

thanks everyone

tonydearaujo’s picture

Thanks!

favio’s picture

Muchas Gracias!! Thanks!

Erkanion’s picture

Thanks!