SLOW Drupal over localhost | windows7 EasyPHP 64x

admin

Administrator
Staff member
<br>
I am running Drupal 7.16 on my laptop(Windows7 x64 with 6gb RAM over EasyPHP12.1).<br>
For now the drupal running very slow!

I already try to:

<ol>
<li>Increase php.ini
Code:
realpath_cache_size
to
Code:
24M
</li>
<li>Change my.ini
Code:
innodb_flush_log_at_trx_commit
to
Code:
0
</li>
<li>Change the
Code:
hosts
file to resolve ipv6 bug..</li>
<li>Try another wamp solution</li>
<li>It seems that when I run simple query(
Code:
SELECT uid FROM users
) the phpMyAdmin return a quick respond(0.0009s)..</li>
<li>Another drupal clean installation load also slow...</li>
</ol>

Thanks,<br>
~Almog

* <em>I also tried UniformServer and it still slow, and changing the my.ini follwing the posts over here(stackexchange websites) and follwing drupal.org</em><br>
** <em>It's seems that wordpress load fast, so it seems that the problem is with the drupal only?</em>