<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
to
</li>
<li>Change my.ini
to
</li>
<li>Change the
file to resolve ipv6 bug..</li>
<li>Try another wamp solution</li>
<li>It seems that when I run simple query(
) 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>
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
Code:
24M
<li>Change my.ini
Code:
innodb_flush_log_at_trx_commit
Code:
0
<li>Change the
Code:
hosts
<li>Try another wamp solution</li>
<li>It seems that when I run simple query(
Code:
SELECT uid FROM users
<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>