wamp 下运行Drupal慢的解决方法

1.Editing your php.ini and make realpath_cache_size=2M,

2.uncomment skip innodb in your my.cnf(my.ini) mysql file

3.restart apache and mysql innodb_flush_log_at_trx_commit = 0


http://drupal.org/node/348202#comment-4295574

http://drupal.org/node/403744

原文地址:https://www.cnblogs.com/moqiang02/p/4061542.html