I am running Drupal 7.16 on my laptop(Windows7 x64 with 6gb RAM over EasyPHP12.1).
For now the drupal running very slow!
I already try to:
- Increase php.ini
realpath_cache_sizeto24M - Change my.ini
innodb_flush_log_at_trx_committo0 - Change the
hostsfile to resolve ipv6 bug.. - Try another wamp solution
- It seems that when I run simple query(
SELECT uid FROM users) the phpMyAdmin return a quick respond(0.0009s).. - Another drupal clean installation load also slow…
Thanks,
~Almog
* I also tried UniformServer and it still slow, and changing the my.ini follwing the posts over here(stackexchange websites) and follwing drupal.org
** It’s seems that wordpress load fast, so it seems that the problem is with the drupal only?
My solution for now:
Now it run much better! not perfect.. but it mainly because I want drupal in deploy mode!
*the deafults setting of EasyPHP is well-done! there is not much to change! *